G
garvic82
I need to concatenate multiple rows into one unique identifier.
So, my unique identifier is #id.
The number of multiple rows can vary for each #id and each row has a unique
number and I need to keep them in order.
So, let's say #id 1224567 has 5 rows and each row has a max of 255 characters.
#id #line #rep_text
1224567 0 hello, my name
1224567 1 is Suzie and
1224567 2 I would like to put
1224567 3 this all into one
1224567 4 text field.
My end result would be after concatenation:
1224567 hello, my name is Suzie and I would like to put this all into one
text field.
Help please, after many attempts I can't seem to get it to work. Thank you.
So, my unique identifier is #id.
The number of multiple rows can vary for each #id and each row has a unique
number and I need to keep them in order.
So, let's say #id 1224567 has 5 rows and each row has a max of 255 characters.
#id #line #rep_text
1224567 0 hello, my name
1224567 1 is Suzie and
1224567 2 I would like to put
1224567 3 this all into one
1224567 4 text field.
My end result would be after concatenation:
1224567 hello, my name is Suzie and I would like to put this all into one
text field.
Help please, after many attempts I can't seem to get it to work. Thank you.