on 2023 Oct 16 7:18 PM
Request clarification before answering.
Hey Sravanthi
Without having a look into the system, I dont know how to find the error. So you could open an OSS ticket
And bye the way, what Piyush has written is exactly the same approach as described by me.
Yours
Irmi
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Sravanthi,
You can also try below
Define a key figure KF1 as : if periodid = current period id then 0 else 1 (give input as any stored key figure same as that of base planning level of this KF1) and another key figure KF2 as : IBP_CAGGR ( KF1, SUM, FORWARD, CURRENT FUTURE) KF2 should reflect what you're looking for.
Please refer the correct syntax from IBP model configuration guide.
Regards,
Piyush
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Why the 10 at the end? A normal time profile is only going up to 5, 10 usually does not exist. The Parameter is optional. Do you get the error message as well if you leave it out?
The error message sounds as if you have for the same KF two calculations at the same planning level. Are you really working with 2 different KF as described? Cannot work in one step
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hey Sravanthi
Check the Configuration guide: Using Time Periods in Key Figure Calculations :
You could have a Helper KF1 with calculated value IF(PERIODIDn <= $$PERIODIDnCU$$, 0, 1) and add an additional KF as input on the same planning level.
If your time profile provides Y, Q, M, CalWK, TW and D, and your calculation should be on Calendar Weeks, then n would be 4 and PERIODID4 <= $$PERIODID4CU$$
Then you have according to Cumulative Aggregation:
KF@CALWKxxx = IBP_CAGGR(KF1@CALWKxxx, ,''SUM'',''FORWARD'',''CURRENTFUTURE'')
Good Luck, Irmi
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
6 | |
5 | |
4 | |
1 | |
1 | |
1 | |
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.