Skip to Main Content

Analytics Software

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
1,956 views