CR XI
I have a currently have a report with a crosstab setup as follows:
Rows: RouteName
Columns: CustomerName
Summarized Field: CirculationCount
The report is currently only grouped by a Date Parameter.
I need to add a group to the report and can't quite figure out how to do it. I Need to have the crosstab display information for the RouteNames that have a Circulation Count > 0 for like customers. This is difficult to word so I will give an example of how I would like it grouped.
Lets Say I have 5 Customers, named Customer1,...Customer5
and a bunch of routes named Route1,....Route50.
Routes 1,2,4 all have Customers 1,2,3,4,5 in common which means they all have a number > 0 in the circulation count in the crosstab. I would like this to be the first group.
Routes 3,5,6,7,8 all have Customers 1,2,3 in common. I would like this to be the second group... and so on. The Routes will never be used again in the grouping.
I hope this makes sense, and any help would be appreciated.
I have a currently have a report with a crosstab setup as follows:
Rows: RouteName
Columns: CustomerName
Summarized Field: CirculationCount
The report is currently only grouped by a Date Parameter.
I need to add a group to the report and can't quite figure out how to do it. I Need to have the crosstab display information for the RouteNames that have a Circulation Count > 0 for like customers. This is difficult to word so I will give an example of how I would like it grouped.
Lets Say I have 5 Customers, named Customer1,...Customer5
and a bunch of routes named Route1,....Route50.
Routes 1,2,4 all have Customers 1,2,3,4,5 in common which means they all have a number > 0 in the circulation count in the crosstab. I would like this to be the first group.
Routes 3,5,6,7,8 all have Customers 1,2,3 in common. I would like this to be the second group... and so on. The Routes will never be used again in the grouping.
I hope this makes sense, and any help would be appreciated.