The dependence in the calculation
Hello everyone,
I have one question about the dependence on the business rule.
In the FIX statement, I fix 3 years FY26 vs FY27, FY28.
FIX(FY26,FY27,FY28)
OFS_Calculated = "OFS_Calculated"→ @MEMBER(@PREVISIBLING(@CURRMBR(Years)));
ENDFIX
My problem is that when I run this rule, only FY26 has data because FY25 does.
However, FY27 and FY28 do not have data.
I dont know when the system scan FIX statement, it will scan and run by each year sequentially or it run for each year parallelly.
In my case, how can I get the data for FY27 and FY28?
Thanks, and have a nice day!
Tagged:
0