Hyperion Planning (MOSC)

MOSC Banner

Calculation Issue

edited Nov 8, 2019 12:25AM in Hyperion Planning (MOSC) 1 commentAnswered ✓

I'm running the following script and I'm able to see data at Scenarios 'Actual Credit' and 'Actual Debit' at Version 'Load' and 'Base' members.

However, the calculation is not happening at Actual -> Base where the amounts are zero.

Any advice on how to perform this calculation would be greatly appreciated.

/* Calculation Parameters********************************************************************************************/SET UPDATECALC OFF;SET CACHE HIGH;SET CALCPARALLEL 3;SET AGGMISSG ON;/* Perform Calculations********************************************************************************************/FIX ({varYears})  FIX(@RELATIVE("Department",0), @RELATIVE("Route",0), @RELATIVE("Net Income (Loss)",0), @RELATIVE("Balance Sheet",0))             FIX("Actual Credit","Actual Debit",{varLoadPeriod})        DATACOPY "Load" To "Base";     ENDFIX                FIX("Actual")                    SET CREATENONMISSINGBLK ON;              "Base"(                  IF(@ISMBR(@RELATIVE("Revenue"

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center