Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
manmadha
Contributor III
Contributor III

statement display on donut chart

Hi Team,

I have null values in my data. when the user is selected the value the donut chart is displaying it contains only negative or zero values.  Otherwise if I am check null values display the entire chart is occupying null values. Instead of that I want to display  statement like "There is no data".

Please help me on that.

 

Thank you.

Labels (1)
2 Replies
martinpohl
Partner - Master
Partner - Master

Hi,

I'm not sure to understand your request in the right way but:

You can go to the settings of your donut / AddOns / data handling 

Then set an expression  at calculation condition

sum(value) > 0

On displayed message you can inform the user that ther are no data.

Regards

manmadha
Contributor III
Contributor III
Author

Hi.

Its working Fine.

sum(sales)<=0

Thank You.