Hi. For an element i need to use multiple condition on visio.
But my formula doesn't work :
SHOW <A>or<B>-A|ELEMENT:*|PARAMETER:110|=2-B|ELEMENT:*|PARAMETER110|=3
This visio is generic for a protocol not for a specific element.
Many Thanks.
Hi Henri
If you copy-pasted the formula, then I see a typo in the last "parameter" part, there should be a ":" between PARAMETER and 110
<A>or<B>-A|ELEMENT:*|PARAMETER:110|=2-B|ELEMENT:*|PARAMETER:110|=3
Just elaborating on your intention:
* From my limited knowledge, I don't believe it's possible to specify a protocol in this extended condition.
* Just pointing out the * wildcard usage. This will refer to the 1st element from the parent shape, which might not be your intention.
Ref: Extended conditional shape manipulation actions | DataMiner Docs
Thanks it's was really a typo problem.
Thanks also for the advice to retire the wildcard.