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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
miranrai
Contributor III
Contributor III

Hide chart when no records

I have a straight table which i want to hide when no records.

1 Solution

Accepted Solutions
daniel_kusiak
Creator II
Creator II

You can also set calculation condition based on expression. When calculation condition is unfulfilled you can set a message to show in table.

View solution in original post

5 Replies
sunny_talwar

What is the expression you are using in your chart? May be we can use a condition based on the expression to hide/show the chart.

Digvijay_Singh

One way to put condition below in 'Show' section in Layout.178829.PNG

daniel_kusiak
Creator II
Creator II

You can also set calculation condition based on expression. When calculation condition is unfulfilled you can set a message to show in table.

prajapatiamar38
Creator II
Creator II

Hi

Go to layout tab>In Conditional write the same expression which u have written in the expression tab.

The chart will hide when there is no data.

Hope this helps you...

Regards

Amarnath

avinashelite

try like if (GetPossibleCount(field_name)>0,1,0)