1.4

l
is less than: The first specified value is smaller, numerically, than the second value
for the condition to be True.
l
is greater than: The first specified value is larger, numerically, than the second
value for the condition to be True.
l
is empty: The first specified value is empty. With this operator, there is no second
value.
l
Invert condition: Inverts the result of the condition. For instance, is empty becomes
is not empty.
Condition Step Properties
Description
This section is collapsed by default in the interface in order to give more screen space to
important parts.
Name: The name of the step. This name will be displayed on top of the step's icon in the Steps
pane.
Comments: The text entered here gives more details on the step and will be displayed in the
tooltip appearing when hovering over the step in the Steps pane.
Rule Tree
The Rule tree section displays the full combination rules (defined below under the Condition
section) as a tree, which gives an overview of how the conditions work together as well as the
result for each of these conditions for the current record or iteration.
Condition
First, the Condition List displays the conditions in list form, instead of the tree form above.
Three buttons are available next to the list:
l
Add condition: Click to create a new condition in the list. This will always branch the
current condition as an "AND" operator.
l
Delete condition: Delete the currently selected condition.
l
To rename a Condition, double click on its name from the Rule tree section.
Conditions are made by comparison of two operands using a specific Operator.
Page 155