Hi Experts,
We have a script logic with a complex REC statement within.
Could you please help me get the output for with:
*REC(EXPRESSION=(%MTHNRR_YN%)*(%VALUE%<0)*([AMRT_ACCT].[THCAPAMRTO]>0)*((-1*%VALUE%-[AMRT_ACCT].[THCAPAMRTO])<0.01)*-1*%VALUE%,AMRT_ACCT=THNRVAMRT,AM_DATASRC=GAAP,AMRT_TIME=CM_CALC)
where the variables have the following value %MTHNRR_YN = 1, %VALUE% = -489350.96, [AMRT_ACCT].[THCAPAMRTO] = 2710417.3
My calculation gives me the following:
1*1*(1)*((-1*-489350.96-2710417.3)<0.01))*(-1*-489350.96) à THNRVAMRT,GAAP,CM_CALC,2014.P03
So there should be a posting created for THNRVAMRT,GAAP,CM_CALC,2014.P03 of the value 489350.96.
Is this correct.
Thanks
Stig