<?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: Daily Rate Currency conversion in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Daily-Rate-Currency-conversion/m-p/839526#M1001797</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you post a qlikview document that demonstrates the problem?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 08 Jun 2015 12:52:29 GMT</pubDate>
    <dc:creator>Gysbert_Wassenaar</dc:creator>
    <dc:date>2015-06-08T12:52:29Z</dc:date>
    <item>
      <title>Daily Rate Currency conversion</title>
      <link>https://community.qlik.com/t5/QlikView/Daily-Rate-Currency-conversion/m-p/839525#M1001796</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've combed through the forums and haven't quite found the solution Im looking for. I have a DB which receives updated daily exchange rates and stores them, and customers who transact in multiple currencies. I'm trying to figure out how I can use this information in my QV app to allow the selection of the base currency + the date for the exchange rate. I see something similar in the Salesforce app, but my data is different and I was hoping to use it as-is without transformation to fit the salesforce example.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- USER_CONF table contains 'CURRENCY' (ISO code) of the customer and other personal information&lt;/P&gt;&lt;P&gt;- DW_DAILY table contains the customers transactional history I want to convert to the selected currency&lt;/P&gt;&lt;P&gt;- CURRENCY table contains the ISO code, full name of the currency and if its the system wide default&lt;/P&gt;&lt;P&gt;* the above tables all have clear associations&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The following two tables have associations to each other but not the rest&lt;/P&gt;&lt;P&gt;- CURRENCY_CONV table contains a CURRENCY_CONV_ID, BASE_CURRENCY and CUR_RATE_DATE&lt;/P&gt;&lt;P&gt;- CURRENCY_CONV_RATE contains the conversion_id, CURRENCY_CONV_ID, TO_CURRENCY (ISO code), currency_rate_date&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to build into my app the ability to select the Base Currency 'CURRENCY', and the date of the rate to use 'CURRENCY_RATE_DATE' similar to the way the Salesforce app does, except of course selecting the date of the exchange rate.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help is appreciated&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Jun 2015 20:49:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Daily-Rate-Currency-conversion/m-p/839525#M1001796</guid>
      <dc:creator />
      <dc:date>2015-06-05T20:49:40Z</dc:date>
    </item>
    <item>
      <title>Re: Daily Rate Currency conversion</title>
      <link>https://community.qlik.com/t5/QlikView/Daily-Rate-Currency-conversion/m-p/839526#M1001797</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you post a qlikview document that demonstrates the problem?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Jun 2015 12:52:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Daily-Rate-Currency-conversion/m-p/839526#M1001797</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2015-06-08T12:52:29Z</dc:date>
    </item>
    <item>
      <title>Re: Daily Rate Currency conversion</title>
      <link>https://community.qlik.com/t5/QlikView/Daily-Rate-Currency-conversion/m-p/839527#M1001798</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gysbert,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Attached is a sample app, I removed some things to anonymize it a bit.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance for your help!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Grant&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Jun 2015 00:37:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Daily-Rate-Currency-conversion/m-p/839527#M1001798</guid>
      <dc:creator />
      <dc:date>2015-06-09T00:37:47Z</dc:date>
    </item>
    <item>
      <title>Re: Daily Rate Currency conversion</title>
      <link>https://community.qlik.com/t5/QlikView/Daily-Rate-Currency-conversion/m-p/839528#M1001799</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Grant,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Not sure I understood you task well enough, moreover I'm not familiar with &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Salesforce, &lt;/SPAN&gt;but at first sight it's necessary:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. To link CURRENCY_CONV table with &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;CURRENCY table via &lt;/SPAN&gt;BASE_CURRENCY and &lt;SPAN style="font-size: 13.3333330154419px;"&gt;CURRENCY fields, correspondingly, by renaming one of them&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;2. To create expression or variable with calculation of total rate to the end of selected period - this is done by multiplication of exchange rate coefficients in the corresponding period, say:&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;Exp(Sum({&amp;lt;FILTER PERIOD/DAYS AS YOU NEED&amp;gt;} Log(1+RATE)))-1&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Hope this helps,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Best regards,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Maxim&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Jun 2015 05:20:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Daily-Rate-Currency-conversion/m-p/839528#M1001799</guid>
      <dc:creator>maksim_senin</dc:creator>
      <dc:date>2015-06-09T05:20:14Z</dc:date>
    </item>
    <item>
      <title>Re: Daily Rate Currency conversion</title>
      <link>https://community.qlik.com/t5/QlikView/Daily-Rate-Currency-conversion/m-p/839529#M1001800</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;See attached qvw.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Jun 2015 05:56:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Daily-Rate-Currency-conversion/m-p/839529#M1001800</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2015-06-10T05:56:09Z</dc:date>
    </item>
    <item>
      <title>Re: Daily Rate Currency conversion</title>
      <link>https://community.qlik.com/t5/QlikView/Daily-Rate-Currency-conversion/m-p/839530#M1001801</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Gysbert and Maxin!, I'll look at this today and let you know if I have anymore questions.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Jun 2015 13:24:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Daily-Rate-Currency-conversion/m-p/839530#M1001801</guid>
      <dc:creator />
      <dc:date>2015-06-11T13:24:35Z</dc:date>
    </item>
  </channel>
</rss>

