Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
josephinetedesc
Creator III
Creator III

Is there a way to change the default display?

Hi All

I would like No data to display to read:  "You must select Clinical for this chart to display"

Thank you

Jo

default.JPG

1 Solution

Accepted Solutions
vikasmahajan

Go to Chart Properties -> General -> In Calculation Condition-> GetSelectedCount(Your Dimension)=0

Select  Error Message Tab -> Select ->Calculation Condition Unfulfilled-> Type Message

"You must select Clinical for this chart to display"

Hope this helps you

Thanks

Vikas

Hope this resolve your issue.
If the issue is solved please mark the answer with Accept as Solution & like it.
If you want to go quickly, go alone. If you want to go far, go together.

View solution in original post

6 Replies
josephinetedesc
Creator III
Creator III
Author


Hi all - I found an answer as suggested by Marco Wendell.

I used a transparent text box with an if statement:

such

 

=

if(Classification <> 'Clinical', 'Tumour Stream is from Utilisation - Please select Clinical Classification')

I have put in a link to the answer but not sure it will work

https://community.qlik.com/activity#nPLoc=/inbox

vikasmahajan

Go to Chart Properties -> General -> In Calculation Condition-> GetSelectedCount(Your Dimension)=0

Select  Error Message Tab -> Select ->Calculation Condition Unfulfilled-> Type Message

"You must select Clinical for this chart to display"

Hope this helps you

Thanks

Vikas

Hope this resolve your issue.
If the issue is solved please mark the answer with Accept as Solution & like it.
If you want to go quickly, go alone. If you want to go far, go together.
avinashelite

yes, it will work. You can do it two way one is as mentioned Vikas Mahajan and one more using the test box (hide and showing conditions using the layout) ....

NOTE: if you need images in the error msg then Vikas logic will not work , you need to make use of the text box only

josephinetedesc
Creator III
Creator III
Author

Thank you both ways worked

Jo

avinashelite

Cool, can you please mark the correct answer and close this thread, so that it will be helpful for others too

josephinetedesc
Creator III
Creator III
Author

Hi - how do I do this????  I cannot find "correct answer"