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

Announcements
Now accepting applications for the Qlik Luminary and Partner Ambassador Programs: Apply by July 6!
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?

Labels (1)
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