Option: Operator - Workflow - English - Foundation 22.1 - OnBase - Premier - external - Standard - Premier - Standard

Workflow

Platform
OnBase
Product
Workflow
Release
Foundation 22.1
License
Premier
Standard

By specifying the comparative Operator to use, you can evaluate if a Keyword Value is greater than, less than, equal to, or not equal to the other Keyword.

The following operators are available:

Operator

Description

<

Less Than (returns true/false)

Note:

This operator is not supported with alphanumeric data types.

<=

Less Than or Equal To

Note:

This operator is not supported with alphanumeric data types.

<>

Does Not Equal

=

Equal To (returns true/false)

>

Greater Than (returns true/false)

Note:

This operator is not supported with alphanumeric data types.

>=

Greater Than or Equal To

Note:

This operator is not supported with alphanumeric data types.

In addition, if you want the comparison between the two Keyword Values to be Case insensitive, select the check box.

Note:

This rule will always return FALSE if one of the Keywords to be compared is blank or missing.

Note:

When using a Keyword Type configured with the Specific Currency data type, this rule will evaluate true only when the values and the currency types of both values being compared match.