Thank you for supporting the Cloud Customer Connect Community in 2024. It's a gift to work with you!

Look back
You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

Block Creation in EPBCS

edited Dec 11, 2024 2:03PM in Planning 7 comments

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";

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!