Skip to Main Content

Analytics Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Variable in Business Rules

Nirmal ShresthaJul 19 2016 — edited Jul 20 2016

Hi,

We are trying to create a variable in a BusinessRule and then trying to call the variable in formula, but it does not work for us.

Basically, in this example, we have created a variblab XFER.

We then try to call the XFER variable inside the formula. However, it throws validation error: "ERROR COMPILING FORMULA.... EXPECTED TYPE (MEMBER) FOUND.. XFER in function.

Here is the syntax that we have.:

xfer = "TransferTraining"->"Unit1"->"TransferFrom"->Dec;

@ISMBR("TransferTraining")

                "NetBSalary" = "Hours" * "NoCat"->"NoEntity"->"NoEmp"->"HrlyRate"->BegBalance* ("NoCat"->xfer->"NoEmp"->"PercentageFactor"->BegBalance);

Comments

Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Aug 17 2016
Added on Jul 19 2016
5 comments
2,053 views