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: 
Not applicable

Sorting a dimension

I want to sort a dimension in a particular order.

F Account

C Account

R Account

It seems that none of the pre defined Sort by options allow this.

Can someone help with an expression that I can enter to sort in this order?

Thanks

1 Solution

Accepted Solutions
swuehl
MVP
MVP

Try a sort expression like

=match(DIMENSION, 'F Account','C Account','R Account')

View solution in original post

2 Replies
swuehl
MVP
MVP

Try a sort expression like

=match(DIMENSION, 'F Account','C Account','R Account')

Not applicable
Author

Exactly what I wanted. Thank you very much!