Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
Thanks a lot!! It worked.
If these are strings, use sort by expression. =Date#([YearMonthField], 'MMM-YY')
Thanks a lot!! It worked.