<?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 in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/currency-conversion/m-p/731440#M261959</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks pradeep taniparthy,i tried its working perfectly&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 09 Jul 2014 05:14:03 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-07-09T05:14:03Z</dc:date>
    <item>
      <title>currency conversion</title>
      <link>https://community.qlik.com/t5/QlikView/currency-conversion/m-p/731435#M261954</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how can i convert or toggle betwwen any currency to USD and AED.for eg i have 10rs so i want a list box having USD and AED and when i click to USD this 10rs should convert into USD and when i click AED this 10rs should convert into AED.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Jul 2014 10:56:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/currency-conversion/m-p/731435#M261954</guid>
      <dc:creator />
      <dc:date>2014-07-08T10:56:44Z</dc:date>
    </item>
    <item>
      <title>Re: currency conversion</title>
      <link>https://community.qlik.com/t5/QlikView/currency-conversion/m-p/731436#M261955</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Darshika,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My suggestion is to import a table with the currency.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CURRENCY:&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;Currency, Exchange&lt;/P&gt;&lt;P&gt;FROM xxx.xls.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then you add this as a selection box but with one figure always selected. And based on this you multiply your figure by the exchange, like so. Sales * Exchange.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;BR /&gt;Marius&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Jul 2014 11:01:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/currency-conversion/m-p/731436#M261955</guid>
      <dc:creator />
      <dc:date>2014-07-08T11:01:16Z</dc:date>
    </item>
    <item>
      <title>Re: currency conversion</title>
      <link>https://community.qlik.com/t5/QlikView/currency-conversion/m-p/731437#M261956</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Hi marius,&lt;/P&gt;&lt;P&gt;thanks but i already have those column having the values(in USD and AED)now i want two buttons one say USD and another one as AED and now if i click to USD the other graphs on my sheet should change accordingly as i toggle&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Jul 2014 03:35:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/currency-conversion/m-p/731437#M261956</guid>
      <dc:creator />
      <dc:date>2014-07-09T03:35:35Z</dc:date>
    </item>
    <item>
      <title>Re: currency conversion</title>
      <link>https://community.qlik.com/t5/QlikView/currency-conversion/m-p/731438#M261957</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you share the sample file.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Jul 2014 04:53:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/currency-conversion/m-p/731438#M261957</guid>
      <dc:creator />
      <dc:date>2014-07-09T04:53:35Z</dc:date>
    </item>
    <item>
      <title>Re: currency conversion</title>
      <link>https://community.qlik.com/t5/QlikView/currency-conversion/m-p/731439#M261958</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try some thing like this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Create a variable 'vCurrency' and assign the currently selected value(Currency Value) to it.&lt;/P&gt;&lt;P&gt;In all expressions use the variable 'vCurrency'&lt;/P&gt;&lt;P&gt;Ex: Sum(Sales)/vCurrency &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to use the buttons instead of List box,&lt;/P&gt;&lt;P&gt;Create 2 buttons(USD, ADE) and assign the currency values to the variables from Properties--&amp;gt; Action.&lt;/P&gt;&lt;P&gt;In all expressions use the variable 'vCurrency'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Pradeep &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Jul 2014 05:11:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/currency-conversion/m-p/731439#M261958</guid>
      <dc:creator>PradeepReddy</dc:creator>
      <dc:date>2014-07-09T05:11:53Z</dc:date>
    </item>
    <item>
      <title>Re: currency conversion</title>
      <link>https://community.qlik.com/t5/QlikView/currency-conversion/m-p/731440#M261959</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks pradeep taniparthy,i tried its working perfectly&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Jul 2014 05:14:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/currency-conversion/m-p/731440#M261959</guid>
      <dc:creator />
      <dc:date>2014-07-09T05:14:03Z</dc:date>
    </item>
    <item>
      <title>Re: currency conversion</title>
      <link>https://community.qlik.com/t5/QlikView/currency-conversion/m-p/731441#M261960</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please find the attachement. Hope this will be helpfull&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Jul 2014 05:21:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/currency-conversion/m-p/731441#M261960</guid>
      <dc:creator />
      <dc:date>2014-07-09T05:21:09Z</dc:date>
    </item>
    <item>
      <title>Re: currency conversion</title>
      <link>https://community.qlik.com/t5/QlikView/currency-conversion/m-p/731442#M261961</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Close the thread by marking Correct answer, so that it will be helpful for others.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Jul 2014 05:30:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/currency-conversion/m-p/731442#M261961</guid>
      <dc:creator>PradeepReddy</dc:creator>
      <dc:date>2014-07-09T05:30:36Z</dc:date>
    </item>
  </channel>
</rss>

