<?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: Retrieve lines which exist juste in one table in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Retrieve-lines-which-exist-juste-in-one-table/m-p/841034#M1006760</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 exist()&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 12 May 2015 09:09:52 GMT</pubDate>
    <dc:creator>PrashantSangle</dc:creator>
    <dc:date>2015-05-12T09:09:52Z</dc:date>
    <item>
      <title>Retrieve lines which exist juste in one table</title>
      <link>https://community.qlik.com/t5/QlikView/Retrieve-lines-which-exist-juste-in-one-table/m-p/841033#M1006759</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If i have two table&lt;/P&gt;&lt;P&gt;Table 1&lt;/P&gt;&lt;P&gt;A, B&lt;/P&gt;&lt;P&gt;1,5&lt;/P&gt;&lt;P&gt;2,8&lt;/P&gt;&lt;P&gt;3,9&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table 2&lt;/P&gt;&lt;P&gt;A,C&lt;/P&gt;&lt;P&gt;1,10&lt;/P&gt;&lt;P&gt;7, 14&lt;/P&gt;&lt;P&gt;0,0&lt;/P&gt;&lt;P&gt; I want retrieve juste the lines which exists in Table 1 but not exist in Table 2, How I have to proceed ?&lt;/P&gt;&lt;P&gt;in the above example, i have to retrieve (&lt;/P&gt;&lt;P&gt;2,8&lt;/P&gt;&lt;P&gt;3,9&lt;/P&gt;&lt;P&gt;)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance for your help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 May 2015 09:06:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Retrieve-lines-which-exist-juste-in-one-table/m-p/841033#M1006759</guid>
      <dc:creator />
      <dc:date>2015-05-12T09:06:07Z</dc:date>
    </item>
    <item>
      <title>Re: Retrieve lines which exist juste in one table</title>
      <link>https://community.qlik.com/t5/QlikView/Retrieve-lines-which-exist-juste-in-one-table/m-p/841034#M1006760</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 exist()&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 May 2015 09:09:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Retrieve-lines-which-exist-juste-in-one-table/m-p/841034#M1006760</guid>
      <dc:creator>PrashantSangle</dc:creator>
      <dc:date>2015-05-12T09:09:52Z</dc:date>
    </item>
    <item>
      <title>Re: Retrieve lines which exist juste in one table</title>
      <link>https://community.qlik.com/t5/QlikView/Retrieve-lines-which-exist-juste-in-one-table/m-p/841035#M1006761</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;Try like&lt;/P&gt;&lt;P&gt;Table2&lt;/P&gt;&lt;P&gt;load * from table2;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;noconcatenate&lt;/P&gt;&lt;P&gt;FinalTable1:&lt;/P&gt;&lt;P&gt;load * from table1&lt;/P&gt;&lt;P&gt;where not exist(A,A)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 May 2015 09:12:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Retrieve-lines-which-exist-juste-in-one-table/m-p/841035#M1006761</guid>
      <dc:creator>PrashantSangle</dc:creator>
      <dc:date>2015-05-12T09:12:15Z</dc:date>
    </item>
    <item>
      <title>Re: Retrieve lines which exist juste in one table</title>
      <link>https://community.qlik.com/t5/QlikView/Retrieve-lines-which-exist-juste-in-one-table/m-p/841036#M1006762</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your answer.&lt;/P&gt;&lt;P&gt;I thinks exist works just for one field. for me i have 6 fields &lt;SPAN class="ellipsis_text" dir="ltr"&gt;in common like this :&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="ellipsis_text" dir="ltr"&gt;&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN class="ellipsis_text" dir="ltr"&gt;Table 1&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="ellipsis_text" dir="ltr"&gt;A,B, C,D, E, F, Y&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="ellipsis_text" dir="ltr"&gt;1, 2, 3,4,&amp;nbsp; 5, 6,&amp;nbsp; 0&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="ellipsis_text" dir="ltr"&gt;2, 4,6 ,8, 10,12, 1&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="ellipsis_text" dir="ltr"&gt;3, 6, 9,12,15,18,&amp;nbsp; 2&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="ellipsis_text" dir="ltr"&gt;&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN class="ellipsis_text" dir="ltr"&gt;Table 2&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="ellipsis_text" dir="ltr"&gt;&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN class="ellipsis_text" dir="ltr"&gt;A,B, C,D, E, F, Z&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="ellipsis_text" dir="ltr"&gt;1, 2, 3,4,&amp;nbsp; 5, 6,&amp;nbsp; 0&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="ellipsis_text" dir="ltr"&gt;&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN class="ellipsis_text" dir="ltr"&gt;the resullts must be : &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="ellipsis_text" dir="ltr"&gt;2, 4,6 ,8, 10,12, 1&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="ellipsis_text" dir="ltr"&gt;3, 6, 9,12,15,18,&amp;nbsp; 2&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="ellipsis_text" dir="ltr"&gt;&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN class="ellipsis_text" dir="ltr"&gt;Best regards&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="ellipsis_text" dir="ltr"&gt;&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN class="ellipsis_text" dir="ltr"&gt;&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN class="ellipsis_text" dir="ltr"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 May 2015 10:13:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Retrieve-lines-which-exist-juste-in-one-table/m-p/841036#M1006762</guid>
      <dc:creator />
      <dc:date>2015-05-12T10:13:03Z</dc:date>
    </item>
    <item>
      <title>Re: Retrieve lines which exist juste in one table</title>
      <link>https://community.qlik.com/t5/QlikView/Retrieve-lines-which-exist-juste-in-one-table/m-p/841037#M1006763</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;Using WHERE NOT EXISTS should give you your result&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;LOAD&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; * &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Inline&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[&lt;BR /&gt;A, B&lt;BR /&gt;1,5&lt;BR /&gt;2,8&lt;BR /&gt;3,9&lt;BR /&gt;]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;;&lt;BR /&gt; Table2:&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;LOAD&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; * &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Inline&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[&lt;BR /&gt;A,C&lt;BR /&gt;1,10&lt;BR /&gt;7, 14&lt;BR /&gt;0,0&lt;BR /&gt;]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Where&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;NOT&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Exists&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;A&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;A&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;);&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 May 2015 10:25:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Retrieve-lines-which-exist-juste-in-one-table/m-p/841037#M1006763</guid>
      <dc:creator>Gabriel</dc:creator>
      <dc:date>2015-05-12T10:25:24Z</dc:date>
    </item>
    <item>
      <title>Re: Retrieve lines which exist juste in one table</title>
      <link>https://community.qlik.com/t5/QlikView/Retrieve-lines-which-exist-juste-in-one-table/m-p/841038#M1006764</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;Try using &lt;STRONG&gt;OR&lt;/STRONG&gt; /&lt;STRONG&gt;And&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;in where clause.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;like not exists(A,A) or Exists(B,B)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 May 2015 10:28:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Retrieve-lines-which-exist-juste-in-one-table/m-p/841038#M1006764</guid>
      <dc:creator>PrashantSangle</dc:creator>
      <dc:date>2015-05-12T10:28:43Z</dc:date>
    </item>
    <item>
      <title>Re: Retrieve lines which exist juste in one table</title>
      <link>https://community.qlik.com/t5/QlikView/Retrieve-lines-which-exist-juste-in-one-table/m-p/841039#M1006766</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;Table2:&lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style="color: blue; font-size: 9.0pt; font-family: 'Courier New';"&gt;Load&lt;/STRONG&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt; *,&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;A&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;&amp;amp;&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;B&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;&amp;amp;&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;C&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;&amp;amp;&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;D&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;&amp;amp; &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;E&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;&amp;amp; &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;F&lt;/SPAN&gt; &lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;As&lt;/SPAN&gt; &lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;Key&lt;/SPAN&gt; &lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;Inline&lt;/SPAN&gt; &lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;[&lt;BR /&gt; A,B, C,D, E, F, Z&lt;BR /&gt; 1, 2, 3,4,&amp;nbsp; 5, 6,&amp;nbsp; 0 ]&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;;&lt;BR /&gt; &lt;BR /&gt; Table1:&lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style="color: blue; font-size: 9.0pt; font-family: 'Courier New';"&gt;Load&lt;/STRONG&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt; * &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;Where&lt;/SPAN&gt; &lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;Not&lt;/SPAN&gt; &lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;Exists&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;Key&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;);&lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style="color: blue; font-size: 9.0pt; font-family: 'Courier New';"&gt;Load&lt;/STRONG&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt; *,&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;A&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;&amp;amp;&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;B&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;&amp;amp;&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;C&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;&amp;amp;&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;D&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;&amp;amp; &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;E&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;&amp;amp; &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;F&lt;/SPAN&gt; &lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;As&lt;/SPAN&gt; &lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;Key&lt;/SPAN&gt; &lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;Inline&lt;/SPAN&gt; &lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;[&lt;BR /&gt; A,B, C,D, E, F, Y&lt;BR /&gt; 1, 2, 3,4,&amp;nbsp; 5, 6,&amp;nbsp; 0&lt;BR /&gt; 2, 4,6 ,8, 10,12, 1&lt;BR /&gt; 3,6, 9,12,15,18,&amp;nbsp; 2&lt;BR /&gt; ]&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt; ;&lt;BR /&gt; &lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style="color: blue; font-size: 9.0pt; font-family: 'Courier New';"&gt;Drop&lt;/STRONG&gt; &lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;Table&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt; Table2;&lt;BR /&gt; &lt;BR /&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 May 2015 10:55:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Retrieve-lines-which-exist-juste-in-one-table/m-p/841039#M1006766</guid>
      <dc:creator>anbu1984</dc:creator>
      <dc:date>2015-05-12T10:55:26Z</dc:date>
    </item>
  </channel>
</rss>

