Plus
Description
Performs the concat operation for strings, addition operation for numbers, and merging operation for lists. A new column is created for the results.
Use
- Argument:
- Select an argument. (List, Number, String)
- Optional: Select additional arguments. (List, Number, String)
- Output field name:
- Enter an output field name.
Example
Value 1 | Value 2 | Plus() returns |
---|---|---|
2 | 3 | 5 |
two | three | twothree |
[1,2] | [3,4] | [1,2,3,4] |