Returns the minimum value in a range for a field.

Value := Record.GETRANGEMIN(Field)

Parameters

Record

Type: Record

The record that contains the field.

Field

Type: Field

The field for which you want to find the minimum value. The current filter on Field must be a single range filter; otherwise, a run-time error occurs.

Expand imageProperty Value/Return Value

Expand imageExample

Expand imageSee Also