09-09-2013 10:10 PM - edited 03-14-2019 12:23 PM
Hi All,
I have a few questions regarding the "Get Reporting stats". The values like Exp waiting time, Avg hold duration, current wait time. Where can I find the formula for this? Will this parameter work if no agent is logged in? lastly can I add these any arbitary wait duration in the script if the system cannot calculate ( if no agent are logged in) ?
Solved! Go to Solution.
09-10-2013 05:47 AM
I am not aware of the formula being published anywhere. These type of stats always work best in busy environment, with small number of agents, low call volume they will not work very well. As to arbitrary number, sure you can simply build logic i.e.
if agents_logged_in == 0
set EWT == X
HTH,
Chris
09-10-2013 05:47 AM
I am not aware of the formula being published anywhere. These type of stats always work best in busy environment, with small number of agents, low call volume they will not work very well. As to arbitrary number, sure you can simply build logic i.e.
if agents_logged_in == 0
set EWT == X
HTH,
Chris
09-10-2013 10:39 PM
Hey thanks Cris this makes sense. For no agent logged in i was getting wierd values. Got what i was looking for.
Here are a couple of links that might be usefull for ppl with similar query:
http://developer.cisco.com/web/ccxs/forums/-/message_boards/message/19113652?p_p_auth=6DGreJit
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide