Numeric Boundary

Use the numeric boundary parameter of the LinearFilter command to specify how the upper and lower bounds of the range are handled.

Supported operators:

Value

Symbol

Description

0

INCLUSIVE

Filter records which have a field value that lies outside the linear range.

1

NONINCLUSIVE

Filter records which have a field value that lies outside the linear range or is equal to one of the range limits.

2

INCLUSIVE_HIGH

Filter records which have a field value that lies outside the linear range or is equal to the lower limit.

3

INCLUSIVE_LOW

Filter records which have a field value that lies outside the linear range or is equal to the upper limit.