<?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 convert into currency in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/convert-into-currency/m-p/237339#M88398</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Rajni,&lt;/P&gt;&lt;P&gt;There are lots of blog exist in which detaile discussion on Curreny conversion happend.&lt;/P&gt;&lt;P&gt;pls visit.&lt;/P&gt;&lt;P&gt;&lt;A href="http://community.qlik.com/forums/t/38309.aspx"&gt;http://community.qlik.com/forums/t/38309.aspx&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 03 Mar 2011 07:37:30 GMT</pubDate>
    <dc:creator>suniljain</dc:creator>
    <dc:date>2011-03-03T07:37:30Z</dc:date>
    <item>
      <title>convert into currency</title>
      <link>https://community.qlik.com/t5/QlikView/convert-into-currency/m-p/237337#M88396</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;how to convert INR into Dollor&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;Dollor into INR and so on.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Mar 2011 07:29:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/convert-into-currency/m-p/237337#M88396</guid>
      <dc:creator />
      <dc:date>2011-03-03T07:29:26Z</dc:date>
    </item>
    <item>
      <title>convert into currency</title>
      <link>https://community.qlik.com/t5/QlikView/convert-into-currency/m-p/237338#M88397</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It depends on what you want to do. For one value.. 1 USD is roughly 45 INR. However, if you have historic figures and want to convert according to the exchange rates at the time of the transaction, you'll have to load a list of historical conversion rates and apply accordingly.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Mar 2011 07:32:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/convert-into-currency/m-p/237338#M88397</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-03-03T07:32:44Z</dc:date>
    </item>
    <item>
      <title>convert into currency</title>
      <link>https://community.qlik.com/t5/QlikView/convert-into-currency/m-p/237339#M88398</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Rajni,&lt;/P&gt;&lt;P&gt;There are lots of blog exist in which detaile discussion on Curreny conversion happend.&lt;/P&gt;&lt;P&gt;pls visit.&lt;/P&gt;&lt;P&gt;&lt;A href="http://community.qlik.com/forums/t/38309.aspx"&gt;http://community.qlik.com/forums/t/38309.aspx&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Mar 2011 07:37:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/convert-into-currency/m-p/237339#M88398</guid>
      <dc:creator>suniljain</dc:creator>
      <dc:date>2011-03-03T07:37:30Z</dc:date>
    </item>
    <item>
      <title>convert into currency</title>
      <link>https://community.qlik.com/t5/QlikView/convert-into-currency/m-p/237340#M88399</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rajani,&lt;/P&gt;&lt;P&gt;You can create an Inline table or a table in ur DB which will have a structure like this&lt;/P&gt;&lt;P&gt;FromCurrency ToCurrency ConversionRate&lt;/P&gt;&lt;P&gt;INR USD 0.02863&lt;/P&gt;&lt;P&gt;USD INR 45.67&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now in this structure ur FromCurrency represent the transaction currency . ToCurrency is the currency in which u want to see the amount in and ConversionRate is the conversion rate. Now if u have multiple ToCurrencies in ur conversion table u can keep the Tocurrency Field as Always one value selected checked. &amp;amp; to see the desired result can write a expression like TransactionAmount * ConversionRate.&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Mar 2011 07:45:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/convert-into-currency/m-p/237340#M88399</guid>
      <dc:creator>amars</dc:creator>
      <dc:date>2011-03-03T07:45:36Z</dc:date>
    </item>
    <item>
      <title>convert into currency</title>
      <link>https://community.qlik.com/t5/QlikView/convert-into-currency/m-p/237341#M88400</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Inline does not work in real life scenario, because currency rate is dynamic in nature and it change every day.&lt;/P&gt;&lt;P&gt;so you have to extract currency rate from web site like xe.com,oenda.com and store it in QVD .&lt;/P&gt;&lt;P&gt;you can use that QVD for currency conversion purpose.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Mar 2011 08:23:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/convert-into-currency/m-p/237341#M88400</guid>
      <dc:creator>suniljain</dc:creator>
      <dc:date>2011-03-03T08:23:26Z</dc:date>
    </item>
  </channel>
</rss>

