on 2022 Jun 29 2:56 PM
Hallo,
I'm looking for for solution where I can put two (string) different Information from different lines in one cell.
For example we have this DB:
Column1 Column2
AAA xxx
BBB yyy
AAA zzz
Result should be:
Column1 Column2
AAA xxxzzz
BBB yyy
Thanks for your help!
Request clarification before answering.
Hello,
the function STRING_AGG should do the job
Regards,
Michael
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
did you try in an ABAP CDS Table function that you can then call from a CDS View ?
User | Count |
---|---|
64 | |
8 | |
7 | |
7 | |
6 | |
5 | |
5 | |
4 | |
4 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.