Block Creation in EPBCS
Hi,
I have a below Business rule having a block issue, I tried @createblock and Set commands Still not able to resolve it, your advice is appreciated.
SET FRMLBOTTOMUP ON;
SET UPDATECALC OFF;
SET CALCPARALLEL 2;
SET HYBRIDBSOINCALCSCRIPT FULL;
FIX ("Plan", "FY24","E02","S01","Apr","A_400")
"Working"(
IF("A_400" == #Missing)
'@CREATEBLOCK("Calculated"); | |
---|---|
'@CREATEBLOCK("USD_Reporting"); | |
ENDIF
)
ENDFIX
FIX ("Plan", "Working", "FY24", "USD_Reporting", "S01" ,"E02", @Ralative("Total Product",0),
@Relative("Total Channel"), "Calculated", "Apr")
"A_400" = "A_600"->"No Product"->"No Vehicle"->"Calculated" * "A_700"->"No Currency"->"No Vehicle"->"Load" * "A_800"->"No Currency"->"No Supplier"->"Load";