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

Announcements
ALERT: QlikView server communication interruptions following Microsoft Windows Domain Controller security updates
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.