I have a formula to convert other currency to USD
if {Command.currencyisocode}="JPY" then {Command.Expr1006}/112.59 else
if {Command.currencyisocode}="AUD" then {Command.Expr1006}/1.32 else
if {Command.currencyisocode}="GBP" then {Command.Expr1006}/.56 else
if {Command.currencyisocode}="EUR" then {Command.Expr1006}/.86 else {Command.Expr1006}
Is there any way I can get current currency rates & then convert them into USD.
if {Command.currencyisocode}="JPY" then {Command.Expr1006}/112.59 else
if {Command.currencyisocode}="AUD" then {Command.Expr1006}/1.32 else
if {Command.currencyisocode}="GBP" then {Command.Expr1006}/.56 else
if {Command.currencyisocode}="EUR" then {Command.Expr1006}/.86 else {Command.Expr1006}
Is there any way I can get current currency rates & then convert them into USD.