Thank you for supporting the Cloud Customer Connect Community in 2024. It's a gift to work with you!

Look back
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

How to create blocks in customized consolidation rules? (DSO done)

Summary:


Content (required):

Need help with creation of blocks in consolidation rules. The type of code below has worked in some environment (all have same version) but haven't yet found out how to create blocks specially in applications were DSO has been done (or the consolidation has become very slow).

Code Snippet (add any code snippets that support your topic, if applicable):

FIX ("GW", @relative("BACQTOT", 0), @LEVMBRS("Intercompany", 0),"IFRS_Adjustments") 

   FIX ("Mvmts_CapitalExpenditure") 

    "AEL10500" (

      If (@ISLEV("Entity", 0)) 

"AEL10500" = #Missing;

        "AEL10520" = #Missing;

        "AEL10770" = #Missing;

      ENDIF

    ) 

  ENDFIX 

   FIX ("Mvmts_EQAcquisitionAndSaleOfSub") 

    "AEL225000" (

      If (@ISLEV("Entity", 0)) 

"AEL225000" = #Missing;

      ENDIF

    ) 

  ENDFIX   

ENDFIX

Howdy, Stranger!

Log In

To view full details, sign in.

Register

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