FCCS Copy All Data from One Scenario to Another Scenario including journals data
Summary: We are trying to copy data from one scenario (Actual) to another scenario (Actual CC @LC) including journals data using calc script but this seems not working.
Below is the snippet of the script , please suggest how can we resolve this error:
SET HYBRIDBSOINCALCSCRIPT FULL;
FIX (
@Relative("FCCS_Mvmts_Subtotal", 0),
@Relative("FCCS_Intercompany Top", 0),
@Relative("Total Analysis", 0),
@Relative("Total Custom 1", 0),
@Relative("Total Custom 2", 0),
@Relative("FCCS_TotalInputAndAdjusted", 0),
@Relative("Total Multi GAAP", 0),
@REMOVE(@Relative("MX_Statistical", 0), @SHARE(@Relative("MX_Statistical", 0))),
@REMOVE(@Relative("IS_MgmtIST", 0), @SHARE(@Relative("IS_MgmtIST", 0))),
@REMOVE(@Relative("FCCS_Total Balance Sheet-Net Asset Approach", 0), @LIST("FCCS_CTA", "FCCS_Balance")),