I'm attempting to have a label be visible when any of 3 separate tags are enabled IE. Boolean = 1
Would this be better off as an expression linking to the Visible property or can i just bind it to the 3 tags themselves?
I'm attempting to have a label be visible when any of 3 separate tags are enabled IE. Boolean = 1
Would this be better off as an expression linking to the Visible property or can i just bind it to the 3 tags themselves?
Has to be an expression to perform the "or" operation.
Perfect, Thank you
How do you write the expression in perspetive?
{path/to/tag1} || {path/to/tag2} || {path/to/tag3}
( Not just Perspective. )
I want to make it with an and instruction when tag1 = true and tag2 = false the icon is visible. how do i do that?