Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
yadav_anil782
Creator II
Creator II

Chart Display Error

Dear Community ,

how to change "No data to display Error" when value is not selected in chart, i want if parameters not selected in chart then it should be show - "Plz Select Value"

3 Replies
PrashantSangle

Hi,

Chart Property->General->Error Message->Calculation Condition Unfullfiled.

Regards

Great dreamer's dreams never fulfilled, they are always transcended.
Please appreciate our Qlik community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved 🙂
Anonymous
Not applicable

Completing Max suggestions:

In calculation condition write sth like:

getfieldselections(Yourdimension)>0

PFA..

Not applicable

In calculation condition

only dimension selection

=GetSelectCount(Dimnsion)>0

both dimension and measure selection

=GetSelectCount(Dimnsion)>0 and =GetSelectCount(measure)>0


in Error Message 

write the message what you want to dispaly