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: 
prma7799
Master III
Master III

Sorting Issue with 0 values

Hi Experts,

I have a report in that I have sorted all as sum(sale) value

All values are coming sorted properly but I wants all 0 values should be at bottom

Please see attached.

Thanks 

15 Replies
olivierrobin
Specialist III
Specialist III

hello

in sort tab, why don't you sort with an expression like

if(sum(sales)=0,9999999999999999, sum(sales)

ogautier62
Specialist II
Specialist II

Hi,

maybe give the sum() sort expression for each dimension,

not only for the first one

regards

prma7799
Master III
Master III
Author

Already given...

prma7799
Master III
Master III
Author

Tried but no luck

olivierrobin
Specialist III
Specialist III

here is what I did

qlikviewwizard
Master II
Master II

Hi,

1. Why I am not seeing these expression Names in Sort??

Capture1.PNG

2. Check for all the expressions Descending and uncheck Numerical Value.Hope this will help.

Capture.PNG

3. Can you open Expression tab and send screenshot?