LIST

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

Column1

Column2

Column3

Column4

LIST returns

2

2

2

2

[2, 2, 2, 2]

3

5

7

9

[3, 5, 7, 9]

24

56

87

3

[24, 56, 87, 3]

243

43

993

12

[243, 43, 993, 12]