Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I've attached a file that includes an example. I hope it helps!
Cheers
The first one assumes that you have different columns for each value, here's another one that works with the exchange rate.
Cheers
It works perfectly!! Many thanks!!!
Many thanks
Mauriccio
write expression with condition like this...
=if(SetCurrency='USD','USD field name','Eur field name')
thanks
A'run'
Dear A'run,
Many thanks!!!.
Mauriccio
Here's a currency conversion example. In addition to the column switching from USD to EUR, it also uses the right currency symbol, correctly uses commas and periods in the number, and formats the date correctly for good measure. For performance and chart simplicity, the script applies the exchange rate at the time to each sale and stores the converted amounts in a separate table keyed by the sale ID and the currency.
There might be more here than you need, and I haven't actually done any live applications with regionalization or currency conversion, so I don't guarantee this is the simplest and best way, or that it will scale up to large applications. But it seems fairly robust to me on the surface.