Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
hi
i have a chart that shall only be displayed, if the number of persons is greater than 30.If this is not the case, the chart will not be displayed and it shall only show an error message. The background is always white and this is my problem, since the application has a document background which is not white. This is, when there is no chart showed, it appears like a white box in a skyblue background.
Is there a way to set the color of this background equals to a specified colour?
thanks for any help
felipe
Hi ,
go to chart properties>> General tab, Calculation Condition, and error message
write your condition in Calculation condition as =count(distinct Customer)<=30
and down click error message and write the Message , what ever you want to display.. see the image below
HI
If you need background color. Use text box and apply color as you need, and in that text object apply condition to show and hide as per your requirement and keep that textbox above the chart and uncheck the checkbox move / copy option from layout option from properties.
hope tat helps
thanks, i got the message, what i need is the background color different from the "white" default