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: 
KP_8859
Contributor
Contributor

Sort order will change after make selection

Hi I have set the custom order by east to west of Canada's jurisdiction, but when i select any 1 jurisdiction, it will change and become default sort alphabetical sort order. 

i have used the formula =only(Jurisdiction_Sort_Order)

Labels (1)
1 Solution

Accepted Solutions
rwunderlich
Partner Ambassador/MVP
Partner Ambassador/MVP

You will need to add the set {1} (ignore selections) to your sort expression. 

=only({1}Jurisdiction_Sort_Order)

-Rob
http://www.easyqlik.com
http://masterssummit.com
http://qlikviewcookbook.com

View solution in original post

2 Replies
rwunderlich
Partner Ambassador/MVP
Partner Ambassador/MVP

You will need to add the set {1} (ignore selections) to your sort expression. 

=only({1}Jurisdiction_Sort_Order)

-Rob
http://www.easyqlik.com
http://masterssummit.com
http://qlikviewcookbook.com

KP_8859
Contributor
Contributor
Author

Thanks   . Its working for me.