<?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 Join tables with expression in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Join-tables-with-expression/m-p/388705#M485027</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I know this is an ignorant question, but how can I use values in one record from two different tables. In the picture below, I want to only get the Discount from Table2 matching on category instead of all values as it is now. Easy in sql but I haven't figured it out in Qlikview yet. I would like to avoid altering the load script if possible.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="41348" class="jive-image-thumbnail jive-image" height="256" onclick="" alt="Capture_04 May. 20.jpg" src="/legacyfs/online/41348_Capture_04 May. 20.jpg" style="height: 256px; width: 545.9715639810427px;" width="546" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 20 May 2013 21:07:47 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-05-20T21:07:47Z</dc:date>
    <item>
      <title>Join tables with expression</title>
      <link>https://community.qlik.com/t5/QlikView/Join-tables-with-expression/m-p/388705#M485027</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I know this is an ignorant question, but how can I use values in one record from two different tables. In the picture below, I want to only get the Discount from Table2 matching on category instead of all values as it is now. Easy in sql but I haven't figured it out in Qlikview yet. I would like to avoid altering the load script if possible.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="41348" class="jive-image-thumbnail jive-image" height="256" onclick="" alt="Capture_04 May. 20.jpg" src="/legacyfs/online/41348_Capture_04 May. 20.jpg" style="height: 256px; width: 545.9715639810427px;" width="546" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 May 2013 21:07:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Join-tables-with-expression/m-p/388705#M485027</guid>
      <dc:creator />
      <dc:date>2013-05-20T21:07:47Z</dc:date>
    </item>
    <item>
      <title>Re: Join tables with expression</title>
      <link>https://community.qlik.com/t5/QlikView/Join-tables-with-expression/m-p/388706#M485028</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You should associate the tables in the script by giving the category fields the same name. That's the easy Qlikview equivalent of your easy sql join. You can do it in expressions. You will also throw away the advantages of Qlikviews in-memory database and very likely enjoy horrible performance. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try: if(Table1_category = Table2_category, Discount)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 May 2013 06:26:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Join-tables-with-expression/m-p/388706#M485028</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2013-05-21T06:26:46Z</dc:date>
    </item>
    <item>
      <title>Re: Join tables with expression</title>
      <link>https://community.qlik.com/t5/QlikView/Join-tables-with-expression/m-p/388707#M485029</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks again for your help Gysbert. I'm working to make this work but it will require two associations which unfortunately at the moment is causing a loop. I'm trying to understand why now; I'll let you know the results. Thanks again.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 May 2013 13:26:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Join-tables-with-expression/m-p/388707#M485029</guid>
      <dc:creator />
      <dc:date>2013-05-23T13:26:50Z</dc:date>
    </item>
  </channel>
</rss>

