Attribute: CONDITION
Specifies the case(s) which must (all) be valid in order to process a GROUP.
CONDITION="String Operator String"
where Operator is one of:
= |
equal |
<> |
not equal |
> |
greater than |
< |
less than |
>= |
greater than or equal |
<= |
less than or equal |
and String can include:
• | quoted strings |
• | fields |
For example:
CONDITION = "{FIELD1}='First'"
The comparison is case-sensitive.
Links: