I'm using CR 8.5 with sql tables
I need to find the maximum and minimum caseload for a set of employees.
I have detail lines for each file then grouping on the employee's login then performing a count on the file's primary key.
Once I get that total for each login I need to know who has the maximum caseload and the minimum caseload.
I've tried running totals but no luck.
Any thoughts?
Output looks like:
Group 1: Office
Group 2: Login
Detail: File detail
Group 2: Login with totals
Group 1: Office with totals with max and min
Grand Totals
Thanks
I need to find the maximum and minimum caseload for a set of employees.
I have detail lines for each file then grouping on the employee's login then performing a count on the file's primary key.
Once I get that total for each login I need to know who has the maximum caseload and the minimum caseload.
I've tried running totals but no luck.
Any thoughts?
Output looks like:
Group 1: Office
Group 2: Login
Detail: File detail
Group 2: Login with totals
Group 1: Office with totals with max and min
Grand Totals
Thanks