Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi all
I want to calculate how many distinct products are in one order (preferably an app calculation, not in script).
SalesOrderID- an entire order
SalesOrderDetailID - "mini order"of one productinside the order with info about the qty etc
How can I find out how many different products are in one SalesOrderID?
thanks
count(distinct Products)
I need a calculation that is per salesorderID
What is your chart Dimension?
What exactly are you trying to create?