LIST

Syntax

LIST(<any>)

Description

Builds a list value out of its arguments.

All values must be of the same data type.

Examples

LIST(#RawData!Column1; #RawData!Column2; #RawData!Column3; #RawData!Column4 )

Column1

Column2

Column3

Column4

LIST returns

2222

[2, 2, 2, 2]

3579[3, 5, 7, 9]
2456873[24, 56, 87, 3]
2434399312[243, 43, 993, 12]