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

@CREATEBLOCK function not creating blocks

edited Dec 18, 2020 8:03PM in Planning 6 comments

Summary

Trying to use the @CREATEBLOCK function to create blocks, but it isn't doing it.

Content

I've used this function a number of times. I recall that sometimes it has not created blocks, like this time, but I know that other times it works fine. Does anyone know of circumstances under which it won't create a block?

Code Snippet

FIX ("Year", "Version", @RELATIVE("Total_Project",0))
    FIX("Scenario1", "BegBalance", "DSYLRP_Dist", "Multi_Undist", "BCR902", "BCR903")
        "OtherNonLbr" (
        IF("Scenario2"->"BegBalance"->"NoCostElement"->"NoBCR"->"DSYLRP_Dist" <> #missing)
            @CREATEBLOCK("DSYLRP_Dist"->"BCR902");
            "Account"->"DSYLRP_Dist"->"BCR902" = 12345;
        ENDIF
        IF("Scenario2"->"BegBalance"->"NoCostElement"->"NoBCR"->"Multi_Undist" <> #missing)
            @CREATEBLOCK("Multi_Undist"->"BCR903");
            "Account"->"Multi_Undist"->"BCR903"

Howdy, Stranger!

Log In

To view full details, sign in.

Register

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