Hi Everyone.
We are a US company and use exchange rates established by finance. I was able to do this with relative ease, and have attached a simplified workflow for opportunity data.
Finance publishes the exchange rates as foreign currency to USD. Management has requested this information be in EUR also. With 50 currencies, they are ok with taking the USD amount and converting to EUR. Example AUD->USD->EUR. This is where I run into trouble figuring out the best way to accomplish this.. I have attached a copy of what I would expect to see highlighted yellow in Excel.
Solved! Go to Solution.
Hi @Tessa_Gable ,
you have to add the conversion rates for EUR to all records (join by date only) and calculate conversion to EUR. Calculation AUD->USD is executed by division, so USD->EUR has to be by multiplication. I've added the required steps and attached the workflow, hope this is helpful.
Best regards
Roland
I was close but had an additional field in my join. Thanks!