Populating Target account using successive addition method
Summary:
Populating target account SCII and movement member STATMVMT_DTHR from source account 72300,Sum of Two movement members (STATMVMT_PLDTAX and STATMVMT_SORIE) and TOP members for remaining dimension.
but code is showing validation error though everything looks perfect.
Content (required):
Version (include the version you are using, if applicable):
Code Snippet (add any code snippets that support your topic, if applicable):
/* Initialize target to #Missing to avoid accumulation */
FIX("FCCS_Data Input", "No CostCentre", "FCCS_Periodic", "No Departments", "FCCS_No Intercompany", "SCII")
"No Analysis"(
@CALCMODE(Bottomup);
"STATMVMT_DTHR" = #Missing;
)
ENDFIX
/* Successive Addition Technique */
FIX(@RELATIVE("FCCS_TotalInputAndAdjusted", 0),@RELATIVE("Total CostCentre", 0),@RELATIVE("Total Departments", 0),@LEVMBRS("Intercompany", 0),72300, "FCCS_Periodic")