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

The calculation results of business rules using UDA are not as expected.

edited May 14, 2026 5:06AM in Planning 2 comments

I've written the following business rules to handle cases where a UDA is assigned and cases where it's not, but as you can see in the attached image, the results are not what I expected for some members, and I'm having trouble with this.

I would appreciate it if anyone who can think of a possible cause could let me know.

------------------
SET UPDATECALC OFF;
SET CACHE ALL;
SET CACHE HIGH;
SET LOCKBLOCK HIGH;
SET AGGMISSG ON;

FIX("V001","DC001","BR00001","Training1-1","PL001","S001","FY26","Apr","C001")

FIX(@CHILDREN ("B001") AND @UDA ("Entity","ENY01800"))
/If this member is a child member of B001 and UDA is ENY01800, then input a value into C.

Howdy, Stranger!

Log In

To view full details, sign in.

Register

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