I am roughing up a despatch profile and need to figure out how many different products (SKUs) we send from each warehouse to each particular country. my raw data is set up in a single table. I have so far set up a query that groups my data table (AllData2) by Warehouse and then Delivery Country but count merely counts the number of lines for each country. How do I get a unique count of SKUs associated with each Delivery Country?