Option: Operator - Option: Operator - OnBase - Workflow - OnBase/Workflow/English/Foundation-22.1/Workflow/Studio-Workflow-Rules/Keyword-Category/Compare-Two-Keywords/Option-Operator - English - Foundation 22.1

Workflow

Platform
OnBase
Product
Workflow
Release
Foundation 22.1
License
Premier
Standard
ft:lastPublication
2025-08-05T12:10:55.397000
ft:locale
en-US

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.