<?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: SQl Left join on null in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/SQl-Left-join-on-null/m-p/442036#M697158</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; You can use this query itself in qlikview. Before tat, Connect ur db to qlikview via ODBC or oledb connection, then use it..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TableName:&lt;/P&gt;&lt;P&gt;Load *;&lt;/P&gt;&lt;P&gt;Select &amp;lt;select_lisr&amp;gt;&amp;nbsp; from tableA A left join tableB B on A.key = B.Key&amp;nbsp;&amp;nbsp;&amp;nbsp; where B.Key is null;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then store it in the qvd for better performance. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Next time , instead of fetch data from db, use qvd file for better performance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 14 Mar 2013 14:33:49 GMT</pubDate>
    <dc:creator>MayilVahanan</dc:creator>
    <dc:date>2013-03-14T14:33:49Z</dc:date>
    <item>
      <title>SQl Left join on null</title>
      <link>https://community.qlik.com/t5/QlikView/SQl-Left-join-on-null/m-p/442035#M697157</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to perform with qlikview join the next SQL join statement?&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="34912" class="jive-image" alt="join.png" src="https://community.qlik.com/legacyfs/online/34912_join.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;tnx &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Mar 2013 14:28:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SQl-Left-join-on-null/m-p/442035#M697157</guid>
      <dc:creator>xtrimf</dc:creator>
      <dc:date>2013-03-14T14:28:35Z</dc:date>
    </item>
    <item>
      <title>Re: SQl Left join on null</title>
      <link>https://community.qlik.com/t5/QlikView/SQl-Left-join-on-null/m-p/442036#M697158</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; You can use this query itself in qlikview. Before tat, Connect ur db to qlikview via ODBC or oledb connection, then use it..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TableName:&lt;/P&gt;&lt;P&gt;Load *;&lt;/P&gt;&lt;P&gt;Select &amp;lt;select_lisr&amp;gt;&amp;nbsp; from tableA A left join tableB B on A.key = B.Key&amp;nbsp;&amp;nbsp;&amp;nbsp; where B.Key is null;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then store it in the qvd for better performance. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Next time , instead of fetch data from db, use qvd file for better performance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Mar 2013 14:33:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SQl-Left-join-on-null/m-p/442036#M697158</guid>
      <dc:creator>MayilVahanan</dc:creator>
      <dc:date>2013-03-14T14:33:49Z</dc:date>
    </item>
    <item>
      <title>Re: SQl Left join on null</title>
      <link>https://community.qlik.com/t5/QlikView/SQl-Left-join-on-null/m-p/442037#M697159</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can do like this&lt;/P&gt;&lt;P&gt;Table1:&lt;/P&gt;&lt;P&gt;Load Key,field1,field2 frok Table1 source;&lt;/P&gt;&lt;P&gt;Left Join(Table1)&lt;/P&gt;&lt;P&gt;Table2:&lt;/P&gt;&lt;P&gt;Load Key, Key As Key#,field3,field4 From Table2 Source;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table3:&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Key,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; field1,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; field2&lt;/P&gt;&lt;P&gt;Resident&lt;/P&gt;&lt;P&gt;Table1&lt;/P&gt;&lt;P&gt;Where Key# IS NULL;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Mar 2013 14:33:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SQl-Left-join-on-null/m-p/442037#M697159</guid>
      <dc:creator>CELAMBARASAN</dc:creator>
      <dc:date>2013-03-14T14:33:57Z</dc:date>
    </item>
    <item>
      <title>Re: SQl Left join on null</title>
      <link>https://community.qlik.com/t5/QlikView/SQl-Left-join-on-null/m-p/442038#M697160</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I did it this way ofcourse - but when doing it on millions of records it is not as friendly as the SQL query...&lt;/P&gt;&lt;P&gt;and I also need the right join to get the null value from there also...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Its not pretty &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Mar 2013 16:18:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SQl-Left-join-on-null/m-p/442038#M697160</guid>
      <dc:creator>xtrimf</dc:creator>
      <dc:date>2013-03-14T16:18:16Z</dc:date>
    </item>
    <item>
      <title>Re: SQl Left join on null</title>
      <link>https://community.qlik.com/t5/QlikView/SQl-Left-join-on-null/m-p/442039#M697161</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would do that If I had connection to SQL...&lt;/P&gt;&lt;P&gt;I'm working with QVDs&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Mar 2013 16:18:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SQl-Left-join-on-null/m-p/442039#M697161</guid>
      <dc:creator>xtrimf</dc:creator>
      <dc:date>2013-03-14T16:18:53Z</dc:date>
    </item>
  </channel>
</rss>

