@UDA NOT WORK "not a valid UDA value" even though the UDA is assigned in Dimension Editor
Hi Everyone,
Hi everyone,
I'm working on an Oracle EPM Cloud (Hybrid BSO) application and am experiencing an issue with the @UDA () function.
I assigned a UDA to several members in the Account dimension using the Dimension Editor, saved the changes, and performed a Refresh Database (Over View » Actions » Refresh Database).
However, when I use the following calc script:
FIX(@UDA(Account, "MNETSALES"))ENDFIX
or
IF(@ISUDA(Account, "MNETSALES")) ...ENDIF
the rule fails to compile with the following error:
Function '@UDA(Account,"MNETSALES")' :'MNETSALES' is not a valid UDA value for dimension 'Account'.
I've verified that:
- The UDA is assigned in the Dimension Editor.
Tagged:
0