Data is coming in a multiply by 14 in target account
Summary:
I have written a rule as moving a data in target account from source POV but i am getting 14 time data in target account.
Content (please ensure you mask any confidential information):
FIX (@RELATIVE("VAL_MTH", 0), "FCCS_Periodic", "FCCS_No Movement", "FCCS_No Intercompany","C1_Val_Calc", "C2_Val_Calc", @RELATIVE("C3_P1000", 0), @RELATIVE("C4_SYSMEM", 0))
"DS_Val_Calc" (
@CALCMODE(BOTTOMUP);
IF (@ISLEV("Entity", 0))
"FCCS_No Movement" = #MISSING;
ENDIF
)
ENDFIX
FIX (
@REMOVE(@RELATIVE("Total Custom1", 0), @LIST(@RELATIVE("C1_NonAgg", 0))), @REMOVE(@RELATIVE("Total Custom2", 0), @LIST(@RELATIVE("C2_NonAgg", 0))), @RELATIVE("C3_P1000", 0), @RELATIVE("C4_SYSMEM", 0), @RELATIVE("FCCS_TotalInputAndAdjusted", 0), "DS_TB_Val")
Tagged:
0