Skip to main content
Announcements
See what Drew Clarke has to say about the Qlik Talend Cloud launch! READ THE BLOG
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