<?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 Calculation in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Currency-Calculation/m-p/613078#M226214</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Create a Variable vCUR and set value as 1&lt;/P&gt;&lt;P&gt;Now Create two buttons &lt;/P&gt;&lt;P&gt;one for USD &lt;/P&gt;&lt;P&gt;Set Action as &lt;BR /&gt;External &amp;gt;&amp;gt; Set Variable&lt;/P&gt;&lt;P&gt;Variable&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; vCUR&lt;/P&gt;&lt;P&gt;Value&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Same way make another button for INR and use value as 2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now in your expression... use vCUR as below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example&lt;/P&gt;&lt;P&gt;SUM(Quantity * Price * if(vCUR = 1, USDRate,INRRate))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 08 Apr 2014 09:41:29 GMT</pubDate>
    <dc:creator>MK_QSL</dc:creator>
    <dc:date>2014-04-08T09:41:29Z</dc:date>
    <item>
      <title>Currency Calculation</title>
      <link>https://community.qlik.com/t5/QlikView/Currency-Calculation/m-p/613077#M226213</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 straight table in that i have 4 fields Sales Amount,Discount Amt,Quantity Billed,Ontime Deliverd Revenue...which are having $ values.my requirement is to create two buttons as USD and INR in the sheet.when i click on INR it should display INR value in the above mentioned fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can any one help me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rathnam.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Apr 2014 09:35:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Currency-Calculation/m-p/613077#M226213</guid>
      <dc:creator>rathnam_qv</dc:creator>
      <dc:date>2014-04-08T09:35:47Z</dc:date>
    </item>
    <item>
      <title>Re: Currency Calculation</title>
      <link>https://community.qlik.com/t5/QlikView/Currency-Calculation/m-p/613078#M226214</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Create a Variable vCUR and set value as 1&lt;/P&gt;&lt;P&gt;Now Create two buttons &lt;/P&gt;&lt;P&gt;one for USD &lt;/P&gt;&lt;P&gt;Set Action as &lt;BR /&gt;External &amp;gt;&amp;gt; Set Variable&lt;/P&gt;&lt;P&gt;Variable&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; vCUR&lt;/P&gt;&lt;P&gt;Value&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Same way make another button for INR and use value as 2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now in your expression... use vCUR as below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example&lt;/P&gt;&lt;P&gt;SUM(Quantity * Price * if(vCUR = 1, USDRate,INRRate))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Apr 2014 09:41:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Currency-Calculation/m-p/613078#M226214</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2014-04-08T09:41:29Z</dc:date>
    </item>
    <item>
      <title>Re: Currency Calculation</title>
      <link>https://community.qlik.com/t5/QlikView/Currency-Calculation/m-p/613079#M226215</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;Update :- Please check now a new update&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Create a inline table like&lt;/P&gt;&lt;P&gt;Eg:-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Load * inline&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;[&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;CurrencyName, CurrencyRate&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;USD,1&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;INR,2&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;];&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then in the dashboard plot a list box with field &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;CurrencyName and remove its caption from properties&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;SUM(Quantity * Price * Getfieldselections(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;CurrencyRate&lt;/SPAN&gt;))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;then according to your selection in the currency your sum value change.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Apr 2014 09:53:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Currency-Calculation/m-p/613079#M226215</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2014-04-08T09:53:58Z</dc:date>
    </item>
    <item>
      <title>Re: Currency Calculation</title>
      <link>https://community.qlik.com/t5/QlikView/Currency-Calculation/m-p/613080#M226216</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Manish,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your replay,&lt;/P&gt;&lt;P&gt;now i created one list box with USD,INR and i made them as Radio buttons.now, if i select USD radio button the USD value should change to INR and vice versa in the Straight table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;help me out.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;RAthnam.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Apr 2014 09:57:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Currency-Calculation/m-p/613080#M226216</guid>
      <dc:creator>rathnam_qv</dc:creator>
      <dc:date>2014-04-08T09:57:52Z</dc:date>
    </item>
    <item>
      <title>Re: Currency Calculation</title>
      <link>https://community.qlik.com/t5/QlikView/Currency-Calculation/m-p/613081#M226217</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Anand Chauhan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for ur reply..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ya i already created List box as u suggested.Now if i select INR from the listbox The USD values in the Straight table should display the INR values ad vice Versa (in my straight table 4 fields are there with USD values)&lt;/P&gt;&lt;P&gt;help me out.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rathnam.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Apr 2014 10:02:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Currency-Calculation/m-p/613081#M226217</guid>
      <dc:creator>rathnam_qv</dc:creator>
      <dc:date>2014-04-08T10:02:37Z</dc:date>
    </item>
    <item>
      <title>Re: Currency Calculation</title>
      <link>https://community.qlik.com/t5/QlikView/Currency-Calculation/m-p/613082#M226218</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you post your sample data file or sample apps?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Apr 2014 10:05:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Currency-Calculation/m-p/613082#M226218</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2014-04-08T10:05:56Z</dc:date>
    </item>
    <item>
      <title>Re: Currency Calculation</title>
      <link>https://community.qlik.com/t5/QlikView/Currency-Calculation/m-p/613083#M226219</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;After adding list box in the application named CurrencyName which contains INR and USD then &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in expression write&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=if(GetSelectedCount(CurrencyName)=0,Sum(Sales), if(GetSelectedCount(CurrencyName)='INR',sum(Sales) * 1 , Sum(Sales) * 2))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In place of 1 and 2 put currency rates&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Apr 2014 10:14:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Currency-Calculation/m-p/613083#M226219</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2014-04-08T10:14:23Z</dc:date>
    </item>
    <item>
      <title>Re: Currency Calculation</title>
      <link>https://community.qlik.com/t5/QlikView/Currency-Calculation/m-p/613084#M226220</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;look at The Attachment&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Apr 2014 10:40:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Currency-Calculation/m-p/613084#M226220</guid>
      <dc:creator>nizamsha</dc:creator>
      <dc:date>2014-04-08T10:40:36Z</dc:date>
    </item>
    <item>
      <title>Re: Currency Calculation</title>
      <link>https://community.qlik.com/t5/QlikView/Currency-Calculation/m-p/613085#M226221</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Nizam,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i didn't get any attachment&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Apr 2014 11:03:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Currency-Calculation/m-p/613085#M226221</guid>
      <dc:creator>rathnam_qv</dc:creator>
      <dc:date>2014-04-08T11:03:18Z</dc:date>
    </item>
    <item>
      <title>Re: Currency Calculation</title>
      <link>https://community.qlik.com/t5/QlikView/Currency-Calculation/m-p/613086#M226222</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I already attached sme changes&amp;nbsp; is made and updated&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Apr 2014 11:43:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Currency-Calculation/m-p/613086#M226222</guid>
      <dc:creator>nizamsha</dc:creator>
      <dc:date>2014-04-08T11:43:56Z</dc:date>
    </item>
    <item>
      <title>Re: Currency Calculation</title>
      <link>https://community.qlik.com/t5/QlikView/Currency-Calculation/m-p/613087#M226223</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you very much Manish&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rathnam.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Apr 2014 12:00:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Currency-Calculation/m-p/613087#M226223</guid>
      <dc:creator>rathnam_qv</dc:creator>
      <dc:date>2014-04-08T12:00:34Z</dc:date>
    </item>
  </channel>
</rss>

