I am using cr10, connecting to SQL server.
I am getting the time from a call log to come in total number of seconds per call for the month.
I have 2 groups, 1 on the department, 1 on the agent. What I am tryin g to do is get the total number minutes and number of calls per agent for the day and for the month to date based on a user selecting a specific day.
I can calculate the total number of calls and total seconds via the summary for a single days worth of records, however when I want to bring in a whole month of data and still separate out the one day it is being a pain.
Example of imput data each number beng a separate call:
Agent 1
Day 1: 10 10 10 10 10
Day 2: 0
day 3: 20 10 20 20 10
Agent 2
Day 1: 10 10 10 10 10
Day 2: 30 20
day 3: 20 10 20 20 10
What I need is on day 3
Total calls/day Total time Cals/Month total time
Agent 1 5 80 10 130
Agent 2 5 80 12 180
How do I do a sum per day in the group agent?
Billy Ballard
For in the past, Lies the future.
I am getting the time from a call log to come in total number of seconds per call for the month.
I have 2 groups, 1 on the department, 1 on the agent. What I am tryin g to do is get the total number minutes and number of calls per agent for the day and for the month to date based on a user selecting a specific day.
I can calculate the total number of calls and total seconds via the summary for a single days worth of records, however when I want to bring in a whole month of data and still separate out the one day it is being a pain.
Example of imput data each number beng a separate call:
Agent 1
Day 1: 10 10 10 10 10
Day 2: 0
day 3: 20 10 20 20 10
Agent 2
Day 1: 10 10 10 10 10
Day 2: 30 20
day 3: 20 10 20 20 10
What I need is on day 3
Total calls/day Total time Cals/Month total time
Agent 1 5 80 10 130
Agent 2 5 80 12 180
How do I do a sum per day in the group agent?
Billy Ballard
For in the past, Lies the future.