LISTOFFIRSTITEM ER function
The LISTOFFIRSTITEM
function returns a Record list value that consists of only the first record of the specified list.
Syntax
LISTOFFIRSTITEM (list)
Arguments
list
: Record list
The valid path of a data source of the Record list data type.
Return values
Record list
The resulting list of records.
Example
The expression FIRST( LISTOFFIRSTITEM ( SPLIT ("ABC",1))).Value
returns the text value "A".