Hello,
I have 3 groups
G-1=Department
G-2=Pat
G-3=Order
On group one I need to display how many pats and orders are in that dep. I am running into an issue with the orders, it is counting the dups for the orders by pat. How can i have it where it only counts the distinct orders by pat?
I have tried
distinctCount ({@OrderName},{PAT}) and that only gave me the distinct count of the orders by department.
I tried
distinctCount ({@OrderName},{Department}) and it gave me the same results....I kind of figure it would.
Please let me know if you need more info.
Thanks
I have 3 groups
G-1=Department
G-2=Pat
G-3=Order
On group one I need to display how many pats and orders are in that dep. I am running into an issue with the orders, it is counting the dups for the orders by pat. How can i have it where it only counts the distinct orders by pat?
I have tried
distinctCount ({@OrderName},{PAT}) and that only gave me the distinct count of the orders by department.
I tried
distinctCount ({@OrderName},{Department}) and it gave me the same results....I kind of figure it would.
Please let me know if you need more info.
Thanks