A condition defines whether a rule (and therefore the value assignment) is executed or not. It can therefore result in true or false.

Condition in normal mode

Rules

  1. attribute that is used
  2. condition that is checked, currently there are 4 possibilities, ìs not empty, ìs empty, contains and starts with.
  3. another condition can be defined.
  4. delete condition
  5. list of currently known attributes.

Click on Preview to recalculate the result preview below and save the condition.

Condition in script mode

Rules

  1. the toggle Script Editor is active.
  2. any Java script that defines the value assignment.
  3. the tools from here can be inserted into the value assignment using drag & drop.

Click on ‘Preview’ to recalculate the result preview below and save the condition.