Hi,
I am trying to hide a shape in Visio by checking if a parameter is set to the value "NULL".
This works fine when I directly use the parameter. However, when I try to achieve the same result using a variable, the shape no longer hides.
Could you please help me with the correct syntax?
Thanks in advance!
Hi David,
It depends a bit on what you would like to achieve. In the current way how you defined the syntax in your second screenshot, DataMiner will expect the same format as in your first screenshot. That means, the value will be a parameter ID and its index (in your case).
Probably that is not what you want, as the value of your session variable might have the value 'NULL'. In that case, you will have to use a slightly different syntax to achieve this.
<A>-A|Value|[var:Screen101]|=NULL
To be fully complete, I see you are referencing parameter 65022 which is linked to a property value. Therefore, the most ideal syntax is something like the following:
<A>-A|Element:4733/1815|PROPERTY:Screen101|=NULL
Kind Regards
Jarno