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

Announcements
ALERT: QlikView server communication interruptions following Microsoft Windows Domain Controller security updates
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Sort the list box as Red,Yellow,Green!

Hi Friends

I have added a list box which contain three text "Red, Yellow & Green".

Currently it is apprering as "Green,Red,Yellow"  I want it to appear as "Red,Yellow,Green" (RYG)

It works, if you change sort option as Load order & if the excel input order is RYG, but in my case this order will change always.

Please help!

Enclosed is the file.

Thanks in advance for your help!

Regards

Rahul

Labels (1)
1 Solution

Accepted Solutions
swuehl
Champion III
Champion III

Try a sort expression in sort tab:

=match([St Color],'Red','Yellow','Green')

with order ascending.

View solution in original post

2 Replies
swuehl
Champion III
Champion III

Try a sort expression in sort tab:

=match([St Color],'Red','Yellow','Green')

with order ascending.

Not applicable
Author

Thanks Swuehl!

It works!!