Description | The |
Syntax | CONCAT_DISTINCT( |
Output | text |
Variables
text
: the text field to be combined into a single text value.
Example
CONCAT_DISTINCT(Tags
) with Delimiter ', '
ID | Tags | CONCAT |
1 | Apple | Apple, Banana, Cherry |
2 | Banana | Apple, Banana, Cherry |
3 | Cherry | Apple, Banana, Cherry |
4 | Apple | Apple, Banana, Cherry |