on ‎2022 Jul 13 3:39 PM
Hi,
i have a demand kf with follow kf values per period
100 200 300 100
now I want in a second kf the highest value in this example 300
with the max calculation I cannot find the max value about 4 periods.
How can I do this
Regards
Oliver
Request clarification before answering.
Hello ori
In order to get the desired output use the below expression. for example the KF where you have values is KF1 and the output KF will be KF2 and planning level is MTHPRODLOCCUSTKF2@MTHPRODLOCCUST = IBP_RAGGR ("KF1@MTHPRODLOCCUST", ''MAX'', 0, 4, ''CURRENTFUTURE'')
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Oliver,
You can use the rolling aggregation with the MAX aggregation type in another calculated key figure for the rolling past 4 periods.
More details below: https://help.sap.com/docs/SAP_INTEGRATED_BUSINESS_PLANNING/bf99e931b8d44aafb4e306ec3602cbdd/32b980b1...
Hope this helps
Sittinut
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 16 | |
| 16 | |
| 5 | |
| 2 | |
| 2 | |
| 2 | |
| 1 | |
| 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.