Determine if field values fall within a numeric range excluding the upper bound.
RATE rco 5 6
(RATE ge 5) and (RATE lt 6)
NumField rco LowerBound UpperBound
Name | Data Type | Input Type | Description | Optional | Default |
---|---|---|---|---|---|
NumField | Numeric | Field, Constant | No |
Name | Data Type | Input Type | Description | Optional | Default |
---|---|---|---|---|---|
LowerBound | Numeric | Constant, Field | Lower Bound (included in range) | No | |
UpperBound | Numeric | Constant, Field | Upper Bound (not included in range) | No |
Type: Boolean
1=inside the range, 0=outside the range