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

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

How to sort by expression of a list box

Hi all

Created an expression in list box:

=num(sum(if(Status='NPF',OS))/sum(OS

)*100,'0.0') & '%'

Trying to figure out how to sort the value descendingly

2 Replies
nilesh_gangurde
Partner - Specialist
Partner - Specialist

HI alex,

In properties => Sort=> check Numeric Value

or

num(sum(if(Status='NPF',OS))/sum(OS),'#,###%')

Then apply the above settings.

Regards,

Nilesh Gangurde

Not applicable
Author

Hi Nilesh

Use your expression which is better but the sorting does not work.

However I have figured out the solution - sort the expression.

Thks