r (range)

r (range)


pattern matching Index Level range
Syntax rmin,max{;min,max...}  
Category Processing Codes
Type Processing Code
Description invokes the range function, and restricts processing to those values which fall within given minimum and maximum range restrictions.

Multiple range specifications allow display of the data value if the data value falls between any of the range pair sets.  In using multiple range set specifications on negative values, the ranges should be in ascending sequence, beginning with the lowest.
Options
See Also processing codes input-conversion range Processing Codes
Example
Warnings
Compatibility D3 7.0 AP R83
pattern matching Index Level range