Performance issue with ODR script
Summary
Performance issue with ODR scriptContent
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"(
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:
0