Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
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!