I have pulled data for items sold to all of our customers. I do a distinct count of SKUs sold to each customer. The customers are grouped by sales rep. I have a parameter that allows me to show only the customers that have purchased more than "X" sku. The report works fine except for the subtotal for the dollars and distinct count of customers that meet the criteria. Instead of only totaling and counting the customers that meet the criteria it totals all of the customers within that group regardless of their SKU count. so if a sales rep had 25 accounts but only 5 purchased more than "X" SKUs I would want the customer count to be 5 and the sales count to be the total for those 5 customers. I am currently getting a customer count of 25 and a total for all the customers.
Thank you for your help
Thank you for your help