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: 
grajmca_sgp123
Creator
Creator

custom sorting on last 12 months

hi,

How do we sort last 12 months in bar chart.

ex:

201409

201410

201411

201412

201501

201502

'

'

'

thanks

2 Replies
sunny_talwar

May be use Expression to sort it ascending or descending and expression would be:

Date#(YearMonthFieldName, 'YYYYMM')

maxgro
MVP
MVP

in sort tab and sort by text or number

or if you want a custom order in expression

wildmatch(yourfield,201409,201410,........,'*')