cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Currency Converstion Report Best Practice

Former Member
0 Kudos
551

Dear All,

I have to build a report (not input) for see the amounts in one currency.

We have models across America where they are inputting in LC, but, somehow they want to see a report converting all to one currency (and it should be dynamic)

What are the best way to achieve this? (if excel built even better)

For exampleconvertion-rate.jpg

Thanks.

Regards,

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Sorry DM you mean DMP calling a Script logic, right?

former_member186338
Active Contributor
0 Kudos

Yes, DM to run script for currency conversion.

Answers (4)

Answers (4)

fgavarini
Explorer
0 Kudos

Hi Pheno,

I guess calculating currency conversion directly in a report is not a best practice at all.

However, if you want to do so, I would suggest to create a report retrieving the numbers in LC, then adding a Local member column with EPMRetrieveData to get your rates from the rate model and another local member to calculate your 'on the fly' currency conversion.

I hope this helps

Rgds

Francesco

former_member186338
Active Contributor
0 Kudos

"EPMRetrieveData to get your rates" - this will terribly slow down the report...

Better to use separate report for the same periods and category from rates model.

former_member186338
Active Contributor
0 Kudos

In general I don't think that it's a good idea to perform currency conversion using Excel formulas.

You will have to:

1. Create a separate report to get all rates for all currencies for all required periods.

2. Use a local member to get a currency property of the entity (for LC)

3. Use VLOOKUP to get rates and perform calculations.

Former Member
0 Kudos

Thanks Vadim.

I know that I use DM to convert everything.

But, I wanted to do directly in Excel wise, like Real time!

former_member186338
Active Contributor
0 Kudos

Sorry, but what's the issue? You can run DM for currency conversion to many currencies....