Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us in NYC Sept 4th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Elan
Contributor
Contributor

How to sort the period

Elan_0-1649337408874.png

I need to sort either period or period startdate in the correct flow

for example -- if i had jun14, jul15,apr12, jan11 -- i need to sort and show in my dashboard like jan11,apr12,jun14,jul12

can u suggest any idea to resolve this

 

Labels (2)
1 Reply
marcus_sommer

Don't load them as strings else as numeric values, maybe like:

date(date#(FinPeriod, 'MMMYY'), 'MMMYY') 

- Marcus