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

When i do a match sort i have a down shift when i select

Hello,

I used the code bellow to arrange my months in order. But when i make selection the selected object shift downward on my listbox despite the fact that i unchecked auto-arrange. How do i resolve this?

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

1 Solution

Accepted Solutions
stigchel
Partner - Master
Partner - Master

Try

match(Only({<mon=>} mon), 'Jan','Feb','Mar','Apr','May','Jun','Jul','Aug','Sep','Oct','Nov','Dec')

View solution in original post

2 Replies
MK_QSL
MVP
MVP

how your mon is coming from script?

stigchel
Partner - Master
Partner - Master

Try

match(Only({<mon=>} mon), 'Jan','Feb','Mar','Apr','May','Jun','Jul','Aug','Sep','Oct','Nov','Dec')