Genesys CTI User Forum
Genesys CTI User Forum => Genesys CTI Technical Discussion => Topic started by: Shooter on September 07, 2016, 04:01:45 AM
-
I am able to calculate total not ready time of agents in ccpulse using 'TotalNotReadyStatusTime' stat.
How can I calculate ONLY the not ready time of 'break' status (Not Ready- Break) ?
-
Filters
Search the forum
Enviado de meu E6633 usando Tapatalk
-
plenty of threads
-
Add the [b]Current Not Ready time[/b] stat in the Stat server. Then apply the respective filter.
[b]For break[/b] : [b]PairExist(break,1)[/b] . [b]1[/b] indicates the [b]action codes[/b] which we applied for the break.
Then restart the respective stat server. It will works.
-
[quote author=anandapriyan link=topic=9827.msg44583#msg44583 date=1473318917]
Add the [b]Current Not Ready time[/b] stat in the Stat server. Then apply the respective filter.
[b]For break[/b] : [b]PairExist(break,1)[/b] . [b]1[/b] indicates the [b]action codes[/b] which we applied for the break.
Then restart the respective stat server. It will works.
[/quote]
Many errors on this answer:
1. Why current? He is asking for TotalTime
2. Filter is not defined just because, he must see his configurations. Why 1? What if he defined it as 7? Check CME settings and your TServer logs for true definition of the filter.
3. No need to restart SS for a filter.