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

Announcements
Join us in NYC Sept 4th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
datagrrl
Creator III
Creator III

Unable to sort by measure in bar chart with multiple dimensions, how can I add top N to this set analysis

I would prefer to sort by the measure value, but that does not seem to be an option when using multiple dimensions.

 

How can I filter this by the top 20 (for this example).

 

Sum(
{<CustomerID = {"=Count(DISTINCT Make) > 1"}>} SalesPrice
)

 

My use case is that I want to see the total sales price for customers who have more than one of the selected makes.

 

I have attached my demo app. The chart I am using is on the Question 0225 sheet.

 

Labels (2)
1 Solution

Accepted Solutions
morgankejerhag
Partner - Creator III
Partner - Creator III

You can sort by expression on the dimension. I added your measure as a master measure and referenced it in sorting.

View solution in original post

2 Replies
morgankejerhag
Partner - Creator III
Partner - Creator III

You can sort by expression on the dimension. I added your measure as a master measure and referenced it in sorting.

datagrrl
Creator III
Creator III
Author

Thanks. I forgot I could do it that way.