" /> Calculate ONLY 'Not Ready-Break' status - Genesys CTI User Forum

Author Topic: Calculate ONLY 'Not Ready-Break' status  (Read 2337 times)

Offline Shooter

  • Newbie
  • *
  • Posts: 36
  • Karma: -6
Calculate ONLY 'Not Ready-Break' status
« on: September 07, 2016, 04:01:45 AM »
Advertisement
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) ?

Offline cavagnaro

  • Administrator
  • Hero Member
  • *****
  • Posts: 7641
  • Karma: 56330
Re: Calculate ONLY 'Not Ready-Break' status
« Reply #1 on: September 07, 2016, 04:41:35 AM »
Filters
Search the forum

Enviado de meu E6633 usando Tapatalk


Offline Tambo

  • Sr. Member
  • ****
  • Posts: 456
  • Karma: 5
Re: Calculate ONLY 'Not Ready-Break' status
« Reply #2 on: September 07, 2016, 07:28:40 AM »
plenty of threads

Offline anandapriyan

  • Full Member
  • ***
  • Posts: 115
  • Karma: -1
Re: Calculate ONLY 'Not Ready-Break' status
« Reply #3 on: September 08, 2016, 07:15:17 AM »
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.


Offline cavagnaro

  • Administrator
  • Hero Member
  • *****
  • Posts: 7641
  • Karma: 56330
Re: Calculate ONLY 'Not Ready-Break' status
« Reply #4 on: September 08, 2016, 12:37:57 PM »
[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.