<?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 how does this join work? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/how-does-this-join-work/m-p/160043#M34453</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think Exists() can be of help here&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 18 Aug 2009 19:31:09 GMT</pubDate>
    <dc:creator />
    <dc:date>2009-08-18T19:31:09Z</dc:date>
    <item>
      <title>how does this join work?</title>
      <link>https://community.qlik.com/t5/QlikView/how-does-this-join-work/m-p/160042#M34452</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i want all records from table1 .. and only 1 column (and one additional to match) of table2. but for some reason there are more records loaded in table 2 then there are in table1. The problem is that table2 is much longer then table1 and i cant load all the records of table2 .. waste of memory&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if i use a LEFT JOIN in SQL i get all records from TABLE1 with ZIP6 on TABLE2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advanced&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;FILENO,&lt;BR /&gt; TNR1,&lt;BR /&gt; TNR2,&lt;BR /&gt; TNR3,&lt;BR /&gt; TNR4,&lt;BR /&gt;SQL SELECT *&lt;BR /&gt;FROM TABLE1;&lt;BR /&gt;&lt;BR /&gt;LEFT JOIN&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; ZIP6,&lt;BR /&gt; FILENO;&lt;BR /&gt;SQL SELECT *&lt;BR /&gt;FROM TABLE2;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Aug 2009 19:25:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-does-this-join-work/m-p/160042#M34452</guid>
      <dc:creator>amien</dc:creator>
      <dc:date>2009-08-18T19:25:28Z</dc:date>
    </item>
    <item>
      <title>how does this join work?</title>
      <link>https://community.qlik.com/t5/QlikView/how-does-this-join-work/m-p/160043#M34453</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think Exists() can be of help here&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Aug 2009 19:31:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-does-this-join-work/m-p/160043#M34453</guid>
      <dc:creator />
      <dc:date>2009-08-18T19:31:09Z</dc:date>
    </item>
    <item>
      <title>how does this join work?</title>
      <link>https://community.qlik.com/t5/QlikView/how-does-this-join-work/m-p/160044#M34454</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;something like this?&lt;/P&gt;&lt;P&gt;does this still work with left join?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;&lt;BR /&gt;LOAD&lt;BR /&gt; FILENO,&lt;BR /&gt; TNR1,&lt;BR /&gt; TNR2,&lt;BR /&gt; TNR3,&lt;BR /&gt; TNR4,&lt;BR /&gt;SQL SELECT *&lt;BR /&gt;FROM TABLE1;&lt;BR /&gt;&lt;BR /&gt;LEFT JOIN&lt;BR /&gt;LOAD&lt;BR /&gt;&lt;BR /&gt; ZIP6,&lt;BR /&gt; FILENO;&lt;BR /&gt;SQL SELECT *&lt;BR /&gt;FROM TABLE2&lt;BR /&gt;WHERE EXISTS(FILENO);&lt;BR /&gt;&lt;BR /&gt;&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Aug 2009 20:01:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-does-this-join-work/m-p/160044#M34454</guid>
      <dc:creator>amien</dc:creator>
      <dc:date>2009-08-18T20:01:11Z</dc:date>
    </item>
    <item>
      <title>how does this join work?</title>
      <link>https://community.qlik.com/t5/QlikView/how-does-this-join-work/m-p/160045#M34455</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;I&gt;QlikVIew functions like exists() are not supported in SQL statements - your database and your ODBC driver have no idea about QlikView functions.&lt;/I&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Aug 2009 20:13:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-does-this-join-work/m-p/160045#M34455</guid>
      <dc:creator>amien</dc:creator>
      <dc:date>2009-08-18T20:13:07Z</dc:date>
    </item>
    <item>
      <title>how does this join work?</title>
      <link>https://community.qlik.com/t5/QlikView/how-does-this-join-work/m-p/160046#M34456</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;fixed this with a normal JOIN ON SQL statement .. thanks for the EXISTS tip anyway .. didnt knew that one&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Aug 2009 23:44:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-does-this-join-work/m-p/160046#M34456</guid>
      <dc:creator>amien</dc:creator>
      <dc:date>2009-08-18T23:44:24Z</dc:date>
    </item>
  </channel>
</rss>

