Hi again... this is using Crystal Report 10 connecting to Oracle.
This follows a previous thread where I wanted to know how to post a total count for each item in a group. That works very well now but I still have a problem.
What I am doing here is listing stats for each employees which includes stats such as total amount of incidents opened in a day for each employee. Next to that is a column showing the total number of incidents for all employees. This is followed by 2 similar columns that instead report total number of reassigned incidents by employees.
The issue that arises is that when an incident is reassigned more than once, it ends up counting for each reassignment. (Notice that I am using 2 views with a LO join to the incident view and my reassigned view is to the right.)
For all results that is not a group total, I used distinctcount running totals which worked very well. But for my group totals, it does not work that way.
Example : () is what the number should be
Agents: Team total: Reassignment: Team total :
39 128 (126) 0 4 (2)
48 128 (126) 1 4 (2)
39 128 (126) 1 4 (2)
What happens here is that an incident was reassigned 3 times and counts 3 times in both team total areas. Is there a way to make them count only once? I know a running total works, but I can't get it to print the total of the running total in a group footer to appear for every agent can I?
Note- this is already a subreport, but I should be able to make it the main report if necessary.
Thanks in advance,
Phil
This follows a previous thread where I wanted to know how to post a total count for each item in a group. That works very well now but I still have a problem.
What I am doing here is listing stats for each employees which includes stats such as total amount of incidents opened in a day for each employee. Next to that is a column showing the total number of incidents for all employees. This is followed by 2 similar columns that instead report total number of reassigned incidents by employees.
The issue that arises is that when an incident is reassigned more than once, it ends up counting for each reassignment. (Notice that I am using 2 views with a LO join to the incident view and my reassigned view is to the right.)
For all results that is not a group total, I used distinctcount running totals which worked very well. But for my group totals, it does not work that way.
Example : () is what the number should be
Agents: Team total: Reassignment: Team total :
39 128 (126) 0 4 (2)
48 128 (126) 1 4 (2)
39 128 (126) 1 4 (2)
What happens here is that an incident was reassigned 3 times and counts 3 times in both team total areas. Is there a way to make them count only once? I know a running total works, but I can't get it to print the total of the running total in a group footer to appear for every agent can I?
Note- this is already a subreport, but I should be able to make it the main report if necessary.
Thanks in advance,
Phil