Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Sets the range value for a field in the query.
Syntax
public boolean rangeValue(
anytype _fromValue,
anytype _toValue,
int _operator)
Run On
Client
Parameters
- _fromValue
Type: anytype
The minimum value of the range.
- _toValue
Type: anytype
The maximum value of the range.
- _operator
Type: int
The operator value that is used for calculations.
Return Value
Type: boolean
true if the range is set accordingly; otherwise false.