Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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.
Hi,
Go to properties on the object and select the tab "Layout".
Here you can enter you criterias for "conditional show"
/Martin
Hi,
Check the below link.
http://community.qlik.com/forums/p/16498/64385.aspx#64385
hopefully this should help you.
- Sridhar
Check the attached sample. Are you looking this kind of functionality or something else
Regards,
-Raghu
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
You could use a conditional show expression like:
=sum(if(TipType='Value C',1))>0
-Rob