Building and Using Dashboards > Dashboard Function Reference > Tabular Functions > Concatenate Columns
Concatenate Columns
Creates a string concatenation of the values in the given table columns separated by the given character(s), and returns the results in a new table column. The column names are specified as a semicolon-separated string. The separator can be a single character such as . or / but it can also be a string such as and.
Arguments
This function has the following arguments:
*Table: Table whose column values are to be concatenated
*Names of Columns to Concatenate: Columns whose values are to be concatenated
*Separating Character(s): Separator character, such as . or /, or separator string, such as and
*Result Column Name: Name of the result column
This function returns a table.
Copyright © 2013-2015 Software AG, Darmstadt, Germany and/or Software AG USA Inc., Reston, VA, USA, and/or its subsidiaries and/or its affiliates and/or their licensors.
Use, reproduction, transfer, publication or disclosure is prohibited except as specifically provided for in your License Agreement with Software AG.