on ‎2020 Feb 02 3:40 PM
Hello experts,
My system is SAP BPC 11.1 Standar Model.
We have a problem with member formula, the formula is: P (Price) * Q (Quantity)

When the report expand the hierarchy, is correct:

I have the option to calculate parents in hierarchies:

But when the report compress the hierarchy, is incorrect:

(100 (P) * 5 (Q) ) + (2.000 (P) * 1.000 (Q)) + (5.000 (P) * 3 (Q)) = 2.015.500
The system sum all P and multpliy for all Q:
7.100 (SUM P) * 1.008 ( SUM Q) = 7.156.800 (INCORRECT)
I have test with local member in the report but i have the same problem:


I really appreciate your help.
Ale.
Request clarification before answering.
In general, if you have to calculate:
Amount=Price*Q-ty
Use script logic and write result.
Or use badi.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Excelent Vadim, Thanks, as always.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks Vadim, I discard the option with member formula, but with local member I have the same problem. Any suggestion?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
"(100 (P) * 5 (Q) ) + (2.000 (P) * 1.000 (Q)) + (5.000 (P) * 3 (Q)) = 2.015.500
The system sum all P and multpliy for all Q:
7.100 (SUM P) * 1.008 ( SUM Q) = 7.156.800 (INCORRECT)"
7.100 (SUM P) * 1.008 ( SUM Q) = 7.156.800 - Correct per definition of member formula.
It's calculated AFTER parent aggregation!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 15 | |
| 11 | |
| 11 | |
| 4 | |
| 2 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.