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: 
Lucky1
Creator
Creator

How to show error message

I have filter pane if I select any value in filter pane my chart should show values based on my selection if I don't have any data for particular selection error message should show like no data for particular status.and if I don't select any value in filter pane my chart should show all the values.

How to achieve this

Labels (2)
2 Replies
vinieme12
Champion III
Champion III

In Chart Properties >> Add-Ons >> Data Handling   

Add  Calculate Condition  expression  to evaluate chart only when the measure returns a value

= sum(Sales)

Under message expression add :    ‘No value for current selections’

 

Refer below

https://youtu.be/LDRcxSX5WMg

Vineeth Pujari
If a post helps to resolve your issue, please accept it as a Solution.
Lucky1
Creator
Creator
Author

Thanks viniemel12 for replying.Iam getting error message when I select filter if we don't have data.but if I don't select any filter it should show all the data but if I don't select anything it is showing select at least one  filterto see the value.instead of this error message if I don't select filter I should get all the values