<?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 convertion in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Currency-convertion/m-p/683816#M670744</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Ashraf,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using personal QV edition so can you please paste the script once.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 08 Oct 2014 17:21:59 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-10-08T17:21:59Z</dc:date>
    <item>
      <title>Currency convertion</title>
      <link>https://community.qlik.com/t5/QlikView/Currency-convertion/m-p/683814#M670738</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi QV&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a requirement where I need to multiply the standard cost * exchrate&lt;STRONG&gt;(exch value should be based on max date),how should we achieve it in script level.&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Output looks like&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" height="121" style="border: 1px solid #000000; width: 266px; height: 122px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Currency&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;StandardCost*excg(excg value should be based on max date)&lt;/STRONG&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;CHF&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;0.25*1.2345&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;EUR&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;2.00*2.52356&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;AFN&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;0.56*0.2453&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;INPUT table1:&lt;/STRONG&gt;&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" height="150" style="border: 1px solid #000000; width: 259px; height: 66px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;Currency&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Standard cost&lt;/STRONG&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;CHF&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;0.25&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;AFN&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;0.56&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;ALL&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;1.56&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;EUR&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;2.00&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;USD&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;2.50&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;table2:&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" height="125" style="border: 1px solid #000000; width: 383px; height: 101px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Currency&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;exch rate&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Date&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;CHF&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;1.2345&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;10/08/14&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;CHF&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;1.1503&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;14/08/13&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;CHF&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;1.223&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;28/07/14&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;EUR&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;2.5123&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;15/07/14&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;EUR&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;2.52356&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;02/08/14&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;AFN&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;0.2345&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;12/02/14&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;AFN&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;0.2453&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;28/02/14&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Oct 2014 16:49:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Currency-convertion/m-p/683814#M670738</guid>
      <dc:creator />
      <dc:date>2014-10-08T16:49:43Z</dc:date>
    </item>
    <item>
      <title>Re: Currency convertion</title>
      <link>https://community.qlik.com/t5/QlikView/Currency-convertion/m-p/683815#M670740</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please find the solution in attachment&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Oct 2014 17:09:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Currency-convertion/m-p/683815#M670740</guid>
      <dc:creator>arsal_90</dc:creator>
      <dc:date>2014-10-08T17:09:41Z</dc:date>
    </item>
    <item>
      <title>Re: Currency convertion</title>
      <link>https://community.qlik.com/t5/QlikView/Currency-convertion/m-p/683816#M670744</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Ashraf,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using personal QV edition so can you please paste the script once.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Oct 2014 17:21:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Currency-convertion/m-p/683816#M670744</guid>
      <dc:creator />
      <dc:date>2014-10-08T17:21:59Z</dc:date>
    </item>
    <item>
      <title>Re: Currency convertion</title>
      <link>https://community.qlik.com/t5/QlikView/Currency-convertion/m-p/683817#M670745</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Swathi&lt;/P&gt;&lt;P&gt;[Currency Standard Cost]:&lt;/P&gt;&lt;P&gt;LOAD Currency, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Standard cost]&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;Task.xlsx&lt;/P&gt;&lt;P&gt;(ooxml, embedded labels, table is [Currency Standard Cost]);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[Exchange Rate]:&lt;/P&gt;&lt;P&gt;LOAD Currency, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [exch rate], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Date,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; max(Date) as maxDate&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;Task.xlsx&lt;/P&gt;&lt;P&gt;(ooxml, embedded labels, table is [Exchange Rate])&lt;/P&gt;&lt;P&gt;group by Currency, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [exch rate],&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Date;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[Max Date Exchange Rate]:&lt;/P&gt;&lt;P&gt;Load&amp;nbsp; Currency, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [exch rate], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Date Resident [Exchange Rate] where Date=maxDate;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Drop Table [Exchange Rate];&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Oct 2014 17:31:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Currency-convertion/m-p/683817#M670745</guid>
      <dc:creator>arsal_90</dc:creator>
      <dc:date>2014-10-08T17:31:02Z</dc:date>
    </item>
    <item>
      <title>Re: Currency convertion</title>
      <link>https://community.qlik.com/t5/QlikView/Currency-convertion/m-p/683818#M670746</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG alt="Untitled.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/68534_Untitled.png" style="width: 620px; height: 374px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Oct 2014 17:33:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Currency-convertion/m-p/683818#M670746</guid>
      <dc:creator>arsal_90</dc:creator>
      <dc:date>2014-10-08T17:33:58Z</dc:date>
    </item>
    <item>
      <title>Re: Currency convertion</title>
      <link>https://community.qlik.com/t5/QlikView/Currency-convertion/m-p/683819#M670747</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you so much Ashraf....I will check the solution and mark it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Oct 2014 17:43:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Currency-convertion/m-p/683819#M670747</guid>
      <dc:creator />
      <dc:date>2014-10-08T17:43:17Z</dc:date>
    </item>
    <item>
      <title>Re: Currency convertion</title>
      <link>https://community.qlik.com/t5/QlikView/Currency-convertion/m-p/683820#M670748</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Swathi is above solution resolved your problem or not. If your problem is solved then pleased marked it as Correct&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Oct 2014 18:05:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Currency-convertion/m-p/683820#M670748</guid>
      <dc:creator>arsal_90</dc:creator>
      <dc:date>2014-10-09T18:05:55Z</dc:date>
    </item>
  </channel>
</rss>

