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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
SogSog
Contributor II
Contributor II

Hide row with condition

Hello,

Is it possible to hide a row in a table when a value of one column is superior to another?

I created an app to forecast the evolution of the space used in few drives.
I want to hide all rows where the space used is less than the space max.

1 Reply
rwunderlich
MVP
MVP

You can hide rows per se. But you could not generate the rows using a calculated dimension, something like:

=Aggr(if(sum(used) => sum(spacemax), DriveName), DriveName)

-Rob