I have created a GI but I want to convert the price base on customer currency (or by changing currency ID in Parameter ), How can I do it? My Default Currency is SGD but i want that when I will choose USD in my parameter it will change the Price in USD.
Thank you
Jennifer
Page 1 / 1
@jennifer39 you can do the following:
Join CurrencyRate table on the To Currency
Filter records for the specific currency only
Do a formula in the Results tab multiplying/dividing the price by the Currency Rate to get the converted amount
Make sure to automate the Currency Rates screen at a daily level at least to get the most accurate conversions.
Hello Ahmed,
I have joined attached table and used below formula in my result but it is not working, please let me know what is wrong?