Skip to main content
Announcements
YOUR OPINION MATTERS! Please take the Qlik Experience survey you received via email. Survey ends June 14.
cancel
Showing results for 
Search instead for 
Did you mean: 
Natalie
Contributor II
Contributor II

How ordenate the months in Qlik?

In my application the months comes jumbled up, i want to know if have an way to force the months months months to be ordenate, in the script or set analyses, I tried in the option "sort" in chart properties but none option was effective.

Labels (1)
1 Solution

Accepted Solutions
jochem_zw
Partner Ambassador
Partner Ambassador

your month is based on a date or is it a text field?

if it is from a date field: month(Date)

if it is from a text field use dual function:

dual(‘January’,1)

dual(‘February’,2)

etc

when using it in chart it will sort correct! 

View solution in original post

1 Reply
jochem_zw
Partner Ambassador
Partner Ambassador

your month is based on a date or is it a text field?

if it is from a date field: month(Date)

if it is from a text field use dual function:

dual(‘January’,1)

dual(‘February’,2)

etc

when using it in chart it will sort correct!