<?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 Conversion - Multi Change in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Currency-Conversion-Multi-Change/m-p/559272#M208715</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Robert,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you share the QVW. It would be helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Keerthi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 20 Jan 2014 06:17:21 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-01-20T06:17:21Z</dc:date>
    <item>
      <title>Currency Conversion - Multi Change</title>
      <link>https://community.qlik.com/t5/QlikView/Currency-Conversion-Multi-Change/m-p/559270#M208713</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;Happy New Year to the Community.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My challenge for the beginning of 2014 is my budget program. In 2014 I decided it was time to unify two data-sources (same structure) one with currencies in Euro the other one in GBP. The main currency of choice is Euro.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My challenge is to display the currencies in TRN (Transaction), Converted Euro and for added 'fun' Converted USD. I would like the end user to be able to view a chart in any one of the 3 scenario's noted by clicking on &lt;EM&gt;&lt;STRONG&gt;'something'&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have successfully as separate fields have converted transactional amounts in converted Euro and converted USD within the load script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I appreciate that there are probably a few ways of doing this - my 1st thought was bookmarks and set analysis, I also thought of variables but unsure of this route. Set Analysis (and possibly lack of experience) has given me challenges that I would prefer to avoid if I can.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; CIC_NETINCOME, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ApplyMap('EuroRate', CIC_CURRENCYCODE, null()) as EuroRate,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ApplyMap('USDRate', CIC_CURRENCYCODE, null()) as USDRate,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is the extract of code I have used and in any chart I use CIC_NETINCOME (Transactional), CIC_NETINCOME * EuroRate (Euro) or CIC_NETINCOME * USDRate (USD).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any thoughts/wisdom would be appreciated - I am looking for an elegant approach &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Jan 2014 09:28:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Currency-Conversion-Multi-Change/m-p/559270#M208713</guid>
      <dc:creator />
      <dc:date>2014-01-07T09:28:37Z</dc:date>
    </item>
    <item>
      <title>Re: Currency Conversion - Multi Change</title>
      <link>https://community.qlik.com/t5/QlikView/Currency-Conversion-Multi-Change/m-p/559271#M208714</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 got this working using a variable vCurrency&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=sum(if(CIC_COMPARABLE = 'Current'&amp;nbsp; AND vCurrency ='Euro', CIC_EURNETINCOME&lt;/P&gt;&lt;P&gt;,if(CIC_COMPARABLE = 'Current'&amp;nbsp; AND vCurrency ='USD', CIC_USDNETINCOME ,0))) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can elaborate further if anyone finds this useful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Jan 2014 08:53:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Currency-Conversion-Multi-Change/m-p/559271#M208714</guid>
      <dc:creator />
      <dc:date>2014-01-09T08:53:55Z</dc:date>
    </item>
    <item>
      <title>Re: Currency Conversion - Multi Change</title>
      <link>https://community.qlik.com/t5/QlikView/Currency-Conversion-Multi-Change/m-p/559272#M208715</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Robert,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you share the QVW. It would be helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Keerthi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Jan 2014 06:17:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Currency-Conversion-Multi-Change/m-p/559272#M208715</guid>
      <dc:creator />
      <dc:date>2014-01-20T06:17:21Z</dc:date>
    </item>
  </channel>
</rss>

