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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
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
MVP
MVP

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

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

- Marcus