Question:
Can I insert Boolean expressions and mathematic operations in the same link?
Solution:
Yes, you can. For example: 5 + (Tag1.Value AND Tag2.Value)
In this example, the Boolean expression’s result can be equal to 0 or -1 (-1 stands for True), and it is added to 5. Thus, the link’s result can be 5 or 4.