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
I have just tested this with parentheseis using the following, and it doesnt work:
[sep:-^](<A>or<B>)and(<C>or<D>)^A|[property:First Primary Element]|1013,[property:First Primary Input]|=HDR10;=HLG^B|[property:First Secondary Element]|1013,[property:First Secondary Input]|=HDR10;=HLG^C|[property:First Secondary Element]|1002,[property:First Secondary Input]|!=stopped^D|[property:First Primary Element]|1002,[property:First Primary Input]|!=stopped
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