ksolutions
Technical User
I would like to build a report that shows how many times customers have ordered. I'm looking for something like this:
# Times Ordered Count of Customers Fitting This Criteria
1 100
3 75
4 74
etc...
Customers are identified by [CustomerNumber]. Orders are identified by [OrderNumber]. The relationship between customers and order numbers is one to many (meaning customer numbers can have more than one order number associated with them).
I've created a report that shows the count of order numbers, grouped by total times ordered, and for each grouping it is showing the individual customer numbers. Instead of seeing those individual customer numbers, I need a total of how many customers placed that number of orders.
Any ideas?
# Times Ordered Count of Customers Fitting This Criteria
1 100
3 75
4 74
etc...
Customers are identified by [CustomerNumber]. Orders are identified by [OrderNumber]. The relationship between customers and order numbers is one to many (meaning customer numbers can have more than one order number associated with them).
I've created a report that shows the count of order numbers, grouped by total times ordered, and for each grouping it is showing the individual customer numbers. Instead of seeing those individual customer numbers, I need a total of how many customers placed that number of orders.
Any ideas?