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

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Hide a data chart when there is no data to display

Hi Everyone,

I am new to qlikview.I have a gauge chart . when I change my filter conditions it shows a message "No data to display". I want to hide the chart when this condition takes place. i have allready checked out the links

Charts displaying

and

http://community.qlik.com/thread/34939

but they were not helpful for me.

Your help is appriciated.

Thanks in advance.

11 Replies
SunilChauhan
Champion II
Champion II

then you simply write

expression used in chart =0 in lauout of chart

for explae if expression sum(sales) then in layout write sum(Sales)=0

Sunil Chauhan
matthewjbryant
Creator II
Creator II

Use the following conditional show

if(isnull(YourExpression),0,1)