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

Announcements
Independent validation for trusted, AI-ready data integration. See why IDC named Qlik a Leader: Read the Excerpt!
cancel
Showing results for 
Search instead for 
Did you mean: 
Lucky1
Creator
Creator

If there is no data for particular field value it should show blank page with error message

I have 2 filters

Country and status

Country.         Status

Uk                    Planned

Germany 

 

For the above example when we click on uk it is showing planned data in my table.but i want to show if I click on Germany it should give planned value in status and in my table it should show error message there is no data in Germany planned.how to do that

 

 

 

 

Labels (3)
1 Reply
vinieme12
Champion III
Champion III

In Chart Properties for each chart

under Add-Ons>> Data Handling >> Add a Calculation Condition

fx =  count(Status)

Message = ' No Data  for Current Selection'

vinieme12_0-1681720666698.png

 

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