<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: SFDC Currency Conversion in Connectivity &amp; Data Prep</title>
    <link>https://community.qlik.com/t5/Connectivity-Data-Prep/SFDC-Currency-Conversion/m-p/1685454#M5024</link>
    <description>&lt;P&gt;The Open Source Dashboard for Salesforce (&lt;FONT color="#008000"&gt;&lt;EM&gt;&lt;STRONG&gt;OSD&lt;FONT color="#00FF00"&gt;4&lt;/FONT&gt;SF&lt;/STRONG&gt;&lt;/EM&gt;&lt;/FONT&gt;) includes a working example of run-time (within the UI) currency conversion.&amp;nbsp;&lt;/P&gt;&lt;P&gt;The entire dashboard, including functional ETL and Dashboard UI components, is posted at the following GitHub link:&amp;nbsp;&lt;A href="https://github.com/qlikperf/OSD4SF/blob/master/README.md" target="_blank" rel="noopener"&gt;https://github.com/qlikperf/OSD4SF/blob/master/README.md&lt;/A&gt;&lt;/P&gt;&lt;P&gt;The&amp;nbsp;&lt;FONT color="#008000"&gt;&lt;EM&gt;&lt;STRONG&gt;OSD&lt;FONT color="#00FF00"&gt;4&lt;/FONT&gt;SF&amp;nbsp;&lt;/STRONG&gt;&lt;/EM&gt;&lt;/FONT&gt;works with both of the top 2 BI products, QlikView &lt;EM&gt;&lt;STRONG&gt;and&lt;/STRONG&gt; &lt;/EM&gt;Qlik Sense.&lt;/P&gt;</description>
    <pubDate>Sun, 12 Jul 2020 14:30:47 GMT</pubDate>
    <dc:creator>DataWrangler</dc:creator>
    <dc:date>2020-07-12T14:30:47Z</dc:date>
    <item>
      <title>SFDC Currency Conversion</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/SFDC-Currency-Conversion/m-p/1036766#M1552</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I'm importing data from SFDC (into desktop QlikSense app) using the QlikSense connector.&amp;nbsp;&amp;nbsp;&amp;nbsp; All works well except I need to deal with currency conversion so that all my revenue related data is in USD.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Per SFDC help SOQL comment "convertCurrency" should do the trick, see their example below.&amp;nbsp; However the command convertCurrency doesn't seem to work in QlikSense. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;CODE class="plain"&gt;SELECT Id, convertCurrency(AnnualRevenue)&lt;/CODE&gt;&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="number"&gt;&lt;CODE&gt;&lt;/CODE&gt;&lt;/TD&gt;&lt;TD class="content"&gt;&lt;CODE class="plain"&gt;FROM Account&lt;/CODE&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any suggestions on how to make this happen?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is a CurrencyIsoCode in the data as well as shown below&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" style="width: 194px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="xl65" height="20" width="68"&gt;&lt;STRONG style="color: #0000ff;"&gt;Amount&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD class="xl65" width="126"&gt;&lt;STRONG style="color: #0000ff;"&gt;CurrencyIsoCode&lt;/STRONG&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" height="20"&gt;&lt;SPAN style="color: #0000ff;"&gt;30000&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD&gt;&lt;SPAN style="color: #0000ff;"&gt;USD&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" height="20"&gt;&lt;SPAN style="color: #0000ff;"&gt;416468.19&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD&gt;&lt;SPAN style="color: #0000ff;"&gt;EUR&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" height="20"&gt;&lt;SPAN style="color: #0000ff;"&gt;5491.95&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD&gt;&lt;SPAN style="color: #0000ff;"&gt;EUR&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank you in advance&lt;/P&gt;&lt;P&gt;Pia&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Feb 2016 23:09:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/SFDC-Currency-Conversion/m-p/1036766#M1552</guid>
      <dc:creator />
      <dc:date>2016-02-02T23:09:23Z</dc:date>
    </item>
    <item>
      <title>Re: SFDC Currency Conversion</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/SFDC-Currency-Conversion/m-p/1036767#M1553</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is ConvertCurreny is a function in Database ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you are using sense, you can use Data market and convert the Currency into one single currency.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Feb 2016 02:59:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/SFDC-Currency-Conversion/m-p/1036767#M1553</guid>
      <dc:creator />
      <dc:date>2016-02-03T02:59:30Z</dc:date>
    </item>
    <item>
      <title>Re: SFDC Currency Conversion</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/SFDC-Currency-Conversion/m-p/1036768#M1554</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks. I'm not yet familiar with the Data Market.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;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).&amp;nbsp; 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.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Feb 2016 19:57:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/SFDC-Currency-Conversion/m-p/1036768#M1554</guid>
      <dc:creator />
      <dc:date>2016-02-03T19:57:57Z</dc:date>
    </item>
    <item>
      <title>Re: SFDC Currency Conversion</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/SFDC-Currency-Conversion/m-p/1596007#M4090</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Did anyone figure out how to do this? I have the exact same need and could use some advice/help.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Wed, 26 Jun 2019 06:20:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/SFDC-Currency-Conversion/m-p/1596007#M4090</guid>
      <dc:creator>ninemush</dc:creator>
      <dc:date>2019-06-26T06:20:34Z</dc:date>
    </item>
    <item>
      <title>Re: SFDC Currency Conversion</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/SFDC-Currency-Conversion/m-p/1685454#M5024</link>
      <description>&lt;P&gt;The Open Source Dashboard for Salesforce (&lt;FONT color="#008000"&gt;&lt;EM&gt;&lt;STRONG&gt;OSD&lt;FONT color="#00FF00"&gt;4&lt;/FONT&gt;SF&lt;/STRONG&gt;&lt;/EM&gt;&lt;/FONT&gt;) includes a working example of run-time (within the UI) currency conversion.&amp;nbsp;&lt;/P&gt;&lt;P&gt;The entire dashboard, including functional ETL and Dashboard UI components, is posted at the following GitHub link:&amp;nbsp;&lt;A href="https://github.com/qlikperf/OSD4SF/blob/master/README.md" target="_blank" rel="noopener"&gt;https://github.com/qlikperf/OSD4SF/blob/master/README.md&lt;/A&gt;&lt;/P&gt;&lt;P&gt;The&amp;nbsp;&lt;FONT color="#008000"&gt;&lt;EM&gt;&lt;STRONG&gt;OSD&lt;FONT color="#00FF00"&gt;4&lt;/FONT&gt;SF&amp;nbsp;&lt;/STRONG&gt;&lt;/EM&gt;&lt;/FONT&gt;works with both of the top 2 BI products, QlikView &lt;EM&gt;&lt;STRONG&gt;and&lt;/STRONG&gt; &lt;/EM&gt;Qlik Sense.&lt;/P&gt;</description>
      <pubDate>Sun, 12 Jul 2020 14:30:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/SFDC-Currency-Conversion/m-p/1685454#M5024</guid>
      <dc:creator>DataWrangler</dc:creator>
      <dc:date>2020-07-12T14:30:47Z</dc:date>
    </item>
  </channel>
</rss>

