PCMCS Custom Calculation Validation Error when using SUM and CROSSJOIN
Summary
There is a requirement to sum a driver by Entity but based on UDA. Using SUM and CrossJoin function, formula is not getting validatedContent
Hi Experts,
Need some help / info regarding the use of SUM and Cross Join functions in PCMCS Custom Calculation rules. The requirement is to sum a driver by Entity but only for members with a UDA tagged. It throws validation error "Invalid Expression" when I tried the following:
[Adjustment In] := SUM(CROSSJOIN({UDA([Entity],"BlendedDriver")},CROSSJOIN({[Driver]},{[Net Balance]})));
I thought it could be because Rule member not specified, Still same validation error when tried the following:
Tagged:
0