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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

sorting the list box values

Hi,

Capture.PNG.png                                                                                          

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

Capture.PNG.png

Suggest me on the same

7 Replies
sujeetsingh
Master III
Master III

Use num as well as text too

Anonymous
Not applicable
Author

On the Sort tab of the List Box make sure <Text> is ticked and nothing else.

sujeetsingh
Master III
Master III

See this screen shot

Anonymous
Not applicable
Author

Hi,

Sort by "Text" should work. You can find this option in list box properties.

Anonymous
Not applicable
Author

Suggest me out

Anonymous
Not applicable
Author

See attached qvw that works.

MK_QSL
MVP
MVP

Go to Sort Tab of your List Box

Untick everything

Tick Expression and write below in your Expression

=TRIM(PurgeChar(Year,'Q'))