using crystal 2008, have 2 tables, agentactivitylog and calldetail.
the agentactivitylog contains agentname, time spent in different states (on a call, meeting, training, break, etc),
the calldetail table contains agentname and time spent on calls and call state, ie, incoming or outgoing.
I have all the info I need to get out of the agentactivitylog but need to add the total
number of calls per agent and call time calculated from calldetail table. ie,
Agent Incoming calls Outgoing calls Incoming talk time Outgoing talk time Break time Training Time etc
Ralph 7 10 1:20:45 1:10:05 45:00 2:10:30
Steve 10 5 2:15:00 1:00:03 25:00 1:45:00
unable to get the info to come in correctly either using a running total or using a subreport
It doesn't seem like it should be that hard so I think I am missing something simple.
the agentactivitylog contains agentname, time spent in different states (on a call, meeting, training, break, etc),
the calldetail table contains agentname and time spent on calls and call state, ie, incoming or outgoing.
I have all the info I need to get out of the agentactivitylog but need to add the total
number of calls per agent and call time calculated from calldetail table. ie,
Agent Incoming calls Outgoing calls Incoming talk time Outgoing talk time Break time Training Time etc
Ralph 7 10 1:20:45 1:10:05 45:00 2:10:30
Steve 10 5 2:15:00 1:00:03 25:00 1:45:00
unable to get the info to come in correctly either using a running total or using a subreport
It doesn't seem like it should be that hard so I think I am missing something simple.