Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
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

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