<?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 Currency Conversion in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Currency-Conversion/m-p/225999#M78247</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, it would be very interesting to see your example done with an interval match solution. Our company maintains currency rates monthly but have daily transactions that has to be converted into different currencies based on the monthly updated table.&lt;/P&gt;&lt;P&gt;Appreciate your help and support!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 30 Mar 2011 18:05:55 GMT</pubDate>
    <dc:creator />
    <dc:date>2011-03-30T18:05:55Z</dc:date>
    <item>
      <title>Currency Conversion</title>
      <link>https://community.qlik.com/t5/QlikView/Currency-Conversion/m-p/225990#M78238</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I have POs that come into the qlikview application in a given currency (i.e. USD) and I want to show the purchase order price in a different currency (i.e. INR) in my charts and tables. The currecny rate should be at the time when the purchase order was created&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="error loading image" class="jive-image error-loading-image" src="https://community.qlik.com/legacyfs/online/-3084_sourceID:3084" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would want to have a box with the different currencies. Once I select one (INR) the application should multiply the USD PO price value by the RATE_FROM_US_MULT_FCTR shown above where currency_cde is equal to INR and PO creation date is between effective_dt and expiration_dt. Can someone please help? I'm new to Qlikview and haven't used any expressions yet.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Dec 2010 15:37:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Currency-Conversion/m-p/225990#M78238</guid>
      <dc:creator />
      <dc:date>2010-12-16T15:37:57Z</dc:date>
    </item>
    <item>
      <title>Currency Conversion</title>
      <link>https://community.qlik.com/t5/QlikView/Currency-Conversion/m-p/225991#M78239</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey, in QV you have an upload option with internet URL's.&lt;/P&gt;&lt;P&gt;It's quite simple, all you need is a currencies web page, and export the current data to your qlikview document.&lt;/P&gt;&lt;P&gt;I've uploaded a short example about what you need. If you want an update, you must reload the document.&lt;/P&gt;&lt;P&gt;Hope it helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Dec 2010 16:38:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Currency-Conversion/m-p/225991#M78239</guid>
      <dc:creator>marcel_olmo</dc:creator>
      <dc:date>2010-12-16T16:38:09Z</dc:date>
    </item>
    <item>
      <title>Currency Conversion</title>
      <link>https://community.qlik.com/t5/QlikView/Currency-Conversion/m-p/225992#M78240</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There are two step in currency conversion.&lt;/P&gt;&lt;P&gt;1) Maintain currency for data that you want to convert.&lt;/P&gt;&lt;P&gt;2) convert source currency to destination currency. This step is totally dependes on data you have . logic will be build on the same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Dec 2010 16:42:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Currency-Conversion/m-p/225992#M78240</guid>
      <dc:creator>suniljain</dc:creator>
      <dc:date>2010-12-16T16:42:57Z</dc:date>
    </item>
    <item>
      <title>Currency Conversion</title>
      <link>https://community.qlik.com/t5/QlikView/Currency-Conversion/m-p/225993#M78241</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunil,&lt;/P&gt;&lt;P&gt;But how do I write the expressions. for example, I would have to find the PO currency type, then find a curreny type choosen by the user, get the PO creation date, find the conversion factor in that date time for the currency choosen by the user, then multiply by that value retrieved. How do I write this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Dec 2010 16:49:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Currency-Conversion/m-p/225993#M78241</guid>
      <dc:creator />
      <dc:date>2010-12-16T16:49:52Z</dc:date>
    </item>
    <item>
      <title>Currency Conversion</title>
      <link>https://community.qlik.com/t5/QlikView/Currency-Conversion/m-p/225994#M78242</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Attached is an example of currency conversion. Conversion rates can change daily (change the date to a timestamp if you use a more frequent change of conversion rates). Users can select the currency to display in, and the currency should be displayed with the correct symbol and format. I think that's what you're asking for. It also handles localization of dates and demonstrates forcing a chart to remain in a specific currency regardless of what the user selects.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Dec 2010 02:38:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Currency-Conversion/m-p/225994#M78242</guid>
      <dc:creator>johnw</dc:creator>
      <dc:date>2010-12-17T02:38:46Z</dc:date>
    </item>
    <item>
      <title>Currency Conversion</title>
      <link>https://community.qlik.com/t5/QlikView/Currency-Conversion/m-p/225995#M78243</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanx John,&lt;/P&gt;&lt;P&gt;John's example perfectly work if you are maintaining currency data as on date basis. But If you are maintaining currency data in Date range like from this date to that data currency rate fro X currency is Y. in that case you have to use Intervalmatch .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Dec 2010 05:37:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Currency-Conversion/m-p/225995#M78243</guid>
      <dc:creator>suniljain</dc:creator>
      <dc:date>2010-12-17T05:37:19Z</dc:date>
    </item>
    <item>
      <title>Currency Conversion</title>
      <link>https://community.qlik.com/t5/QlikView/Currency-Conversion/m-p/225996#M78244</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks! When the user clicks on an entry in a multibox, is that value stored? For instance, can I add logic like if the user selected EUR, then perform some calculation.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Dec 2010 16:40:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Currency-Conversion/m-p/225996#M78244</guid>
      <dc:creator />
      <dc:date>2010-12-17T16:40:40Z</dc:date>
    </item>
    <item>
      <title>Currency Conversion</title>
      <link>https://community.qlik.com/t5/QlikView/Currency-Conversion/m-p/225997#M78245</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="jive_text_macro jive_macro_quote" jivemacro="quote"&gt;&lt;BR /&gt;us082940 wrote:Thanks! When the user clicks on an entry in a multibox, is that value stored? For instance, can I add logic like if the user selected EUR, then perform some calculation.&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;Either I'm not understanding the question or the answer is a trivial "Yes". If you select a value of EUR for Currency, for instance, then the value of Currency is EUR. If you want to use logic based on that, it would look like if(Currency='EUR',something,somethingelse).&lt;/P&gt;&lt;P&gt;Edit: However, in the example I've been careful to avoid this sort of logic. You might use it for the occasional exceptional circumstance, but if you're handling 50 different currencies, you don't want to get in the business of making large if/then/else trees to handle the necessary logic. It's much cleaner and faster to execute if you can handle it within the data model itself.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Dec 2010 18:16:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Currency-Conversion/m-p/225997#M78245</guid>
      <dc:creator>johnw</dc:creator>
      <dc:date>2010-12-17T18:16:25Z</dc:date>
    </item>
    <item>
      <title>Currency Conversion</title>
      <link>https://community.qlik.com/t5/QlikView/Currency-Conversion/m-p/225998#M78246</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="jive_text_macro jive_macro_quote" jivemacro="quote"&gt;&lt;BR /&gt;Sunil Jain wrote:John's example perfectly work if you are maintaining currency data as on date basis. But If you are maintaining currency data in Date range like from this date to that data currency rate fro X currency is Y. in that case you have to use Intervalmatch .&lt;/PRE&gt;You're right that my example doesn't work if you have conversion rates that apply to a date range. And I was mistaken when I said "change the date to a timestamp if you want more frequent change of conversion rates". In either case you would need to use intervalmatch just like you said. &lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;I should probably update my example to demonstrate that instead of having my transaction dates exactly match my conversion rate dates. On the other hand, it's unnecessary complexity if someone stores a conversion rate per day (or per week, or any other regular period). And that makes me not want to change it. I guess I don't know which case would be more common out in the real world.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Dec 2010 18:21:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Currency-Conversion/m-p/225998#M78246</guid>
      <dc:creator>johnw</dc:creator>
      <dc:date>2010-12-17T18:21:48Z</dc:date>
    </item>
    <item>
      <title>Currency Conversion</title>
      <link>https://community.qlik.com/t5/QlikView/Currency-Conversion/m-p/225999#M78247</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, it would be very interesting to see your example done with an interval match solution. Our company maintains currency rates monthly but have daily transactions that has to be converted into different currencies based on the monthly updated table.&lt;/P&gt;&lt;P&gt;Appreciate your help and support!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Mar 2011 18:05:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Currency-Conversion/m-p/225999#M78247</guid>
      <dc:creator />
      <dc:date>2011-03-30T18:05:55Z</dc:date>
    </item>
    <item>
      <title>Currency Conversion</title>
      <link>https://community.qlik.com/t5/QlikView/Currency-Conversion/m-p/226000#M78248</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;OK, good idea. See attached. There might be a more efficient way than all of those joins, but nothing jumped out at me, and I can't spend much time on it. It seems to work, though.&lt;/P&gt;&lt;P&gt;In your specific case, you could get away with slightly simpler script, because I've assumed that the currency exchange rates can be updated independently and on any date. Since you update all rates monthly, you could get away with only establishing the Date and ToDate fields on the record a single time, where I have to do it separately for both the source currency and the target currency.&lt;/P&gt;&lt;P&gt;Edit: Timestamps were mentioned earlier. The intervalmatch approach should work fine with timestamps. Just change all the dates to timestamps. It should be no different doing the intervalmatch by timestamp than by date.&lt;/P&gt;&lt;P&gt;Edit: Actually, in your specific case, you shouldn't be using intervalmatch. You should use my original approach but replace the Date field with a Month field (at least when doing the match up). It's OK to have a Date field, but you should be picking up the exchange rates using the month field. The script will be faster that way than with the intervalmatch solution. Intervalmatch is really for when your updates to the conversion rates are not on regular intervals.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Mar 2011 19:06:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Currency-Conversion/m-p/226000#M78248</guid>
      <dc:creator>johnw</dc:creator>
      <dc:date>2011-03-30T19:06:30Z</dc:date>
    </item>
    <item>
      <title>Re: Currency Conversion</title>
      <link>https://community.qlik.com/t5/QlikView/Currency-Conversion/m-p/226001#M78249</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I wish to open the file, but I can't.. &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Jun 2017 05:08:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Currency-Conversion/m-p/226001#M78249</guid>
      <dc:creator />
      <dc:date>2017-06-28T05:08:53Z</dc:date>
    </item>
    <item>
      <title>Re: Currency Conversion</title>
      <link>https://community.qlik.com/t5/QlikView/Currency-Conversion/m-p/226002#M78250</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;H1 style="font-size: 26px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/H1&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;H1 style="font-size: 26px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/H1&gt;&lt;P&gt;I have similar problem, I have report that I already started preparing in qlikview, included cost amount and currency, in that report there is two currency (Dollar and Euro), how to set a default currency to Euro?&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;these two currency there are different value (3000 rows), how to convert the value of dollar to become euro? Is there any conversation?&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Jun 2017 05:17:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Currency-Conversion/m-p/226002#M78250</guid>
      <dc:creator />
      <dc:date>2017-06-28T05:17:04Z</dc:date>
    </item>
  </channel>
</rss>

