Forum Discussion

Larrie_C's avatar
Larrie_C
New Member
5 years ago
Solved

merge column with delimited values without splitting

Hey everyone,

 

I have the folowing data: 

a100
b100, 101, 102
c102,103
d102

And ID's

100yellow
101blue
102green
103purple

 

Is there a way to merge the colors into the first table, without having to delimit them an joining together after merging each column? 

 

The endresult should look like this:

ayellow
byellow, blue, green
cgreen, purple
dgreen

 

Thanks

  • Larrie_C 

     

    That is the way to go but after you merge with the color table, then you can use the group function concatenate the colors the first column.

     

    ________________________

    If my answer was helpful, please consider Accept it as the solution to help the other members find it

    Click on the Thumbs-Up icon if you like this reply 🙂

    YouTube  LinkedIn

2 Replies

  • Larrie_C 

     

    That is the way to go but after you merge with the color table, then you can use the group function concatenate the colors the first column.

     

    ________________________

    If my answer was helpful, please consider Accept it as the solution to help the other members find it

    Click on the Thumbs-Up icon if you like this reply 🙂

    YouTube  LinkedIn