Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us in NYC Sept 4th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

list box problem

hi, In my month list box, I changed it to month name. so now it s not coming jan to dec properly. it comes APR, AUG,DEC..... so i want to remove this sorting. How can I do this?

1 Solution

Accepted Solutions
alexandros17
Partner - Champion III
Partner - Champion III

Try in sort tab to check "Load order" and uncheck all the others

View solution in original post

2 Replies
alexandros17
Partner - Champion III
Partner - Champion III

Try in sort tab to check "Load order" and uncheck all the others

its_anandrjs
Champion III
Champion III

Hi,

In your load statement put sequence field like

Monthname      SeqOrder

jan      01

Feb     02

and use SeqOrder field to sort by properties -> select expression option and paste field name there otherwise select Loadorder.

Hope this helps

Thanks & regards