Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
aheavy95
Creator
Creator

calculate distinct apearences of a dimension in a dimension

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 

Labels (2)
3 Replies
vinieme12
Champion III
Champion III

count(distinct Products)

Vineeth Pujari
If a post helps to resolve your issue, please accept it as a Solution.
aheavy95
Creator
Creator
Author

I need a calculation that is per salesorderID 

vinieme12
Champion III
Champion III

What is your chart Dimension?

What exactly are you trying to create?

Vineeth Pujari
If a post helps to resolve your issue, please accept it as a Solution.