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?
As this question has now been inactive for a very long time, I will close it. If you still want more information about this, could you post a new question?
Hi Ryan,
Following is an example in our documentation of multiple conditions combined:
<code class="lang-txt hljs language-plaintext" data-highlighted="yes"><A>or<B>or<C>or<D>or<E>or<F>or<G>or<H>-A|57/2|1|<0-B|57/3|510,1|<0 -C|number|PROPERTY:Class|=A-D|VIEW:2|PROPERTY:Class|=A -E|Service:serv|PROPERTY:Class|=A-F|Element:number|ALARMLEVEL|>=MINORG| VIEW:2|ALARMLEVEL|>=MINOR-H|Service:serv|ALARMLEVEL|>=MINOR</code>
The part before the first - character is the combined condition. Then after the - each condition is defined, also separated by - characters
I see that this question has been inactive for some time. Do you still need help with this? If not, could you select the answer that has been most helpful for you (using the ✓ icon)?