Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I have the year list box with the above year and Quarter format. now I need the sorting values of Quarter wise year i.e
Suggest me on the same
Use num as well as text too
On the Sort tab of the List Box make sure <Text> is ticked and nothing else.
See this screen shot
Hi,
Sort by "Text" should work. You can find this option in list box properties.
Suggest me out
See attached qvw that works.
Go to Sort Tab of your List Box
Untick everything
Tick Expression and write below in your Expression
=TRIM(PurgeChar(Year,'Q'))