<?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: Incrementalload in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Incrementalload/m-p/626466#M1092401</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I need simple script to understand functionality for updation and deletion is there.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&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>Fri, 23 May 2014 18:09:18 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-05-23T18:09:18Z</dc:date>
    <item>
      <title>Incrementalload</title>
      <link>https://community.qlik.com/t5/QlikView/Incrementalload/m-p/626464#M1092399</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;EM&gt;Hi can any body provide me executable incremental load for updation and deletion is there in Db&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 May 2014 17:02:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Incrementalload/m-p/626464#M1092399</guid>
      <dc:creator />
      <dc:date>2014-05-23T17:02:21Z</dc:date>
    </item>
    <item>
      <title>Re: Incrementalload</title>
      <link>https://community.qlik.com/t5/QlikView/Incrementalload/m-p/626465#M1092400</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What do you mean by Executable incremental load script, you can find this script in the resource location also.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 May 2014 18:05:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Incrementalload/m-p/626465#M1092400</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2014-05-23T18:05:21Z</dc:date>
    </item>
    <item>
      <title>Re: Incrementalload</title>
      <link>https://community.qlik.com/t5/QlikView/Incrementalload/m-p/626466#M1092401</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I need simple script to understand functionality for updation and deletion is there.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&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>Fri, 23 May 2014 18:09:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Incrementalload/m-p/626466#M1092401</guid>
      <dc:creator />
      <dc:date>2014-05-23T18:09:18Z</dc:date>
    </item>
    <item>
      <title>Re: Incrementalload</title>
      <link>https://community.qlik.com/t5/QlikView/Incrementalload/m-p/626467#M1092402</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you want to reload only pre-defined values, try to use where condition in locad script.&lt;/P&gt;&lt;P&gt;Another option is use a column flag like "wasmodified" or "datamodified" to incremental load.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 May 2014 18:46:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Incrementalload/m-p/626467#M1092402</guid>
      <dc:creator>Ricardo_Gerhard</dc:creator>
      <dc:date>2014-05-23T18:46:06Z</dc:date>
    </item>
    <item>
      <title>Re: Incrementalload</title>
      <link>https://community.qlik.com/t5/QlikView/Incrementalload/m-p/626468#M1092403</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;copied from Qlikview online help&lt;/P&gt;&lt;P&gt;(search incremental load)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;H3&gt;&lt;A name="kanchor969"&gt;&lt;/A&gt;&lt;A name="Insert__Update_and_Delete"&gt;&lt;/A&gt;Case 4: Insert, Update and Delete&lt;/H3&gt;&lt;P&gt;The most difficult case to handle is when records are actually deleted from the source database between script executions. The following conditions apply: &lt;/P&gt;&lt;UL&gt;&lt;LI&gt; The data source can be any database.&amp;nbsp; &lt;/LI&gt;&lt;LI&gt; QlikView &lt;SPAN style="background-color: #0a246a; color: #ffffff;"&gt;loads&lt;/SPAN&gt; records inserted into the database or updated in the database after the last script execution.&amp;nbsp; &lt;/LI&gt;&lt;LI&gt; QlikView removes records deleted from the database after the last script execution.&amp;nbsp; &lt;/LI&gt;&lt;LI&gt; A field ModificationDate (or similar) is required for QlikView to recognize which records are new.&amp;nbsp; &lt;/LI&gt;&lt;LI&gt; A primary key field is required for QlikView to sort out updated records from the QVD file.&amp;nbsp; &lt;/LI&gt;&lt;LI&gt; This solution will force the reading of the QVD file to standard mode (rather than optimized), which is still considerably faster than &lt;SPAN style="background-color: #0a246a; color: #ffffff;"&gt;loading&lt;/SPAN&gt; the entire database. &lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;IMG border="0" class="jiveImage" style="border-style: none;" /&gt; &lt;/P&gt;&lt;P class="example"&gt;Script Example:&lt;/P&gt;&lt;P class="Code"&gt;Let ThisExecTime = Now( ); &lt;/P&gt;&lt;P class="Code"&gt;&lt;/P&gt;&lt;P class="Code"&gt;&lt;SPAN style="font-style: italic;"&gt;QV_Table&lt;/SPAN&gt;:&lt;/P&gt;&lt;P class="Code"&gt;SQL SELECT PrimaryKey, X, Y FROM DB_TABLE&lt;/P&gt;&lt;P class="Code"&gt;WHERE ModificationTime &amp;gt;= #$(LastExecTime)#&lt;/P&gt;&lt;P class="Code"&gt;AND ModificationTime &amp;lt; #$(ThisExecTime)#;&lt;/P&gt;&lt;P class="Code"&gt;&lt;/P&gt;&lt;P class="Code"&gt;Concatenate &lt;SPAN style="background-color: #0a246a; color: #ffffff;"&gt;LOAD&lt;/SPAN&gt; PrimaryKey, X, Y FROM File.QVD&lt;/P&gt;&lt;P class="Code"&gt;WHERE NOT EXISTS(PrimaryKey);&lt;/P&gt;&lt;P class="Code"&gt;&lt;/P&gt;&lt;P class="Code"&gt;Inner Join SQL SELECT PrimaryKey FROM DB_TABLE;&lt;/P&gt;&lt;P class="Code"&gt;&lt;/P&gt;&lt;P class="Code"&gt;If ScriptErrorCount = 0 then &lt;/P&gt;&lt;P class="Code"&gt;STORE QV_Table INTO File.QVD;&lt;/P&gt;&lt;P class="Code"&gt;Let LastExecTime = ThisExecTime; &lt;/P&gt;&lt;P class="Code"&gt;End If&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 May 2014 18:50:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Incrementalload/m-p/626468#M1092403</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2014-05-23T18:50:29Z</dc:date>
    </item>
    <item>
      <title>Re: Incrementalload</title>
      <link>https://community.qlik.com/t5/QlikView/Incrementalload/m-p/626469#M1092404</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;your answer is good.i need code for that.&lt;/P&gt;&lt;P&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>Sat, 24 May 2014 09:24:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Incrementalload/m-p/626469#M1092404</guid>
      <dc:creator />
      <dc:date>2014-05-24T09:24:12Z</dc:date>
    </item>
  </channel>
</rss>

