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: 
Anonymous
Not applicable

Edit the month display

Any idea to alter how is viewed months in graphics. For example:

Convert this:

Jan/Feb/Mar/Apr/May/Jun/Jul/Aug/Sept/Oct/Nov/Dec


To:


Jul/Aug/Sept/Oct/Nov/Dec/Jan/Feb/Mar/Apr/May/Jun

Thx. Regards.

2 Replies
ychaitanya
Creator III
Creator III

use some thing like this at the Sort expression wherever you're using.

match(Month,'Jul','Aug','Sept,'Oct','Nov','Dec','Jan','Feb','Mar','Apr','May','Jun')

Chanty4u
MVP
MVP

is this works?

change the environmental variable order

SET MonthNames='Jul;Aug;Sep;Oct;Nov;Dec'.....................;