<?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: Currency Conversions in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Currency-Conversions/m-p/481789#M180047</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Santhosh. I will go through it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 08 Jan 2014 11:08:09 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-01-08T11:08:09Z</dc:date>
    <item>
      <title>Currency Conversions</title>
      <link>https://community.qlik.com/t5/QlikView/Currency-Conversions/m-p/481787#M180045</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a dashboard with values in GBP. I want it to be displayed in EUR or USD across all the charts in the dashboard.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When i select USD it should display values in USD. Please help me with this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;P&gt;Keerthi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jan 2014 11:00:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Currency-Conversions/m-p/481787#M180045</guid>
      <dc:creator />
      <dc:date>2014-01-08T11:00:43Z</dc:date>
    </item>
    <item>
      <title>Re: Currency Conversions</title>
      <link>https://community.qlik.com/t5/QlikView/Currency-Conversions/m-p/481788#M180046</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Keerthi,&lt;/P&gt;&lt;P&gt;Go through this link&amp;nbsp; &lt;A _jive_internal="true" href="https://community.qlik.com/message/93743#93743"&gt;http://community.qlik.com/message/93743#93743&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; Regards,&lt;BR /&gt;Santhosh G&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jan 2014 11:03:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Currency-Conversions/m-p/481788#M180046</guid>
      <dc:creator />
      <dc:date>2014-01-08T11:03:41Z</dc:date>
    </item>
    <item>
      <title>Re: Currency Conversions</title>
      <link>https://community.qlik.com/t5/QlikView/Currency-Conversions/m-p/481789#M180047</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Santhosh. I will go through it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jan 2014 11:08:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Currency-Conversions/m-p/481789#M180047</guid>
      <dc:creator />
      <dc:date>2014-01-08T11:08:09Z</dc:date>
    </item>
    <item>
      <title>Re: Currency Conversions</title>
      <link>https://community.qlik.com/t5/QlikView/Currency-Conversions/m-p/481790#M180048</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I keep it pretty simple:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SET vExchangeRateGBP2Dollar = 1.64;&lt;/P&gt;&lt;P&gt;SET vExchangeRateGBP2Euro = 1.20;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Data:&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;value as [Value (GBP)],&lt;/P&gt;&lt;P&gt;value * vExchangeRateGBP2Dollar&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; as [Value (USD)],&lt;/P&gt;&lt;P&gt;value * vExchangeRateGBP2Euro&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; as [Value (Euro)]&lt;/P&gt;&lt;P&gt;resident ...;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On the dashboard objects I use the Fields [Value (...)] in conditional expressions with the help of buttons: e.g. button1: set variable to USD&amp;nbsp;&amp;nbsp;&amp;nbsp; and then in the expression condition&amp;nbsp; if(vCurrency='USD', [Value (USD)]...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Daniel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jan 2014 11:28:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Currency-Conversions/m-p/481790#M180048</guid>
      <dc:creator>danieloberbilli</dc:creator>
      <dc:date>2014-01-08T11:28:00Z</dc:date>
    </item>
    <item>
      <title>Re: Currency Conversions</title>
      <link>https://community.qlik.com/t5/QlikView/Currency-Conversions/m-p/481791#M180049</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Keerth&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please check this link: &lt;A _jive_internal="true" href="https://community.qlik.com/message/93743#93743"&gt;http://community.qlik.com/message/93743#93743&lt;/A&gt;, specifically check the solution provided by John Witherspoon.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope This resolves your issues.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards&lt;/P&gt;&lt;P&gt;Dlamini&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Jan 2015 13:34:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Currency-Conversions/m-p/481791#M180049</guid>
      <dc:creator />
      <dc:date>2015-01-13T13:34:18Z</dc:date>
    </item>
  </channel>
</rss>

