2021.2

Table Of Contents
Note
Creating a parameter rule is only possible if the template contains runtime parameters;
see "Runtime parameters" on page466.
The rule(s) apply at a Group level. There may be one rule or many rules at the same level, and
there may be groups within groups, providing the ability to create quite complex nested logical
structures.
Group
A group consists of one or more rules with a logic operator. Four logic choices are available at
the Group level. These are:
l All of the following.
This equates to the logical operator (... AND ...).
If all of the associated criteria are met, then this group resolves to TRUE.
l Any of the following.
This equates to the logical operator (... OR ...).
If any of the associated criteria are met, then this group resolves to TRUE.
l Not all of the following.
This equates to the logical operator (NOT(... AND ...)).
If any (but not all) of the associated criteria are met, then this group resolves to TRUE.
l Not any of the following.
This equates to the logical operator (NOT (... OR ...)).
If none of the associated criteria are met, then this group resolves to TRUE.
The top level is always a group. A group can contain one or more Rules and/or Groups.
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.
Page 817