Row, Filter and Banner logic can use the following relational (Boolean) operators:
> (greater than)
< (less than)
>= (greater than or equal to)
<= (less than or equal to)
For example, the statement:
Q5 <= (5)
is true if the value of the variable Q5 is less than or equal to 5.
And, the statement:
1/10 > (1)
is true if the value in record 1, column 10 is greater than 1.
Logic can Compare field code values.
Related topics: