This section describes string-related aggregation functions.
Use the drop-down on each function to see a brief description and the syntax of each function. Click the function name in the syntax description for further details.
String aggregation functions in the data load script
Concat() is used to combine string values. The script function returns the
aggregated string concatenation of all values of the expression iterated over
a number of records as defined by a group by clause.
MaxString() finds string values in the expression and returns the last text value sorted
alphabetically over a number of records, as defined by a group
by clause.
MinString() finds string values in the expression and returns the first text value sorted
alphabetically over a number of records, as defined by a group
by clause.
The following chart functions are available for aggregating strings in charts.
Concat() is used to combine string values. The function returns the aggregated string concatenation of all the values of the expression evaluated over each dimension.