Numeric Operator

Use the numeric operator parameter of the NumericFilter command to specify the operator that is used to perform the comparison.

Supported operators:

Value

Symbol

Description

0

EQ

Filter records that do not match a specified value.

1

NE

Filter records that match the specified value.

2

GT

Filter records that are less than or equal to the specified value.

3

GTE

Filter records that are less than the specified value.

4

LT

Filter records that are greater than or equal to the specified value.

5

LTE

Filter records that are greater than the specified value.