<?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: where not exists and only get one line in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/where-not-exists-and-only-get-one-line/m-p/1276793#M1293120</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Stefan, &lt;/P&gt;&lt;P&gt;I had a similar issue as Jessica today and I could adapt your solution to work for me.&amp;nbsp; &lt;/P&gt;&lt;P&gt;Thank you, very much appreciated. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 26 Aug 2017 04:34:33 GMT</pubDate>
    <dc:creator>johngouws</dc:creator>
    <dc:date>2017-08-26T04:34:33Z</dc:date>
    <item>
      <title>where not exists and only get one line</title>
      <link>https://community.qlik.com/t5/QlikView/where-not-exists-and-only-get-one-line/m-p/1276788#M1293111</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi I have incremental reload with where not exists syntax.&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;But I am getting only one record for the history.&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;I have been doing WHERE NOT EXISTS for many times, this is the first time I've seen this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;//today&lt;/P&gt;&lt;P&gt;LOAD Account,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Blalance,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; PRCS_DTE&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;[..\03_QVD\Table_Incr.qvd]&lt;/P&gt;&lt;P&gt;(qvd);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;//History&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;LOAD Account,&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Blalance,&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; PRCS_DTE&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;FROM&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;[..\03_QVD\Table.qvd]&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;(qvd)&lt;/P&gt;&lt;P&gt;WHERE NOT EXISTS (PRCS_DTE)&lt;/P&gt;&lt;P&gt;;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="151646" alt="where_exists.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/151646_where_exists.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Jan 2026 18:19:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/where-not-exists-and-only-get-one-line/m-p/1276788#M1293111</guid>
      <dc:creator />
      <dc:date>2026-01-26T18:19:17Z</dc:date>
    </item>
    <item>
      <title>Re: where not exists and only get one line</title>
      <link>https://community.qlik.com/t5/QlikView/where-not-exists-and-only-get-one-line/m-p/1276789#M1293113</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That's because the symbol table will be updated as soon as the first record with a new PRCS_DTE value is loaded in (i.e. it is updated during the LOAD, not at the end of the statement).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hence WHERE NOT EXISTS returns false for any following record with the same value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;LOAD Account,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Blalance,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; PRCS_DTE,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; PRCS_DTE as PRCS_TODAY&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;FROM&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;[..\03_QVD\Table_Incr.qvd]&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;(qvd);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;//History&lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;LOAD Account,&lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Blalance,&lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; PRCS_DTE&lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;FROM&lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;[..\03_QVD\Table.qvd]&lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;(qvd)&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;WHERE NOT EXISTS (PRCS_TODAY, PRCS_DTE);&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;DROP FIELD &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;PRCS_TODAY&lt;/SPAN&gt;;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Feb 2017 21:04:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/where-not-exists-and-only-get-one-line/m-p/1276789#M1293113</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2017-02-01T21:04:56Z</dc:date>
    </item>
    <item>
      <title>Re: where not exists and only get one line</title>
      <link>https://community.qlik.com/t5/QlikView/where-not-exists-and-only-get-one-line/m-p/1276790#M1293115</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Stefan, what does "&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;symbol table&lt;/SPAN&gt;" mean? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Feb 2017 21:51:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/where-not-exists-and-only-get-one-line/m-p/1276790#M1293115</guid>
      <dc:creator />
      <dc:date>2017-02-01T21:51:08Z</dc:date>
    </item>
    <item>
      <title>Re: where not exists and only get one line</title>
      <link>https://community.qlik.com/t5/QlikView/where-not-exists-and-only-get-one-line/m-p/1276791#M1293116</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That's where the distinct field values are stored:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-blogpost/2848"&gt;Symbol Tables and Bit-Stuffed Pointers&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Feb 2017 21:54:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/where-not-exists-and-only-get-one-line/m-p/1276791#M1293116</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2017-02-01T21:54:32Z</dc:date>
    </item>
    <item>
      <title>Re: where not exists and only get one line</title>
      <link>https://community.qlik.com/t5/QlikView/where-not-exists-and-only-get-one-line/m-p/1276792#M1293118</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you very much! Tremendously helpful!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Feb 2017 22:00:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/where-not-exists-and-only-get-one-line/m-p/1276792#M1293118</guid>
      <dc:creator />
      <dc:date>2017-02-01T22:00:30Z</dc:date>
    </item>
    <item>
      <title>Re: where not exists and only get one line</title>
      <link>https://community.qlik.com/t5/QlikView/where-not-exists-and-only-get-one-line/m-p/1276793#M1293120</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Stefan, &lt;/P&gt;&lt;P&gt;I had a similar issue as Jessica today and I could adapt your solution to work for me.&amp;nbsp; &lt;/P&gt;&lt;P&gt;Thank you, very much appreciated. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 26 Aug 2017 04:34:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/where-not-exists-and-only-get-one-line/m-p/1276793#M1293120</guid>
      <dc:creator>johngouws</dc:creator>
      <dc:date>2017-08-26T04:34:33Z</dc:date>
    </item>
    <item>
      <title>Re: where not exists and only get one line</title>
      <link>https://community.qlik.com/t5/QlikView/where-not-exists-and-only-get-one-line/m-p/1699374#M1293122</link>
      <description>&lt;P&gt;hi&amp;nbsp;&lt;/P&gt;&lt;P&gt;I created the new field but i still have the same problem.&lt;/P&gt;&lt;P&gt;I have a join statement in my first table, maybe this is the problem?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 06 May 2020 11:30:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/where-not-exists-and-only-get-one-line/m-p/1699374#M1293122</guid>
      <dc:creator>marypapadopoulou</dc:creator>
      <dc:date>2020-05-06T11:30:35Z</dc:date>
    </item>
  </channel>
</rss>

