Function: concatenate()

Usage

concatenate(<Value1<, <Value2<, <Value3<, ..) : Text

The concatenate function is used to combine multiple values into one.

Examples

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.

What would you improve in this article?
Powered by:

Type above and the results will be displayed here.