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

putting in date order

Hi,

Any quick way of ensuring on a graph data is orted in month order? None of the normal sorting options (frequency, load order) enable it to show this way.

Months are text and not in date format.

Cheers

Chris

1 Solution

Accepted Solutions
Clever_Anjos
Employee
Employee

You can use this expression into your Sort Tab

Match(yourfield,'jan','fev','mar','abr','mai','jun','jul','ago','set','out','nov','dez')

View solution in original post

3 Replies
Anonymous
Not applicable
Author

Chris

How about converting them to QlikView date format ?

Then everything will be easier for you.

Best Regards,     Bill

Not applicable
Author

Load an Inline table with MonthID and MonthName like

MonthID     MonthName

     1               Jan

     2               Feb

     3               Mar

....

make sure MonthName and the other field joins and then sort it by MonthID

Clever_Anjos
Employee
Employee

You can use this expression into your Sort Tab

Match(yourfield,'jan','fev','mar','abr','mai','jun','jul','ago','set','out','nov','dez')