concatenate(<Value1<, <Value2<, <Value3<, ..) : Text
The concatenate function is used to combine multiple values into one.
concatenate("a", 1, "c") => "a1c"
The concatenate() function is most commonly used to combine different Field values into one.
concatenate(@Title, " ", @Name, " ", @Surname) => "Mr John Doe"
Learn more about how you can get started using the Formula Field.
Type above and the results will be displayed here.