Skip to main content
Announcements
Qlik Connect 2025: 3 days of full immersion in data, analytics, and AI. May 13-15 | Orlando, FL: Learn More
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Keeping manual sort order after selection

I have a manual sort order on a list box using the below expression:

match([Month],'Jan','Feb','Mar','Apr','May','Jun','Jul','Aug','Sep','Oct','Nov','Dec')

However, when I make a selection my choice jumps to the last selection option - how can i keep the same order even when a selection is made? Please note that I have already unclicked the State option.

Many thanks.

Drew

1 Solution

Accepted Solutions
maxgro
MVP
MVP

try

match(only({1} [Month]),'Jan','Feb','Mar','Apr','May','Jun','Jul','Aug','Sep','Oct','Nov','Dec')

View solution in original post

1 Reply
maxgro
MVP
MVP

try

match(only({1} [Month]),'Jan','Feb','Mar','Apr','May','Jun','Jul','Aug','Sep','Oct','Nov','Dec')