Discussion board where members can learn more about Qlik Sense Data Connectivity.
Hi,
I'm importing data from SFDC (into desktop QlikSense app) using the QlikSense connector. All works well except I need to deal with currency conversion so that all my revenue related data is in USD.
Per SFDC help SOQL comment "convertCurrency" should do the trick, see their example below. However the command convertCurrency doesn't seem to work in QlikSense.
SELECT Id, convertCurrency(AnnualRevenue)
| FROM Account |
Any suggestions on how to make this happen?
There is a CurrencyIsoCode in the data as well as shown below
Amount | CurrencyIsoCode |
30000 | USD |
416468.19 | EUR |
5491.95 | EUR |
thank you in advance
Pia
Is ConvertCurreny is a function in Database ?
If you are using sense, you can use Data market and convert the Currency into one single currency.
Thanks. I'm not yet familiar with the Data Market.
I can do this "manually" by getting the exchange rate from the relevant SFDC table and then applying the rate to all the amounts (all the tables with revenue etc come with currency ISO code as well which is the common key to the exchange rate table). However, to me this isn't a very elegant solution so was hoping the SFDC connector woudl be smart enough to apply the SOQL that apparently works with some other data query methods.
Hi,
Did anyone figure out how to do this? I have the exact same need and could use some advice/help.
Thanks
The Open Source Dashboard for Salesforce (OSD4SF) includes a working example of run-time (within the UI) currency conversion.
The entire dashboard, including functional ETL and Dashboard UI components, is posted at the following GitHub link: https://github.com/qlikperf/OSD4SF/blob/master/README.md
The OSD4SF works with both of the top 2 BI products, QlikView and Qlik Sense.