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

Performance issue with ODR script

edited Sep 2, 2021 8:06PM in Financial Consolidation and Close 2 comments

Summary

Performance issue with ODR script

Content

Below ODR takes too long to execute, though it generate results as expected. Can someone guide on what might be causing this. 'EntityBase' member in below example is a sibling of 'TotalEntity'. Thanks.

FIX("FCCS_Periodic", "FCCS_No Intercompany", "FCCS_Data Input", "NoCustom1", "No Custom2", "No Custom3", "No Custom4")   
"FCCS_Mvmts_NetIncome"(
    
      @CALCMODE(BOTTOMUP);          
    IF(@ISMBR("EntityBase"))
       IF(@ISMBR("P1"))
"YTDNI_ANNUALIZED" = "FCCS_Net Income"->"FCCS_Movements"->"FCCS_Intercompany Top"->"FCCS_Total Data Source"->"Total Custom2"->"TOTC4"->"TotalEntity"->"FCCS_Entity Total" * 12;
        ENDIF
    ENDIF    
)
ENDFIX
Tagged:

Howdy, Stranger!

Log In

To view full details, sign in.

Register

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