Skip to Main Content

Analytics Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Business rule depending of Entity Base Currency

AL.Jan 23 2020 — edited Jan 27 2020

I've got a mutlicurrency application with several entities, and the goal is to make an IF in a bussiness rule which depends of the base currency set to that dimension. So I've download the snapshot and look for "USD" in it. Found the following:

pastedImage_0.png

Which seems to be the entity properties.

After that I Assumed I can use IF( @ISUDA...) or @UDA with @LIST to specified those entities with base currency USD.

I'm receiving the following error: @UDA("Entity","USD")' : 'USD' is not a valid UDA value for dimension 'Entity'

Do you know if there any other way to achieve this?

Best Regards,

Comments