<?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: How Delete work's in Insert, Update &amp; Delete method of Incremental Load? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-Delete-work-s-in-Insert-Update-Delete-method-of-Incremental/m-p/2086308#M1224083</link>
    <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/6213"&gt;@amars&lt;/a&gt;&amp;nbsp;Good Day, Did you ever get a solution to this query as I have the same issue because my inner join is not deleting the records.&lt;/P&gt;</description>
    <pubDate>Wed, 21 Jun 2023 12:42:18 GMT</pubDate>
    <dc:creator>SanjeevR</dc:creator>
    <dc:date>2023-06-21T12:42:18Z</dc:date>
    <item>
      <title>How Delete work's in Insert, Update &amp; Delete method of Incremental Load?</title>
      <link>https://community.qlik.com/t5/QlikView/How-Delete-work-s-in-Insert-Update-Delete-method-of-Incremental/m-p/211052#M65437</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;In Insert, Update &amp;amp; Delete method of Incremental load, I couldn't understand how Delete work's. Please if any one could tell me that? As per the reference manual&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Script example:&lt;/P&gt;&lt;P&gt;Let ThisExecTime = Now();&lt;/P&gt;&lt;P&gt;QV_Table:&lt;/P&gt;&lt;P&gt;SQL SELECT PrimaryKey, X, Y FROM DB_TABLE WHERE ModificationTime &amp;gt;= #$(LastExecTime)#&lt;/P&gt;&lt;P&gt;AND ModificationTime &amp;lt; #$(ThisExecTime)#;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Concatenate LOAD PrimaryKey, X, Y FROM File.QVD&lt;/P&gt;&lt;P&gt;WHERE NOT EXISTS(PrimaryKey);&lt;/P&gt;&lt;P&gt;Inner Join SQL SELECT PrimaryKey FROM DB_TABLE;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If ScriptErrorCount = 0 then&lt;/P&gt;&lt;P&gt;STORE QV_Table INTO File.QVD;&lt;/P&gt;&lt;P&gt;Let LastExecTime = ThisExecTime;&lt;/P&gt;&lt;P&gt;End If&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;But where it has code for Delete?&lt;/P&gt;&lt;P&gt;Thanks In advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Apr 2011 11:23:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-Delete-work-s-in-Insert-Update-Delete-method-of-Incremental/m-p/211052#M65437</guid>
      <dc:creator>amars</dc:creator>
      <dc:date>2011-04-12T11:23:47Z</dc:date>
    </item>
    <item>
      <title>How Delete work's in Insert, Update &amp; Delete method of Incremental Load?</title>
      <link>https://community.qlik.com/t5/QlikView/How-Delete-work-s-in-Insert-Update-Delete-method-of-Incremental/m-p/211053#M65438</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Amar,&lt;/P&gt;&lt;P&gt;the inner Join method was used to remove the deleted records from the QVD file.&lt;/P&gt;&lt;P&gt;inner join will return only the common records in both the table.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Apr 2011 12:44:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-Delete-work-s-in-Insert-Update-Delete-method-of-Incremental/m-p/211053#M65438</guid>
      <dc:creator />
      <dc:date>2011-04-12T12:44:06Z</dc:date>
    </item>
    <item>
      <title>How Delete work's in Insert, Update &amp; Delete method of Incremental Load?</title>
      <link>https://community.qlik.com/t5/QlikView/How-Delete-work-s-in-Insert-Update-Delete-method-of-Incremental/m-p/211054#M65439</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gopinathan,&lt;/P&gt;&lt;P&gt;Can u explain in brief, how the inner join will remove the deleted records.&lt;/P&gt;&lt;P&gt;Inner Join SQL SELECT PrimaryKey FROM DB_TABLE;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Apr 2011 12:55:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-Delete-work-s-in-Insert-Update-Delete-method-of-Incremental/m-p/211054#M65439</guid>
      <dc:creator>amars</dc:creator>
      <dc:date>2011-04-12T12:55:10Z</dc:date>
    </item>
    <item>
      <title>Re: How Delete work's in Insert, Update &amp; Delete method of Incremental Load?</title>
      <link>https://community.qlik.com/t5/QlikView/How-Delete-work-s-in-Insert-Update-Delete-method-of-Incremental/m-p/2086308#M1224083</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/6213"&gt;@amars&lt;/a&gt;&amp;nbsp;Good Day, Did you ever get a solution to this query as I have the same issue because my inner join is not deleting the records.&lt;/P&gt;</description>
      <pubDate>Wed, 21 Jun 2023 12:42:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-Delete-work-s-in-Insert-Update-Delete-method-of-Incremental/m-p/2086308#M1224083</guid>
      <dc:creator>SanjeevR</dc:creator>
      <dc:date>2023-06-21T12:42:18Z</dc:date>
    </item>
  </channel>
</rss>

