Hi All,
I'm almost sure this will have been asked before but can i have multiple conditions in a Show parameter.
For example if I want a Show Param to be true if (A and B) or (C and D)
Is this possible, or is there a way to make this possible?
Hi Ryan,
I believe you are referring to Extended conditional shape manipulation actions
Hope it helps.
Hi Ryan,
Maybe I didn't understand correctly your question, but there is an example where multiple conditions are used. if you look at the section 'Examples' there is one example with multiple conditions.
I also noticed that your example contains parenthesis to group conditions. I performed a quick test and grouping conditions using parenthesis are supported. For example the following expressions:
(A and B) or (C and D)
A and (B or C) and D
will have different results when:
A=true, B=true, C=false, D=false.
Hope it helps.
Hi Miguel
Correct, however it doesn't say on there if you can have multiple different conditional operators, or not that i could see anyway