Skip to main content
Woohoo! Qlik Community has won “Best in Class Community” in the 2024 Khoros Kudos awards!
Announcements
Nov. 20th, Qlik Insider - Lakehouses: Driving the Future of Data & AI - PICK A SESSION
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.