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: 
Not applicable

chart should display no data if data is not avalible

Hi experts

                               I have age data from 15-30, using input variable  i am  giving  age range . if age rang <15 chart should display no data to display. if i use conditional enable chart will disable which is not my requirement chart should  display   no data.

Regards

Mike

2 Replies
settu_periasamy
Master III
Master III

You can try with Calculated Condition in General tab of chart Like

=if(min>=15 and max<=30,1,0)

And in the Error Message Just enter 'No data to Display'

Not applicable
Author

You can write calculated Condition for chart object.

General --> calculated Condition

= Min(Age) > 15

You will get calculated condition unfulfilled. so you can overwrite this error message.

General --> Error Messages --> Select calculated condition unfulfilled and write your custom message in the below box.

This condition forcefully select to more than 15 age.