Genesys CTI User Forum

Genesys CTI User Forum => Genesys CTI Technical Discussion => Topic started by: wim1981 on October 29, 2014, 09:43:04 AM

Title: CCPulse reporting based on language
Post by: wim1981 on October 29, 2014, 09:43:04 AM
Hi everyone,

i want to do a reporting in CCPulse based on the language.

We have agents who handles the French calls and agents who handles the Dutch calls.
Is it possible in CCPulse to get reports based on a devision of the language.
To see the stats of the French agents and to see the stats of Dutch agents?

Kind regards
Wim


Title: Re: CCPulse reporting based on language
Post by: Kubig on October 29, 2014, 09:50:50 AM
Yes, it is possible :) If you will ask how - learn about statistics and filters.
Title: Re: CCPulse reporting based on language
Post by: wim1981 on October 29, 2014, 10:02:53 AM
Hi Kubig,

thx for the clear answer. And where do i find the info for this? Is it in the admin docs?

Wim
Title: Re: CCPulse reporting based on language
Post by: cavagnaro on October 29, 2014, 12:12:10 PM
CCPulse will as long as there is a KVP (UserData) with the language name on it.
Then you create filters on StatServer (check guide for details) like:

PairExists("Language","French")
PairExists("Language","Spanish")
PairExists("Language","Dutch")

And so on (search forum for more examples)

Then on CCPulse or CCA you create a template with these filters (SS guide and forum for more examples)
Title: Re: CCPulse reporting based on language
Post by: wim1981 on October 29, 2014, 04:28:28 PM
Hi Cavagnaro,

Thanks for the extra information.

I've tried it and it works fine!.
I have to just search for the right agentgroup.

Thanks!

Wim