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: 
niranjana
Creator II
Creator II

Sorting in List Box

Hi,

I have a field Month Year as : Oct-20,Nov-20 ......to March-21. I want to sort in ascending order and display in List Box or use same in Bar chart. How to do that?

Thanks in advance

Labels (1)
1 Solution

Accepted Solutions
niranjana
Creator II
Creator II
Author

Thanks a lot!! It worked.

View solution in original post

2 Replies
tresB
Champion III
Champion III

If these are strings, use sort by expression. =Date#([YearMonthField], 'MMM-YY')

niranjana
Creator II
Creator II
Author

Thanks a lot!! It worked.