on 2023 Sep 20 1:00 PM
Hi there,
I am trying to create a calculation scheme for customized key figures. All are on the same planning level.
Below is the case:
(i) ZCONSENSUSDEMANDCORR (Disaggregation based on Statistical Forecast)
(ii) ZDPOVERWRITE (Disaggregation Based on Sales Manager Forecast Quantity)
Output Key Figure = CONSENSUSDEMANDQTY (This one flows to supply Planning)
The reason I am using two key figures is that two different planning teams responsible for different set of products have their own desired disaggregation scheme as mentioned above but the output key figure is one.
At once, only one of the input key figure will have data in it so I thought it is easy to take inputs. I've written a calculation definition without any validation issues but getting SQL errors on Planning Area activation and also it is not working as desired.
I've attached the screenshot to elaborate more what I am trying to achieve, any help will be appreciated.
Request clarification before answering.
HI Hammad,
Your Calculation doesn't make any logical sense. Try This
IF(ISNULL("ZCONSENSUSDEMANCORR@WKPRODLOCCUST) AND ISNULL("ZDPOVERWRITE@WKPRODLOCCUST), "ZTOTALSALESFORECAST@WKPRODLOCCUST", IF(ISNULL("ZCONSENSUSDEMANDCORR@WKPRODLOCCUST),"ZDPOVERWRITE@WKPRODLOCCUST","ZCONSENSUSDEMANDCORR@WKPRODLOCCUST))
Thanks
Gaurav
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 | |
5 | |
4 | |
4 | |
2 | |
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.