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: 
sebHan
Contributor III
Contributor III

Filter pane month sorted alphabetically

Hey!

I have a problem with my horizontal filter pane is sorted alphabetically on my month variable.

I would like to sort it such that it shows:  Jan | Feb | Mar | and so on

This is how it looks now.

sebHan_0-1630581268342.png

Can anybody help here?

 

 

 

1 Reply
Digvijay_Singh

There are various ways to handle it. I use Dual in the script for the month field to be used in the filter to show formatted as month but date type internally e.g. Dual(Date(Monthfield,'MMM'),floor(Monthend(MonthField)))

Once the type is set as date it can be sorted as asc/desc the way desired.

Thanks,