Hi
I am trying to create a report in CMS which is basically an adaptation of the agent group aux daily report. What I would like the report to show me in addition to the total time in a particular aux code.. what is the total time that and agent was in that aux code but on an in/outbound call.
I am trying to challenge my operation to bring their aux times down and increase call handling capability so I really need to focus on what is true aux. Quite often agents will be in an aux code and then take an internal transferred call or make an outbound which distorts their aux, so I need to separate it out.
If I can do the query sum(dagent.TI_AUXTIME0) is there a query like sum(dagent.TI_AUXOUTTIME0) ?
Makes sense to me but it doesn't work!
I am trying to create a report in CMS which is basically an adaptation of the agent group aux daily report. What I would like the report to show me in addition to the total time in a particular aux code.. what is the total time that and agent was in that aux code but on an in/outbound call.
I am trying to challenge my operation to bring their aux times down and increase call handling capability so I really need to focus on what is true aux. Quite often agents will be in an aux code and then take an internal transferred call or make an outbound which distorts their aux, so I need to separate it out.
If I can do the query sum(dagent.TI_AUXTIME0) is there a query like sum(dagent.TI_AUXOUTTIME0) ?
Makes sense to me but it doesn't work!
Comment