<?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 Info on using exchange Rates in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Info-on-using-exchange-Rates/m-p/243214#M1208994</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 17 Feb 2010 15:32:36 GMT</pubDate>
    <dc:creator>disqr_rm</dc:creator>
    <dc:date>2010-02-17T15:32:36Z</dc:date>
    <item>
      <title>Info on using exchange Rates</title>
      <link>https://community.qlik.com/t5/QlikView/Info-on-using-exchange-Rates/m-p/243213#M1208993</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have to add a module that will allow an application to display transactions in different exchange rates. There is a table with the an exchange rate for each month. Is there a demo app or resource that can be downloaded already that shows how to add this functionality.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help is appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Paul&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ps. this is my first post. I am a new developer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Feb 2010 15:12:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Info-on-using-exchange-Rates/m-p/243213#M1208993</guid>
      <dc:creator />
      <dc:date>2010-02-17T15:12:10Z</dc:date>
    </item>
    <item>
      <title>Info on using exchange Rates</title>
      <link>https://community.qlik.com/t5/QlikView/Info-on-using-exchange-Rates/m-p/243214#M1208994</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Feb 2010 15:32:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Info-on-using-exchange-Rates/m-p/243214#M1208994</guid>
      <dc:creator>disqr_rm</dc:creator>
      <dc:date>2010-02-17T15:32:36Z</dc:date>
    </item>
    <item>
      <title>Info on using exchange Rates</title>
      <link>https://community.qlik.com/t5/QlikView/Info-on-using-exchange-Rates/m-p/243215#M1208995</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Paul,&lt;/P&gt;&lt;P&gt;try to join yearmonth data with exchange range, something like that:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;&lt;BR /&gt;temp:&lt;BR /&gt;load *inline&lt;BR /&gt;[&lt;BR /&gt;yearmonth, sales_usd&lt;BR /&gt;200901, 15000&lt;BR /&gt;200902, 14000&lt;BR /&gt;200903, 15500&lt;BR /&gt;200904, 14500&lt;BR /&gt;];&lt;BR /&gt;left join&lt;BR /&gt;load * inline&lt;BR /&gt;[&lt;BR /&gt;yearmonth, usd_to_eur&lt;BR /&gt;200901, '0,728'&lt;BR /&gt;200902, '0,729'&lt;BR /&gt;200903, '0,726'&lt;BR /&gt;200904, '0,727'&lt;BR /&gt;];&lt;BR /&gt;sales:&lt;BR /&gt;load yearmonth,&lt;BR /&gt; usd_to_eur,&lt;BR /&gt; sum(sales_usd) as sales_usd,&lt;BR /&gt; sum(sales_usd*usd_to_eur) as sales_eur&lt;BR /&gt;resident temp&lt;BR /&gt;group by yearmonth,usd_to_eur;&lt;BR /&gt;drop table temp;&lt;BR /&gt;&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;Good luck!&lt;/P&gt;&lt;P&gt;And try using "APIguide.qvw" that you could find somewhere like "C:\Program Files\QlikView\Documentation\"&lt;/P&gt;&lt;P&gt;Justinas&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Feb 2010 15:36:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Info-on-using-exchange-Rates/m-p/243215#M1208995</guid>
      <dc:creator>justinasp</dc:creator>
      <dc:date>2010-02-17T15:36:29Z</dc:date>
    </item>
    <item>
      <title>Info on using exchange Rates</title>
      <link>https://community.qlik.com/t5/QlikView/Info-on-using-exchange-Rates/m-p/243216#M1208996</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There is a good currency App under Share Qlikviews by Stephen Redmond which is worth a look it is called&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" style="margin-bottom:2em;"&gt;&lt;TBODY&gt;&lt;TR valign="middle"&gt;&lt;TD style="padding-right:10px;"&gt;&lt;/TD&gt;&lt;TD&gt;&lt;STRONG style="font-size:160%;"&gt;Currency Demo v.2&lt;/STRONG&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;DIV id="ctl00_ctl00_bhcr_bcr_bcr_ctl05_ctl04_ctl17_ctl00_Container" style="display:none;"&gt;&lt;/DIV&gt;&lt;DIV&gt;Filed under: &lt;A href="http://community.qlik.com/media/g/how-to/tags/web/default.aspx" rel="tag"&gt;web&lt;/A&gt;, &lt;A href="http://community.qlik.com/media/g/how-to/tags/currency/default.aspx" rel="tag"&gt;currency&lt;/A&gt;, &lt;A href="http://community.qlik.com/media/g/how-to/tags/html/default.aspx" rel="tag"&gt;html&lt;/A&gt;, &lt;A href="http://community.qlik.com/media/g/how-to/tags/Oanda/default.aspx" rel="tag"&gt;Oanda&lt;/A&gt;, &lt;A href="http://community.qlik.com/media/g/how-to/tags/Multi-Currency/default.aspx" rel="tag"&gt;Multi-Currency&lt;/A&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;Hope this is of help&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;Neil&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Feb 2010 15:44:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Info-on-using-exchange-Rates/m-p/243216#M1208996</guid>
      <dc:creator />
      <dc:date>2010-02-17T15:44:21Z</dc:date>
    </item>
    <item>
      <title>Info on using exchange Rates</title>
      <link>https://community.qlik.com/t5/QlikView/Info-on-using-exchange-Rates/m-p/243217#M1208997</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Hi Neil,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this application seems not to be available anymore. Could you post it?&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jul 2011 08:00:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Info-on-using-exchange-Rates/m-p/243217#M1208997</guid>
      <dc:creator />
      <dc:date>2011-07-21T08:00:56Z</dc:date>
    </item>
  </channel>
</rss>

