on ‎2019 Sep 10 10:49 PM
Hello Experts,
We store out put of Forecasting Model in Statistical Forecast key figure.
We want to disaggregate this output based on another key figure value in different time bucket. e.g. 24th Month Statistical forecast should be disaggregated based on value in 12th Month Demand KF. If 0 on 12th month Demand KF then don't disaggregate. If there is value in 12th month Demand Forecast then disaggregate based on that value.
I tried to maintain disaggregation expression in Statistical Forecast KF but didn't worked. Any idea how to disaggregate based on value other KF value in another time bucket?
Thanks in advance.
Request clarification before answering.
Hi,
You can use attribute transformation to bring 12th month demand KF values in 24th month. The target key figure then needs to copied to another stored key figure "KF2". Use this stored key figure in the disaggregation expression of Statistical Forecast KF with appropriate conditions.
For e.g. Use KF2 for disaggregation, if it's NULL, use Statistical Forecast KF itself. Here, disagg expression would be IF(ISNULL(KF2), Statistical Forecast KF, KF2)
Please go through disagg expression section in Model Config. Guide to get further details on how to use disaggregation expression and pre-requisites.
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 |
|---|---|
| 17 | |
| 16 | |
| 3 | |
| 3 | |
| 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.