I have a recordset that returns the following
OrderID Classification Class_level Amount
1 Company 1 $100
1 Department 2 $100
1 SalesPerson 3 $100
2....
2....
2...
I need to create a report that groups by SalesPerson, within Department,within Company
Still using Crystal 7 so no, I don't have access to the hierarchical grouping function
Any help appreciated
OrderID Classification Class_level Amount
1 Company 1 $100
1 Department 2 $100
1 SalesPerson 3 $100
2....
2....
2...
I need to create a report that groups by SalesPerson, within Department,within Company
Still using Crystal 7 so no, I don't have access to the hierarchical grouping function
Any help appreciated