concatenate_x
Concatenates multiple text values into a single string.
Syntax
concatenate_x(<table>, <expr>)
| Parameter | Type | Description |
|---|---|---|
| table | Table | The table to operate on. |
| expr | any | The expression to evaluate. |
Return values
Text
Usage
Concatenates all order tags into a single string.
concatenate_x(orders.tags)