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

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Ishilad
Contributor
Contributor

Display Message for Blank Chart

Hi I have a series of bar charts that I change based on filters. Some filters, however generate blank graphs because the data is not in scope for that particular graph. How can I display a message in the graph when it is blank to automatically say "This is out of scope" or something along those lines.

3 Replies
dplr-rn
Partner - Master III
Partner - Master III

Use Data handling --> calculation condition ( may be count the number records you display )
Displayed Message can be used where this is not fulfilled

Ishilad
Contributor
Contributor
Author

can you give me an example

dplr-rn
Partner - Master III
Partner - Master III

maybe count(Product)>0 as the condition
so if for a set of filter selection the count becomes 0 the Displayed MessageCapture.jpg