03-26-2013 08:51 AM - edited 03-14-2019 11:27 AM
Has anyone out there tried to create a State trace report for agent that include State duration?
I have tried to add AED.Duration to a State trace report definition I found on the developer site, which sort of works, however it seemed to log every single second, which is obviously not practical!
Therefore if any one has managed to incorporate a State Trace report to include duration, that would be good to know, how you did it!
The report needs to reflect the same output as the CTIOS State report.
I would welcome any and all help.
Thanks Sarah
03-27-2013 03:18 AM
Hi,
could you please post the SQL query? I don't really understand "seemed to log every single second".
Question #2 (again, I am not sure whether we're on the same wavelength): are you trying mixing Agent_Event_Detail (AED) and Agent_State_Trace (AST)?
G.
06-02-2013 10:50 PM
Hello,
I have this problem too. I am trying to build a report in SQL based on the Agent State Trace table, but I need to add the duration time.
The AST table doesn't include the duration. Basicly I need the following:
Agent, Date Time, Agent State, Duration
Anni Smith 5/25/2013 7:35 am 5 0:00:35
So it shows that the Agent was on Work Not Ready for 35 seconds.
If anybody has done something similar please share the solution.
Thanks!
06-03-2013 01:33 AM
Folks,
Agent_State_Trace is for... well, tracing the agent state. This view should not be used for calculating time lengths, simply because it's not prepared for it. This basically means calculations will take a looong time.
Also, can you please specify the DateTime column. Should it be something like a 15 minute interval or just any point of time the agent transitioned in (or out?) of a certain state?
G.
01-20-2015 01:10 AM
Hi Samosquera,
Did you find a solution ?
I need to create a report on not ready state split if it's productive (mail, administrative task) or not (lunch, break, ...).
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