Skip to main content
Announcements
NEW: Seamless Public Data Sharing with Qlik's New Anonymous Access Capability: TELL ME MORE!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Descending Sorting an input box

Is it possible to reverse sort an input box that has the constraint set to Predefined Values only?  I am able to bring back a list of values dynamically (33,34,35,36,37,38,39,40), but want it to be sorted by descending (40,39,38....)

2 Replies
lironbaram
Partner - Master III
Partner - Master III

hei

all you need to do

is sort the lsit before you deliver it to the input box

so the input box series will look 40,39,38

the it will also appear thet way when you click on the drop down list

Not applicable
Author

Liron, Thanks for the reply.  My list is generated via an expression.  Is there a sort function?  If so, what is the syntax.