This article explains how to convert currencies in your functions
FSCONVERTCURRENCY(100, 'EUR', 'USD')
FSCONVERTCURRENCY(QA + QB, 'EUR', 'USD')
FSCONVERTCURRENCY(VA, 'USD', 'GBP')
FSCONVERTCURRENCY(100, QA, QB)
FSCONVERTCURRENCY(value, from_currency, to_currency)
value
from_currency
to_currency
The following currencies can be using in the function
(CAD
, HKD
, ISK
, PHP
, DKK
, HUF
, CZK
, GBP
, RON
, SEK
, IDR
, INR
, BRL
, RUB
, HRK
, JPY
, THB
, CHF
, EUR
, MYR
, BGN
, TRY
, CNY
, NOK
, NZD
, ZAR
, USD
, MXN
, SGD
, AUD
, ILS
, KRW
, PLN
)