Calculation Issue
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"