Cols.altInputFormats()
note
This article is about the altInputFormats() function of the Cols object.
Cols.altInputFormats()
Gets the alternative input formats of the first column in scope.
Returns an array.
Syntax
$.udb( *ds* ).cols( [columns] ).altInputFormats()
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 altFormats = $.udb('EMP').cols('POSTAL_CODE').altInputFormats();