CONCAT COLUMN IN SPECIFIC ORDER

Hi,

I need to concatenate the INFO column per ARTIKEL depending on the number in column SEQ.
I’ve tried GROUPBY and did a concat for SEQ, 5,10,15,…
But I don’t know how I can concat the INFO in the correct order.

Can someone help me fix my problem?

Cinthy

Hi @cinthy , if I understand your question correctly, use Row Sorter to first sort you rows by SEQ and then perform the Group By, grouping on ARTIKEL, and concatenating INFO, but make sure you have “retain row order” selected on the Group By node

2 Likes

Thanks,
The checkbox was indeed the answer to my problem.

1 Like

Hi @cinthy , glad to hear your problem is resolved.

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.