CONCAT_OF_ANY
Description
CONCAT_OF_ANY
is the flexible counterpart of CONCAT
.
It combines multiple lists into a single piece of text if these values exist.
Example
This only combines the nationality with the optional second nationality if there is a second nationality provided.
Last updated