<?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: Help in using not exists in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Help-in-using-not-exists/m-p/842770#M1004036</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;Use Approch suggested by Avinash&lt;/P&gt;&lt;P&gt;just make sure Exists() contain 2 parameter&lt;/P&gt;&lt;P&gt;the 1 st is field which you want to search for&lt;/P&gt;&lt;P&gt;and 2 nd field is your searching field&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;just make some modification in Avinash script&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TABLE1:&lt;BR /&gt;Load * inline&lt;BR /&gt;[&lt;/P&gt;&lt;P&gt;ID, score&lt;/P&gt;&lt;P&gt;1,100&lt;/P&gt;&lt;P&gt;2,600&lt;/P&gt;&lt;P&gt;3,300&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table2:&lt;BR /&gt;Load * inline&lt;BR /&gt;[&lt;/P&gt;&lt;P&gt;ID2, score&lt;/P&gt;&lt;P&gt;3,100&lt;/P&gt;&lt;P&gt;4,600&lt;/P&gt;&lt;P&gt;5,300&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NoConcatenate&lt;/P&gt;&lt;P&gt;fINAL_tABLE:&lt;BR /&gt;Load *&lt;BR /&gt;resident Table2&lt;BR /&gt;where &lt;BR /&gt;not existS(&lt;STRONG&gt;ID,ID2&lt;/STRONG&gt;);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 25 May 2015 09:53:46 GMT</pubDate>
    <dc:creator>PrashantSangle</dc:creator>
    <dc:date>2015-05-25T09:53:46Z</dc:date>
    <item>
      <title>Help in using not exists</title>
      <link>https://community.qlik.com/t5/QlikView/Help-in-using-not-exists/m-p/842767#M1004033</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have two tables in the script.&lt;/P&gt;&lt;P&gt;Table A: It has a master list of all the IDs.&lt;/P&gt;&lt;P&gt;Table B: It has some IDs which may or may not be present in the master ID list of Table A.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to create a third table where only those IDs would be loaded which are not present in the master table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Asma&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 May 2015 09:39:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-in-using-not-exists/m-p/842767#M1004033</guid>
      <dc:creator />
      <dc:date>2015-05-25T09:39:55Z</dc:date>
    </item>
    <item>
      <title>Re: Help in using not exists</title>
      <link>https://community.qlik.com/t5/QlikView/Help-in-using-not-exists/m-p/842768#M1004034</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Load * inline&lt;/P&gt;&lt;P&gt;[&lt;/P&gt;&lt;P&gt;ID, score&lt;/P&gt;&lt;P&gt;1,100&lt;/P&gt;&lt;P&gt;2,600&lt;/P&gt;&lt;P&gt;3,300&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table2:&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;[&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;ID2, score&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;3,100&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;4,600&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;5,300&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;];&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;Load *&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;resident &lt;SPAN style="font-size: 13.3333330154419px;"&gt;Table2&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;where &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;not exist (ID2,ID);&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 May 2015 09:43:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-in-using-not-exists/m-p/842768#M1004034</guid>
      <dc:creator>avinashelite</dc:creator>
      <dc:date>2015-05-25T09:43:50Z</dc:date>
    </item>
    <item>
      <title>Re: Help in using not exists</title>
      <link>https://community.qlik.com/t5/QlikView/Help-in-using-not-exists/m-p/842769#M1004035</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Table A: It has a master list of all the IDs.&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;So, Table A contains all the ID's&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;those MSIDs would be loaded which are not present in the master table&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;But you just said that Table A contains all the ID's. So there cannot be ID's that do not exist in the master table.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 May 2015 09:49:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-in-using-not-exists/m-p/842769#M1004035</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2015-05-25T09:49:53Z</dc:date>
    </item>
    <item>
      <title>Re: Help in using not exists</title>
      <link>https://community.qlik.com/t5/QlikView/Help-in-using-not-exists/m-p/842770#M1004036</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;Use Approch suggested by Avinash&lt;/P&gt;&lt;P&gt;just make sure Exists() contain 2 parameter&lt;/P&gt;&lt;P&gt;the 1 st is field which you want to search for&lt;/P&gt;&lt;P&gt;and 2 nd field is your searching field&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;just make some modification in Avinash script&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TABLE1:&lt;BR /&gt;Load * inline&lt;BR /&gt;[&lt;/P&gt;&lt;P&gt;ID, score&lt;/P&gt;&lt;P&gt;1,100&lt;/P&gt;&lt;P&gt;2,600&lt;/P&gt;&lt;P&gt;3,300&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table2:&lt;BR /&gt;Load * inline&lt;BR /&gt;[&lt;/P&gt;&lt;P&gt;ID2, score&lt;/P&gt;&lt;P&gt;3,100&lt;/P&gt;&lt;P&gt;4,600&lt;/P&gt;&lt;P&gt;5,300&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NoConcatenate&lt;/P&gt;&lt;P&gt;fINAL_tABLE:&lt;BR /&gt;Load *&lt;BR /&gt;resident Table2&lt;BR /&gt;where &lt;BR /&gt;not existS(&lt;STRONG&gt;ID,ID2&lt;/STRONG&gt;);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 May 2015 09:53:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-in-using-not-exists/m-p/842770#M1004036</guid>
      <dc:creator>PrashantSangle</dc:creator>
      <dc:date>2015-05-25T09:53:46Z</dc:date>
    </item>
    <item>
      <title>Re: Help in using not exists</title>
      <link>https://community.qlik.com/t5/QlikView/Help-in-using-not-exists/m-p/842771#M1004037</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Asma,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Here is a logic,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table_A:&lt;/P&gt;&lt;P&gt;LOAD IDs&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;&lt;E&gt;&lt;/E&gt;&lt;/P&gt;&lt;P&gt;(ooxml, embedded labels, table is Sheet1)&lt;/P&gt;&lt;P&gt;Where NOT Exists(IDs);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Right Join (Table_A)&lt;/P&gt;&lt;P&gt;LOAD IDs&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;&lt;E&gt;&lt;/E&gt;&lt;/P&gt;&lt;P&gt;(ooxml, embedded labels, table is Sheet1)&lt;/P&gt;&lt;P&gt;Where NOT Exists(IDs);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindly find attached document for clear understanding.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;P&gt;Ishfaque Ahmed&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 May 2015 09:56:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-in-using-not-exists/m-p/842771#M1004037</guid>
      <dc:creator>engishfaque</dc:creator>
      <dc:date>2015-05-25T09:56:50Z</dc:date>
    </item>
  </channel>
</rss>

