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

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

1 Solution

Accepted Solutions
niranjana
Creator
Creator
Author

Thanks a lot!! It worked.

View solution in original post

2 Replies
tresesco
MVP
MVP

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

niranjana
Creator
Creator
Author

Thanks a lot!! It worked.