Determine if field values fall within a numeric range excluding the lower bound.
RATE roc 5 6
(RATE ge 5) and (RATE le 6)
NumField roc 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 (not included in range) | No | |
| UpperBound | Numeric | Constant, Field | Upper Bound (included in range) | No |
Type: Boolean
1=inside the range, 0=outside the range