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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
haymarketpaul
Creator III
Creator III

Pivot Table Sort Order Help

QV 11 SR4

See attached qvw

With the Industry Type column collapsed it nicely orders in descending User Count - I would like to order the User Count Expression column by descending Industry Type User Count when someone expands a job title.

1 Solution

Accepted Solutions
settu_periasamy
Master III
Master III

Hi,

Try this.

Enable the Y-value as Descending in Sort by option.

View solution in original post

4 Replies
MK_QSL
MVP
MVP

For job title use below in sort tab as an expression

=IF(Dimensionality() <> 2, Count(DISTINCT UserID))

Capture.PNG

haymarketpaul
Creator III
Creator III
Author

Sorry Manish - i'm not sure that helps...

When i expand a job title i then want the industry type user counts in descending count order

settu_periasamy
Master III
Master III

Hi,

Try this.

Enable the Y-value as Descending in Sort by option.

haymarketpaul
Creator III
Creator III
Author

Perfect - Thank You

Will have to read up on Y Value