2022.1

Table Of Contents
Rule
A single rule evaluates one data field or runtime parameter using a single operator or function
and a value (the "operand").
To construct a rule:
1. Click the downward pointing arrow next to Field, then select the data field or runtime
parameter that should be evaluated.
2. Select the operator. The downward pointing arrow expands the list of operators with
which the data can be evaluated.
The options are: Equal to, Not equal to, Contains, Does not contain, Begins with, Ends
with.
3. Enter the Value that should be used for the conditional check.
l Values are case sensitive by default; you can click the button next to the value to
make them case insensitive.
It isn't possible to enter more than one value in one rule. Comparisons to multiple values can be
made by combining rules in a group.
To save the script, click Apply or OK.
The selected action will be performed if the joint groups and rules evaluate to true.
If, conversely, the condition evaluates to false, the opposite action will be performed.
To see the result, toggle to the Preview tab at the bottom of the workspace (or select View >
Preview View on the menu).
Note
If a condition cannot be made with the wizard - for example, one that compares a data
field to a runtime parameter value - you can click Expand and edit the code of the script
(see "Writing your own scripts" on page389). But be careful: once the script has been
altered, there is no going back to the wizard.
Page 357