on 2025 Feb 05 4:00 AM
Hi All,
I have a requirement to rollup data in SAP Analytics cloud, based on complaint number, i have to concatenate the code values.
I couldn't find the way to acheive this using Calculated Dimension, i tried writing the script, but no luck.Could someone please help me on how to acheive this.
| ComplaintNo | Code | Product name |
| CN-1 | A01 | P1 |
| CN-1 | E034 | P1 |
| CN-1 | F15 | P1 |
| CN-2 | A25 | J1 |
| CN-2 | G07 | J1 |
Output should be like the below.
| ComplaintNo | Code | Product name |
| CN-1 | A01;E034;F15 | P1 |
| CN-2 | A25;G07 | J1 |
Request clarification before answering.
If you are presenting in Excel, please use excel VBA script to archive it.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 11 | |
| 6 | |
| 5 | |
| 4 | |
| 3 | |
| 3 | |
| 2 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.