filthepitome
Technical User
I have search through the forums, and the closest thing I can find is this example
I have this information
I have detailed customer data (ID, Sale amount, Sale Item, etc...) I have grouped by CustomerID so that I can give a summary in the group header (Total Sales amount, total items, etc..), then in the detail section list each detailed sale.
I currently have it sorted by CustomerID, then by the date of the sale in the details. What I would like to do is sort by customer with the most sales. In the grouping/sorting diaglogue I tried the expression
SUM([Item Count])
and
=SUM([Item Count])
I have a field titled "Item Count", each record displaying 1.
I get an error each time I try to run it though. Can what I am trying to be done? Grouping by their ID, but sorting by their total items?
TIA
I have this information
I have detailed customer data (ID, Sale amount, Sale Item, etc...) I have grouped by CustomerID so that I can give a summary in the group header (Total Sales amount, total items, etc..), then in the detail section list each detailed sale.
I currently have it sorted by CustomerID, then by the date of the sale in the details. What I would like to do is sort by customer with the most sales. In the grouping/sorting diaglogue I tried the expression
SUM([Item Count])
and
=SUM([Item Count])
I have a field titled "Item Count", each record displaying 1.
I get an error each time I try to run it though. Can what I am trying to be done? Grouping by their ID, but sorting by their total items?
TIA