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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
rcorcoran
Creator
Creator

charts


Hi

I have charts in Qlikview that I want to only display data when a dimension is picked from a listbox.  At the moment when no Hospital is picked the chart will show a total of all hospitals but I want it to show text saying pick a hospital from the list to show data and then when a hospital is picked it will show data for that hospital???

Thanks

Rhona

1 Solution

Accepted Solutions
ashfaq_haseeb
Champion III
Champion III

Hi

To achieve this go to char to properties -- > General Tab --> In Calculated condition write this formulae.

=GetSelectedCount(hospital)=1

then go to error message --> select calculated condition unfulfilled and give your custom message here.

Hope it help

Regards

ASHFAQ

View solution in original post

2 Replies
Not applicable

hi check this application it might be helpful

ashfaq_haseeb
Champion III
Champion III

Hi

To achieve this go to char to properties -- > General Tab --> In Calculated condition write this formulae.

=GetSelectedCount(hospital)=1

then go to error message --> select calculated condition unfulfilled and give your custom message here.

Hope it help

Regards

ASHFAQ