Skip to main content

NumericValueMatcher

A numeric value with a comparison operator used as a numeric range boundary.

Notes

Specifies a numeric value and a comparison operator (such as greater than, less than, or equal to) used as one bound of a numeric range condition.

Usage

number: 0
operator: gt

Properties

PropertyTypeRequiredDefault
numbernumberNo-
operatorenumNo-

Property Details

number

The number the field value is compared against, using operator. Field values that are not numbers never match.

operator

The logical operator used to combine multiple conditions (AND or OR).

Allowed Values

  • gt
  • ge
  • eq
  • le
  • lt