Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I would like to find a way to dynamically display different sheet objects based on the value of what subject the user wants to navigate to on the home screen. Is there a a visiblity property or some way to hide sheet objects using variables to only display based on certain values?
Thanks,
Dan
In the object properties --> Layout tab, you can set conditional showing of the object. So if your variable is called vTest, you could set the show condition to be $(vTest)=1 for example, and the object would only be shown if the variable = 1.
Regards,
In the object properties --> Layout tab, you can set conditional showing of the object. So if your variable is called vTest, you could set the show condition to be $(vTest)=1 for example, and the object would only be shown if the variable = 1.
Regards,
object properties -> Layout -> Show -> Conditional -> enter your condition (condition could be something like match(subject,'Arts','Entertainment'))
For the tab, it's sheet properties -> General -> Show Sheet -> Conditional...