CCPulse reporting based on language

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

Yes, it is possible :slight_smile: If you will ask how - learn about statistics and filters.

Hi Kubig,

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

Wim

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)

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