data block issue on ODR
Summary
I'm trying to create a rule to copy data from a period/year to another period/year and I have a block creation issueContent
Hello All,
I'll move from standard to hybrid application and I'm trying to modified some ODR. I've a block creation issue, here the script:
FIX ("No Custom2","FCCS_Periodic","No Custom1")
FIX ("FCCS_No Intercompany",@RELATIVE("INST_BASE", 0))
"FCCS_Data Input"(@CALCMODE(BOTTOMUP);
IF(@ISMBR (@RSIBLINGS("FY19")))
IF (@ISMBR("Jan"))
"FCCS_Data Input" -> "IB_OPE" = "IB_CLO"->"Dec"->@MEMBER(@PREVSIBLING(@CURRMBR("Years")))->"ACTUAL_STAT"->"FCCS_YTD";
Tagged:
0