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: 
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.

1 Reply
sunny_talwar

May be like this for your sort expression:

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