Hello,
I am using CR 10 and I am trying to create a report with the following information:
datatable.person_name
datatable.date
*If datatable.ticket_comp = Y then there is a completed ticket.
I am trying to group data in the following way.
Person 1 2005-10-10 75 (tickets)
Person 2 2005-10-10 45
Person 1 2005-10-11 85
The grouping function works well when grouping by name or by date but I am having trouble when I try to group by both. It gives me this:
Person 1 - 2005-10-10
Person 1 - 2005-10-10
Person 1 - 2005-10-10
Person 1 - 2005-10-10
Person 1 - 2005-10-10
Person 2 2005-10-10
Person 2 2005-10-10
Person 2 2005-10-10
Person 2 2005-10-10
and so on...
Any assistance would be appreciated.
Regards,
R
I am using CR 10 and I am trying to create a report with the following information:
datatable.person_name
datatable.date
*If datatable.ticket_comp = Y then there is a completed ticket.
I am trying to group data in the following way.
Person 1 2005-10-10 75 (tickets)
Person 2 2005-10-10 45
Person 1 2005-10-11 85
The grouping function works well when grouping by name or by date but I am having trouble when I try to group by both. It gives me this:
Person 1 - 2005-10-10
Person 1 - 2005-10-10
Person 1 - 2005-10-10
Person 1 - 2005-10-10
Person 1 - 2005-10-10
Person 2 2005-10-10
Person 2 2005-10-10
Person 2 2005-10-10
Person 2 2005-10-10
and so on...
Any assistance would be appreciated.
Regards,
R