Aggregate String
Last updated
Last updated
agg_columns
column_list
Columns with string values to aggregate
sep
value
Text separator to use when aggregating the strings, i.e. ', '.
group_by
column_list
Columns to group by when applying the aggregation.
distinct
boolean
If you want to collapse multiple rows of the same string value into a single distinct value, use TRUE. Otherwise, use FALSE.
order
sort_direction
ASC or DESC, to set the alphabetical order of the agg_column when aggregating it