Business Rules: Setting and Using Execution Variables
I have an Execution Variable at the PlanType level. I have a Ruleset that I try to set and use it in. I have a default value set for it, 11. When I try to use it in an if statement:
IF({numChild} > 0 and @MAXS(SKIPMISSING, @CHILDREN("Cost Type")) == #MISSING)
It only goes to the default value no matter what I set it to. To test the "Setting" of this, I some data to equal it:
"No Cost Type" = {numChild};
And the data came out to what ever I set it to. I am wondering if there was a reason why it will use the default in my IF but use what it was set to when using it to set data.