<?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: Need help around Exists and Not exists in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Need-help-around-Exists-and-Not-exists/m-p/507617#M1146587</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks once again Kaushik.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks much Vish - I tried your sample data , now am clear..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Just to conclude: &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;TableA&lt;/P&gt;&lt;P&gt;Concatenate&lt;/P&gt;&lt;P&gt;TableB &lt;/P&gt;&lt;P&gt;Where not exists (id)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Exclude the values in B if its already there in A while joining with Table A&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 22 Jul 2013 11:27:56 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-07-22T11:27:56Z</dc:date>
    <item>
      <title>Need help around Exists and Not exists</title>
      <link>https://community.qlik.com/t5/QlikView/Need-help-around-Exists-and-Not-exists/m-p/507613#M1146583</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Pl find below my script script content.&amp;nbsp; I want to understand where not exists(deptid) functionality here.&lt;/P&gt;&lt;P&gt;Does this mean, the Deptid which is there in dept11.qvd (refer below the Concatenate) is not there in Dept.xlsx then merge these data ??&lt;/P&gt;&lt;P&gt;Can someone pl explain on this&amp;nbsp; ? If its EXISTS what will happen ??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Inc:&lt;/P&gt;&lt;P&gt;LOAD Deptid as Dep, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Deptname, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Location, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; last_upd&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;$(SD)Dept.xlsx&lt;/P&gt;&lt;P&gt;(ooxml, embedded labels, table is Delta)&lt;/P&gt;&lt;P&gt;WHERE last_upd &amp;gt;= $(vmaxdt);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Concatenate&lt;/P&gt;&lt;P&gt;LOAD Deptid, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Deptname, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Location, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; last_upd&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;$(SD)dept11.qvd(qvd)&lt;/P&gt;&lt;P&gt;WHERE NOT EXISTS(Deptid);&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Jul 2013 11:05:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-help-around-Exists-and-Not-exists/m-p/507613#M1146583</guid>
      <dc:creator />
      <dc:date>2013-07-22T11:05:15Z</dc:date>
    </item>
    <item>
      <title>Re: Need help around Exists and Not exists</title>
      <link>https://community.qlik.com/t5/QlikView/Need-help-around-Exists-and-Not-exists/m-p/507614#M1146584</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;see attached file for your help&lt;/P&gt;&lt;P&gt;POTENTIAL_QVD:&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; id,name&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1, dddk&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2,cck&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; join &lt;/P&gt;&lt;P&gt;POTENTIAL_EXCEL:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; id,name&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1, dk&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2,cck&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 3,ab&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 4,cd&lt;/P&gt;&lt;P&gt;]Where not Exists(id);&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Jul 2013 11:07:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-help-around-Exists-and-Not-exists/m-p/507614#M1146584</guid>
      <dc:creator />
      <dc:date>2013-07-22T11:07:57Z</dc:date>
    </item>
    <item>
      <title>Re: Need help around Exists and Not exists</title>
      <link>https://community.qlik.com/t5/QlikView/Need-help-around-Exists-and-Not-exists/m-p/507615#M1146585</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Attachment is missing , I guess.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is that a word doc ??&amp;nbsp; I can't open .qvw file &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Jul 2013 11:09:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-help-around-Exists-and-Not-exists/m-p/507615#M1146585</guid>
      <dc:creator />
      <dc:date>2013-07-22T11:09:48Z</dc:date>
    </item>
    <item>
      <title>Re: Need help around Exists and Not exists</title>
      <link>https://community.qlik.com/t5/QlikView/Need-help-around-Exists-and-Not-exists/m-p/507616#M1146586</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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; This script says.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; First load the data from excel.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Now load the data from QVD but only the Deptid which is not loaded earlier.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Let me explain with example.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Say I load Country (INDIA,US) earlier from a QVD.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Now I need to get the country which is not (INDIA and US)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; So i will use not Exist function.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Which says dont load the data which is loaded earlier.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Hope this is clear.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kaushik Solanki&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Jul 2013 11:10:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-help-around-Exists-and-Not-exists/m-p/507616#M1146586</guid>
      <dc:creator>kaushiknsolanki</dc:creator>
      <dc:date>2013-07-22T11:10:16Z</dc:date>
    </item>
    <item>
      <title>Re: Need help around Exists and Not exists</title>
      <link>https://community.qlik.com/t5/QlikView/Need-help-around-Exists-and-Not-exists/m-p/507617#M1146587</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks once again Kaushik.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks much Vish - I tried your sample data , now am clear..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Just to conclude: &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;TableA&lt;/P&gt;&lt;P&gt;Concatenate&lt;/P&gt;&lt;P&gt;TableB &lt;/P&gt;&lt;P&gt;Where not exists (id)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Exclude the values in B if its already there in A while joining with Table A&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Jul 2013 11:27:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-help-around-Exists-and-Not-exists/m-p/507617#M1146587</guid>
      <dc:creator />
      <dc:date>2013-07-22T11:27:56Z</dc:date>
    </item>
  </channel>
</rss>

