on 2025 Apr 22 3:40 PM
Hello,
I am using SAC planning model and have data like this:
| DIM A | DIM B | DIM C | Amount |
| 01/04/2025 | APEQ | MP1 | 55 |
| 01/04/2025 | APEQ | MP2 | 55 |
| 01/04/2025 | APEQ | MP3 | 55 |
| 02/04/2025 | APEQ | MP1 | 70 |
| 02/04/2025 | APEQ | MP2 | 70 |
| 02/04/2025 | APEQ | MP3 | 70 |
I want data to be like this:
| DIM A | DIM B | DIM C | Amount |
| 01/04/2025 | APEQ | MP | 55 |
| 02/04/2025 | APEQ | MP | 70 |
So basically, i want to merge my DIM C lines to 1 line and put the average of the amount against it. And later want to delete those 3 lines.
Please not that i already have master data updated for DIM C.
Thanks,
Request clarification before answering.
I believe you can achieve this with advance formula if you maintain target DIM C as property of existing DIM C.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I would suggest you first try on your own with advance formula by referencing some examples from SAC online help, you can find the exact example for step 1 from here: https://help.sap.com/docs/SAP_ANALYTICS_CLOUD/00f68c2e08b941f081002fd3691d86a7/e88b9a87633c4e19a0dbd...
| User | Count |
|---|---|
| 14 | |
| 9 | |
| 7 | |
| 6 | |
| 4 | |
| 3 | |
| 3 | |
| 3 | |
| 3 | |
| 3 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.