Skip to main content
Version: 11.2

Cols.minValue()

note

This article is about the minValue() function of the Cols object.

Cols.minValue()

Gets the minimum allowed value of the first column in scope.

Returns a string.

Syntax

$.udb( *ds* ).cols( [columns] ).minValue()

The required ds parameter is a data source selector.

The optional columns is a column selector. If omitted, all columns in scope are selected.

Example

let min = $.udb('EMP').cols('SALARY').minValue();