I have an Stored Procedure that I am using to gather variables and use them as criteria for my report. My Stored Procedure is looking at invoice level data, meaning a record for each line on an invoice. The Stored Procedure is working great.
When I get to the report I want to the report I want to group the records into Customer Groups, Customers and them Items. I can do this by using the Group/Sorting option and mark the "Detail" section as not visible. So far not a problem...
I need to soft the report by Customer Group's total sales. I don't think it should be too hard but I can not figure out how to group by Customer Group, but sort these groups by sales.
Any Suggestions?
When I get to the report I want to the report I want to group the records into Customer Groups, Customers and them Items. I can do this by using the Group/Sorting option and mark the "Detail" section as not visible. So far not a problem...
I need to soft the report by Customer Group's total sales. I don't think it should be too hard but I can not figure out how to group by Customer Group, but sort these groups by sales.
Any Suggestions?