About conditions in Container Manipulators
Optionally, you can include one or more conditional expressions in a Container Manipulator. A conditional expression lets you to refine the conditions under which the data in a Container is manipulated, and under which the Container Manipulator component triggers.
The conditional expression is a comparison clause (or combination of comparison clauses) that evaluates specific data. It can be built as a combination of comparison clauses, where the clauses are joined by either AND or OR. For example, you can express “If (A and (B or C)”.
Sources of conditional expression data
The data in a conditional expression used in a Container Manipulator may come from any of the following sources.
*
*
*
*
*
*
About logical and comparison operators
See the following for information about operators in comparison expressions.
*
*