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

Business rule syntax error

edited May 25, 2021 9:53PM in Planning 3 comments

Content

Hi Everyone,

I have the following relatively simple business rule that I am trying to create to attach to a form:

FIX (/*DIM:Years*/"FY21",
/*DIM:Scenario*/"OEP_Plan",
/*DIM:Version*/"Working",
/*DIM:Entity*/@IDescendants("OEP_Total Entity"),
/*DIM:Product*/"No Product",
/*DIM:Activity*/@IDescendants("Total Activity"),
/*DIM:Identifier*/@IDescendants("Total Identifier"),
/*DIM:Period*/@IDescendants("YearTotal"),
/*DIM:Cost Center*/@IDescendants("Total Cost Center"),
/*DIM:Employee*/"OFS_No Employee"),
/*DIM:Account*/@IDescendants("2600000"),
/*DIM:Plan Element*/("OFS_Calculated")
)

"Quantité"->"BegBalance" * "Coût_de_produit"->"BegBalance" / 12;
ENDFIX
  

From the attached screenshot, the business rule is attempting to do A * B /12, store the resulting value across the year and this for all the accounts displayed in the form (first column/the various rows). When attempting to validate this rule I am getting a syntax error, but I am not entirely sure what the error is.

Howdy, Stranger!

Log In

To view full details, sign in.

Register

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