Events
Apr 8, 3 PM - May 28, 7 AM
Sharpen your AI skills and enter the sweepstakes to win a free Certification exam
Register now!This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The LIST
function returns a Record list value that consists of a new list of records that is created from the specified arguments.
LIST (record 1 [, record 2, …, record N])
record 1
: Container (record)
A reference to a data source of the Record data type. This argument is required.
record N
: Container (record)
A reference to a data source of the Record data type. These additional arguments are optional.
Record list
The resulting list of records.
The structure of the list that is created contains only the fields that are presented in the structure of every record that is mentioned in the arguments.
You enter data source Record 1 of the Container type. This data source contains the following nested fields of the Calculated field type:
You then enter data source Record 2 of the Container type. This data source contains the following nested fields of the Calculated field type:
In this case, the expression LIST('Record 1', 'Record 2')
returns a new list that contains two records. The structure of this list consists of a single Amount field of the Real type, because this field is the only field that is presented in every argument of the called function.
Events
Apr 8, 3 PM - May 28, 7 AM
Sharpen your AI skills and enter the sweepstakes to win a free Certification exam
Register now!