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: 
shanky1907
Creator II
Creator II

Custom Sort order

Hello All,

I want to implement a custom sort order for my dimension brand.

For ex. i have values in the dimension like A,B,C,D,E,F,Others.

So i want to sort them in an order like B,E,F,A,C,D,Others at last.

How can i achieve this through sorting.

Please share your helpful reviews.

Labels (1)
1 Reply
sunny_talwar
MVP
MVP

May be like this for your sort expression:

Match(brand, 'B', 'E', 'F', 'A', 'C', 'D', 'Others')