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

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

Hide a pivot table if data is null

Hi

Does anyone know if it is possible at all to hide a pivot table using the Conditional Show if the selections made return zero results?

4 Replies
Not applicable
Author

You can use your expressions for the corresponding table's conditional show expression.

Anonymous
Not applicable
Author

it should work if you can specify your condition

sum(Revenue)>0  (easy definitions, yours might be more complex)

Anonymous
Not applicable
Author

Thank you for the prompt response

Anonymous
Not applicable
Author

Thank you Rudollf