Hello there,
I am looking to use a show to display a shape based on the value of a cardvariable
The cardvariable is being set to a string which contains a - for example DEVICE-001
I know that the variable is being set however I am assuming the value comparison is treating the - as a mathematical operator? I may be wrong in this but the exact condition works when I remove the - from the string
<A>-A|Value|[cardvar:DeviceElement]|=DEVICE-001
I have tried " and ' around the string however that did not seem to affect.
Is there a way to escape this and treat the whole string as one (assuming that I am right in the behavior which i may not be)
Many thanks
Oliver
Hi Oliver,
Maybe an option could be changing the separator character?
Changing the separator character in the condition
Hope it helps.
That’s got it – thank you!