Comparison and logical operators

Using comparison (relational) and arithmetic operators

While setting conditions for visibility, you can use comparison and arithmetic operators (pictured).

You can use the following symbols:

Comparison operators

THE SYMBOL

MEANS

=

EQUAL TO

1!=;

NOT EQUAL TO

<

LESS THAN

<=

LESS THAN OR EQUAL TO

>

GREATER THAN

>=

GREATER THAN OR EQUAL TO

Logical operators

THE SYMBOL

MEANS

||; or

OR

&&; and

AND