Hi Dojo,
I am reaching out to ask if it’s possible to conditionally show/hide a text message on Visio based on multiple parameter conditions verified by different elements (not necessarily using the same protocol).
I am aware it’s possible to do this for one element and one parameter, but in my case, I have five different elements. I want to display the message only if:
- Element 1 verifies Parameter Condition A,
- Element 2 verifies Parameter Condition B,
- And so on.
Could you let me know if this is feasible? Any tips or guidance on how to achieve this would be greatly appreciated.
Thank you!
Hi Yahya,
For combining multiple condition you can use the following example:
<A>and<B>and<C>-A|Element:element1|Parameter:1|=abc-B|Element:element2|Parameter:2|=bcd-C|Element:element3|Parameter:3|=cde
More details can be found here: https://docs.dataminer.services/user-guide/Basic_Functionality/Visio/miscellaneous/Extended_conditional_shape_manipulation_actions.html#condition-components
Kind regards,
Hi Stacey,
I have just tried your suggestion, it's working exactly as I wanted it to be. Thanks!