I have a report that shows the number of products sold by each salesperson. The report is grouped and sorted by salesperson and I want to show how many salespeople are included in the report in the header of the report.
If I use count(*), I get the number of all of the records on the report (each product for each salesperson). How can I get the total number of salespeople (the grouped info on the report)? Thanks.
If I use count(*), I get the number of all of the records on the report (each product for each salesperson). How can I get the total number of salespeople (the grouped info on the report)? Thanks.