<?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: Exchange rate conversion in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Exchange-rate-conversion/m-p/767692#M471982</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Gysbert. I will use if statement.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 11 Feb 2015 08:15:35 GMT</pubDate>
    <dc:creator>settu_periasamy</dc:creator>
    <dc:date>2015-02-11T08:15:35Z</dc:date>
    <item>
      <title>Exchange rate conversion</title>
      <link>https://community.qlik.com/t5/QlikView/Exchange-rate-conversion/m-p/767690#M471980</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have the 3 tables &lt;/P&gt;&lt;P&gt;1st table contains : Customer, Product, Loaded_Currency and List Price.&lt;/P&gt;&lt;P&gt;2nd table contains : EFF_Currency, EFF_CUR_TO, Exchange Rate&lt;/P&gt;&lt;P&gt;3rd table contains : EFF_Currency, Product, Effective Price.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;1st table sample data:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="jive-image image-3" src="https://community.qlik.com/legacyfs/online/77409_pastedImage_22.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="line-height: 1.5em; font-size: 13.3333330154419px;"&gt;2nd table data:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="jive-image image-4" src="https://community.qlik.com/legacyfs/online/77410_pastedImage_26.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;3rd Table:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.qlik.com/legacyfs/online/77407_pastedImage_10.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now, I need the chart like the Below (Need to shows the two Products and effective price also based on Exchange rate)&lt;IMG class="jive-image image-5" height="38" src="https://community.qlik.com/legacyfs/online/77411_pastedImage_28.png" style="font-size: 10pt; line-height: 1.5em; width: 790px; height: 38.2258064516129px;" width="790" /&gt;&lt;/P&gt;&lt;P&gt;i used the expression like the below&lt;/P&gt;&lt;P&gt;=Only([Effective Price])*Only({&amp;lt;EFF_CUR_TO={'$(=Loaded_Currency)'}&amp;gt;}[Exchange Rate]).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But, the result, shows as null... I attached the sample app..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you help on this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Settu P&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Feb 2015 10:24:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Exchange-rate-conversion/m-p/767690#M471980</guid>
      <dc:creator>settu_periasamy</dc:creator>
      <dc:date>2015-02-09T10:24:59Z</dc:date>
    </item>
    <item>
      <title>Re: Exchange rate conversion</title>
      <link>https://community.qlik.com/t5/QlikView/Exchange-rate-conversion/m-p/767691#M471981</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;A set analysis expression calculates a set at the chart level, not at the row level. That's why your expression does not work if you don't make a selection first. You can use an if-statement instead: =only(if(EFF_CUR_TO=Loaded_Currency,[Exchange Rate]))*[Effective Price]&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Feb 2015 11:00:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Exchange-rate-conversion/m-p/767691#M471981</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2015-02-09T11:00:20Z</dc:date>
    </item>
    <item>
      <title>Re: Exchange rate conversion</title>
      <link>https://community.qlik.com/t5/QlikView/Exchange-rate-conversion/m-p/767692#M471982</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Gysbert. I will use if statement.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Feb 2015 08:15:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Exchange-rate-conversion/m-p/767692#M471982</guid>
      <dc:creator>settu_periasamy</dc:creator>
      <dc:date>2015-02-11T08:15:35Z</dc:date>
    </item>
  </channel>
</rss>

