- Help Center
- Operations
- Operator
CONCAT Operation
How to use the CONCAT Operation for Computed Attributes
Definition
The CONCAT operation concatenates, or joins, two or more values.
Example
CONCAT(“HELLO”, “ “, “WORLD”)
Result:
HELLO WORLD
Syntax Guide
CONCAT(value1, value2,[value3],...)
value1 - The value to which value2 will be appended
value2 - The value to append to value1
value3, … - [OPTIONAL] Additional values to append
Example in Formula Editor