/
LIST
LIST
Syntax
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 |
---|---|---|---|---|
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] |
, multiple selections available,
Related content
LIST
LIST
More like this
SUBLIST
SUBLIST
More like this
LISTELEMENT
LISTELEMENT
More like this
TOKENIZELIST
TOKENIZELIST
More like this
REMOVEALL
REMOVEALL
More like this
REMOVE
REMOVE
More like this