C
carl
A sample of my data table:
ID HIP
A,B,C,D I29
A,C,G I29
Trying to create the following table (For each HIP, string of unique values)
HIP ID
I29 A,B,C,D,G
Is it possible ?
Thank you in advance.
ID HIP
A,B,C,D I29
A,C,G I29
Trying to create the following table (For each HIP, string of unique values)
HIP ID
I29 A,B,C,D,G
Is it possible ?
Thank you in advance.