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: 
Not applicable

Is there a bug in ListBox Sort By Expression option?

When I have a listbox, and I try to insert an expressions into the listbox, the order changes every time a value is clicked.

This is true even is Sort By State option is off.

I've attached an App where I have just one table with one column, Year. When I put the values of that table into a listbox and they sort it by Year using the expression =Year. When I do that, every time I click on the listbox the order changes.

Why is that happening? Seems like its the opposite of what is suppose to happen.

1 Reply
MK_QSL
MVP
MVP

Go to Sort Tab

Only Select Numeric Value

Ascending / Descending Order

Or as per your Expression

Change the expression from =Year to =Only(Year)