Hello,
In our HFM application we have the dimensions: ENTITY and CURRENCIES. We need to find in our database the currency for each entity.
I found 2 tables: APP_Currencies (Id, Label ) and APP_ENtity_ITEM (id, label etc) but there is no key column to link these tables.
Is there any intermediate table that I should use?
Thank you