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: 
Anonymous
Not applicable

Can't suppress zero values when using rank function

I'm using the Rank function below so if the value of Quantity is not 0 then the rank function is used but if the value of Quantity is zero then zero is used.  I've checked the "Suppress Zero-Values" on the Presentation tab so these rows should be hidden.  This is not working when the rank function is used.

=if([Quantity] <> 0,rank(sum([qty-prod])),0)

Here is an example of my table.  The Row's displaying all zeros should not be displayed.

4 Replies
MK_QSL
MVP
MVP

Could you please post your example?

Anonymous
Not applicable
Author

Here is an example of the table in Excel.

MK_QSL
MVP
MVP

can you post QVW?

Anonymous
Not applicable
Author

Here is an example QVW.