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

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
kulasekhar
Creator
Creator

How to sort month wise in listbox

Hi All,

I have one listbox. find the atach ment.

I want display data month wise like Jan-13

                                                     Jan-14

                                                     Jan-15

                                                     Feb-13

                                                      Feb-14

                                                      Feb-15    Like this

Thanks

Sekhar.

11 Replies
Peter_Cammaert
Partner - Champion III
Partner - Champion III

Or maybe shorter (I'm guessing that your listbox already contains a Date() value)?

= Month(DateField)*10000+Year(DateField)

Also works for months in the previous century. Or in the next one

Peter

kulasekhar
Creator
Creator
Author

Thanks a lot Anbu.Helping me