<?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: Handling Currency Table in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Handling-Currency-Table/m-p/625664#M1100487</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The best way is to do this calculation in the script itself. You will be having two fields in the script one for AUD and one for NZD.&lt;/P&gt;&lt;P&gt;[Sales Value AUD] =&amp;nbsp; Sales*AUD&lt;/P&gt;&lt;P&gt;[Sales Value NZD] =&amp;nbsp;&amp;nbsp; Sales*NZD&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Create an Inline table in script with field currency and values AUD and NZD.&lt;/P&gt;&lt;P&gt;In a list box display this currency field and check 'always one selected value'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In chart then use the following expression:-&lt;/P&gt;&lt;P&gt;PICK(MATCH(Currency, 'AUD', 'NZD'), [Sales Value AUD], [Sales Value NZD])&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 14 Apr 2014 00:53:10 GMT</pubDate>
    <dc:creator>Karthik3</dc:creator>
    <dc:date>2014-04-14T00:53:10Z</dc:date>
    <item>
      <title>Handling Currency Table</title>
      <link>https://community.qlik.com/t5/QlikView/Handling-Currency-Table/m-p/625660#M1100471</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 a currency table with 2 currency columns, 1 with AUD and other with NZD conversion rates.&lt;/P&gt;&lt;P&gt;I would like to create a list box with values AUD and NZD and when user selects AUD I want to calculate sales * AUD column and when user selects NZD I want to change the calculation to Sales * NZD in the chart list. &lt;/P&gt;&lt;P&gt;Could you please advice best approach to achieve this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;MC&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Apr 2014 05:00:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Handling-Currency-Table/m-p/625660#M1100471</guid>
      <dc:creator />
      <dc:date>2014-04-11T05:00:29Z</dc:date>
    </item>
    <item>
      <title>Re: Handling Currency Table</title>
      <link>https://community.qlik.com/t5/QlikView/Handling-Currency-Table/m-p/625661#M1100473</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try to use system field $Field. To evaluate the values you might try writing expression something like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Sum(Sales * $(=$Field) )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;$(=$Field) -&amp;gt; will get the NZD/AUD values as per selection. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Apr 2014 05:45:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Handling-Currency-Table/m-p/625661#M1100473</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2014-04-11T05:45:53Z</dc:date>
    </item>
    <item>
      <title>Re: Handling Currency Table</title>
      <link>https://community.qlik.com/t5/QlikView/Handling-Currency-Table/m-p/625662#M1100475</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Try this expression&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Sum(Sales * If(Only(Currency) = 'NZD', NZD, AUD))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;** Where Currency is the dimension which is having NZD and AUD to select the currency&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Apr 2014 05:52:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Handling-Currency-Table/m-p/625662#M1100475</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2014-04-11T05:52:15Z</dc:date>
    </item>
    <item>
      <title>Re: Handling Currency Table</title>
      <link>https://community.qlik.com/t5/QlikView/Handling-Currency-Table/m-p/625663#M1100486</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you &lt;A href="https://community.qlik.com/qlik-users/26418"&gt;tresesco&lt;/A&gt; ..If possible can you please send me an example for the same? How to assign $Field to listbox?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 13 Apr 2014 23:41:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Handling-Currency-Table/m-p/625663#M1100486</guid>
      <dc:creator />
      <dc:date>2014-04-13T23:41:22Z</dc:date>
    </item>
    <item>
      <title>Re: Handling Currency Table</title>
      <link>https://community.qlik.com/t5/QlikView/Handling-Currency-Table/m-p/625664#M1100487</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The best way is to do this calculation in the script itself. You will be having two fields in the script one for AUD and one for NZD.&lt;/P&gt;&lt;P&gt;[Sales Value AUD] =&amp;nbsp; Sales*AUD&lt;/P&gt;&lt;P&gt;[Sales Value NZD] =&amp;nbsp;&amp;nbsp; Sales*NZD&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Create an Inline table in script with field currency and values AUD and NZD.&lt;/P&gt;&lt;P&gt;In a list box display this currency field and check 'always one selected value'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In chart then use the following expression:-&lt;/P&gt;&lt;P&gt;PICK(MATCH(Currency, 'AUD', 'NZD'), [Sales Value AUD], [Sales Value NZD])&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Apr 2014 00:53:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Handling-Currency-Table/m-p/625664#M1100487</guid>
      <dc:creator>Karthik3</dc:creator>
      <dc:date>2014-04-14T00:53:10Z</dc:date>
    </item>
  </channel>
</rss>

