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