Skip to content

Concat

Description

Concat concatenates two or more text values.

Syntax

Concat(text1, text2[, text3...])

Parameters

Parameter Required Type Description
text Yes String, field, or expression Text value to concatenate.

Notes

Use this function in calculated fields, metric expressions, or query expressions where the function category is supported.

Example

Concat(FirstName, LastName)

The expression returns the calculated result according to the current query context.