I got a problem
I need to make a report for a callcenter, and there is a table called ccm.agent_state with the fields: agent_id, old_state, time_in_old_state
I need to count the average time each user has been in each state. The report has to be in a table format like this
old_state=1 old_state=2
---------------------------------------------------------
agent_id: (avg. time in old_state 1)
agent_id:
agent_id:
I've tried making summaries the "automatic" way, but the values aren't right at all. I've tried making a formula too, but I just can't get it right.I got the table set up looking ok, listing the agent_id's, but I think my problem is understanding the way formulas work. I'm pretty new to this reporting stuff too, so some help would be greatly(!) appreciated. =)
I've made 2 groups in the report:
Group 1: agent_id
Group 2: old_state (sorted in specified order, with subgrouping of old_state=1, old_state=2...and so on.
I need to make a report for a callcenter, and there is a table called ccm.agent_state with the fields: agent_id, old_state, time_in_old_state
I need to count the average time each user has been in each state. The report has to be in a table format like this
old_state=1 old_state=2
---------------------------------------------------------
agent_id: (avg. time in old_state 1)
agent_id:
agent_id:
I've tried making summaries the "automatic" way, but the values aren't right at all. I've tried making a formula too, but I just can't get it right.I got the table set up looking ok, listing the agent_id's, but I think my problem is understanding the way formulas work. I'm pretty new to this reporting stuff too, so some help would be greatly(!) appreciated. =)
I've made 2 groups in the report:
Group 1: agent_id
Group 2: old_state (sorted in specified order, with subgrouping of old_state=1, old_state=2...and so on.