join

Joins a list of strings together.

Function

join(input, [separator])

Arguments

ArgumentData Type
inputstring list
separatorstring
resultstring

Comments

Joins a list of strings together using the separator. The default separator is a comma.

Consider using the text template functions for more complicated text generation.

The join function is not available in report calculations.

Examples

join([Business Email])

join([Business Email], '; ')