bloomlight
IS-IT--Management
I have a report with groups....and need to count total grouped records at the end...how could I do that?
example:
Name ServiceDate ServiceType
John 03/02/13 B
John 03/11/13 A
John 04/01/13 B
Sandy 04/20/13 C
Sandy 05/20/13 C
John 06/10/13 F
the customer may use same "Servicetype" with different dates.....this particular report is to show how many different "serviceTypes" that each customer used.
Report:
Name ServiceType
John A
John B
John F
Sandy C
so the total is 4, not the 6.....how could I accomplish this?
Any help would be greatly appreciated!
example:
Name ServiceDate ServiceType
John 03/02/13 B
John 03/11/13 A
John 04/01/13 B
Sandy 04/20/13 C
Sandy 05/20/13 C
John 06/10/13 F
the customer may use same "Servicetype" with different dates.....this particular report is to show how many different "serviceTypes" that each customer used.
Report:
Name ServiceType
John A
John B
John F
Sandy C
so the total is 4, not the 6.....how could I accomplish this?
Any help would be greatly appreciated!