I am looking into showing the total time spent in each idle code on a canvas, i have tried showing dur_idle with a filter of reason_num but goes blank as soon as they come out of idle.
dur_idle shows idle time since midnight no matter which reason code.
filtering reason_num for 1-99 should work, however if the last agent leaves the state (reason code) you are filtering for, the sum of zero fields is nothing. An aggregate sum() field would show ??? as there is nothing to sum up.
You can use following trick to at least show a 0. Lets give your aggregate idle-field the alias SumIdleState. Create a new calc field with the formular MAX( SumIdleState , 0). This calc field will show the sum of all fields or 0 if there are none.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.