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

need to replace the graph with the textobject

Hi All,

I have this urgent requirement  in which i need to replace chart only when  there is no data to display in chart with a text object "Select relevant data"

Can any one suggest me points to acheive this requirments?

Kind Regards

Manu

4 Replies
dplr-rn
Partner - Master III
Partner - Master III

you can hide the chart conditionally i.e. show only if condition=true and show the text object if condition=false .

see below

Capture.PNG

vishsaggi
Champion III
Champion III

You can also give a message in error messages button in your chart properties General tab. Like below:

This way you do not need any Text object to hide show.

Capture.PNG

dplr-rn
Partner - Master III
Partner - Master III

Agreed either approach will work. i prefer the hiding as i control the formats better.

vishsaggi
Champion III
Champion III

Definitely. However, i was just trying to use native chart properties that might help in this scenario rather than writing conditional statements in both the objects.