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