on 2021 Jul 02 8:21 AM
Hi Experts
We have a requirement to generate a Key Figure which should be a calculation where based on the month the Key Figure should be populated by either 1 of 2 key figures. For Example the New Key figure Should be populated By key figure one if the month is January and by key figure 2 for months February to December. We know that this is possible for a key figure using the current time period as a reference with the $$PERIODIDnCU$$ operator but can it be done by referenving given monrhs for the calculation
Regards
Ebrahim
Request clarification before answering.
Hi Ebrahim,
Assuming year starts from Jan in your case, you can write following logic
1. Create a key figure which will always have value 1 (Always 1 here)
2. Define CAGR logic for KF2 (IBP_CAGR(KF1,SUM,FORWARD,PASTCURRENTFUTURE,6) The last parameter is the time profile level at which the CAGR calculation restarts. Here, yearly level. Further details regarding IBP_CAGR are available below
3. You can use KF2 for further calculation for e.g. if you want to filter out Jan then write a KF definition as IF(KF2=1,1,0)
Hope this helps!!
Regards,
Piyush
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
10 | |
6 | |
2 | |
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.