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

Hide a Table

Hi all,

Anyone can help me?

This is my problem:

How can I to hide a graph, a pivot table..... if, from a particular selection, the table is empty and there are not datas to show?

Thank All.

Labels (1)
5 Replies
Not applicable
Author

Hi,

Go to properties on the object and select the tab "Layout".

Here you can enter you criterias for "conditional show"

/Martin

Not applicable
Author

Hi,

Check the below link.

http://community.qlik.com/forums/p/16498/64385.aspx#64385

hopefully this should help you.

- Sridhar

Not applicable
Author

Check the attached sample. Are you looking this kind of functionality or something else

Regards,

-Raghu

Not applicable
Author

thank all,

my problem is bit different:

like in the sample attached, i would that, if there are not rows for values "Value C" in the datas, I don't see the Grah "Tips Value C".

Thank

rwunderlich
MVP
MVP

You could use a conditional show expression like:

=sum(if(TipType='Value C',1))>0

-Rob