Hyperion Essbase Fix Calc Script with Multiple UDA's
Is it possible to create a fix statement with multiple UDA's, but have it be restricted to both of them being required?
For instance, I have an equation that I want to run on the following fix, but it is running for all entities assigned with REM and all accounts assigned with REMCOS.
FIX(@UDA("Entity", "REM"), @UDA("Account", "REMCOS"), "US$")
I need it to be only picking REM entitles and REMCOS accounts.....