I need a parameter control shape (210) to hide or show in the drawing depending on what is chosen (value) in another control parameter (200) in the same element (201).
I tried the image method but it didn't work. How to do this?
Marieke Goethals [SLC] [DevOps Catalyst] Selected answer as best 18th July 2023
Hi Kaio,
There are multiple ways of doing this. Using the extended shape conditions, you can use either of the following:
<A>-A|Element:9109/201|Parameter:210|=[Param:9109/201,200]
or
<A>-A|Value|[Param:9109/201,210]|=[Param:9109/201,200]
More info is available in the Help.
Marieke Goethals [SLC] [DevOps Catalyst] Selected answer as best 18th July 2023