You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

Populating Target account using successive addition method

Accepted answer
12
Views
1
Comments

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")

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!