I have a table like this
I want to aggregate the location records and create a table at ID level.
I read about Row aggregator node, but that is not available below version 5, I’m using 4.6.
If there is any other way, please suggest.
Braveen
I have a table like this
I want to aggregate the location records and create a table at ID level.
I read about Row aggregator node, but that is not available below version 5, I’m using 4.6.
If there is any other way, please suggest.
Braveen
Hi @Braveen you can use the -GroupBy- node, grouping by Id column and selecting concatenate as the aggregation method for the location column
Best wishes
Heather
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.