You can show the Actuals in the same line (in the past periods) as the Sales Fcst (future periods) by using the following calculation expression
Example
CM --> Current Time Period
KeyFigure | CM-2 | CM-1 | CM | CM+1 | CM+2 | |
---|---|---|---|---|---|---|
Prod1/Cust1 | Actuals Qty | 100 | 120 | |||
Sales Forecast Qty | 100 | 120 | 150 | 175 | 160 | |
Configuration Calculation Expression:
SALESFCSTQTY @BASEPLANNINGLEVEL= IF(PERIODID >= $$PERIODIDCU$$, SALESFCSTQTY@BASEPLANNINGLEVEL,ACTUALSQTY@BASEPLANNINGLEVEL)
Here $$PERIODIDCU$$ --> Current Period variable
Regards,
Pramod