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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
wonkymeister
Creator III
Creator III

Qlik Sort Order

Hi,

i need to sort a dimension - based on its values - twice. Is it possible?

i want to sort by:

value name in dimension = Department, and then A-Z

so:

Department

Alex

Brian

Claire

Dennis

Harold

etc...

Department has to come first, and everything else must be A-Z

any ideas guys?

Qlik 11.2, SR12

Labels (1)
1 Solution

Accepted Solutions
sunny_talwar
MVP
MVP

May be like Sort by expression and then text

Expression sort using this

Match(Dimension, 'Department', Dimension)

Text sort

A -> Z


Capture.PNG

View solution in original post

2 Replies
sunny_talwar
MVP
MVP

May be like Sort by expression and then text

Expression sort using this

Match(Dimension, 'Department', Dimension)

Text sort

A -> Z


Capture.PNG

wonkymeister
Creator III
Creator III
Author

brilliant, cheers!