Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello,
how can i make an object dissapear if there is no month selected?
i want the object only to appear if there is no selection in the field "Month".
thanx!
chris
Sounds really dumb, but i can't find an option to mark the response as correct. I am logged-in.
Hi,
Try this
Chart Properties--> Layout -->Show--> Conditional-->
=GetSelectedcount(Month)>0.
This should work
only this thread's OP will be able to mark an answer as correct.
hope this helps
regards
Marco
Hi,
one solution could be to create the chart on top of a text box:
GetSelectedCount(Month)
will suffice as a condition because all numerical values other than 0 are treated as a boolean "true".
Please open a new thread, if you have questions on your own, instead of appending them to old ones.
hope this helps
regards
Marco
seems u are not started tis post,might be that is way ur not able to see these below options.