Display caller's dailed number in CCPulse

Hi,
I had a requirement to show the caller’s dailed number in CCPulse. for e.g If an contact center agent receives a call from the customer, the customer number should be displayed in ccpulse. And, also i analyzed the statserver logs, ANI is showing the customer dailed number. But, how to display it in ccpulse
And, I searched in the genesys knowledge base and i got this stat.
[UserData_ANI]
Category = CurrentCustomValue
Formula = GetGlobalNumber(“ANI”,-1)"
MainMask = *
Objects = Agent, Place, GroupAgents, GroupPlaces
Subject = DNAction

But it is not working correctly. So, how to achieve it?

Thanks in advance.

Just create new or replace existing view and add the mentioned statistic.

I have created a view using that stat but the stat is showing a value of 0 always.

And the SS logs say what?

Hi, S2H,

The user thmuche has posted this week a very similar topic using CCPulse+ formulas (instead of using StatServer formulas). Me and him were able to get both ANI and DNIS appearing on CCPulse. Refer to this topic: http://www.sggu.com/smf/index.php/topic,9346.0.html

Thanks a lot… Very useful information