HFM Ownership from one scenario to another through rules.
For example:
HS.Clear “A#[Active]”
HS.Clear “A#[POWN]”
HS.Clear “A#[Method]”
HS.EXP "A#[Active]" & " = S#Actual.A#[Active]"
HS.EXP "A#[POWN]" & " = S#Actual.A#[POWN]"
HS.EXP "A#[POWN]" & " = S#Actual.A#[Method]"
The need of above is to create forecast e.g. If I am doing re-forecast in June then 5 months P&L, BS, exchange Rates and ownership should come from Actual and remaining 7 months will be re forecast.
How to copy Actual, <Entity Curr Total> = in re forecast scenario at <Entity Currency> ? . In this case I don’t need to copy the journals manually from Actual scenario to Re forecast scenario.