<?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 Incremental Load in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Incremental-Load/m-p/297480#M110327</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We are using stored Procedures (developed in sql server2008 )for fetching data in qlikview Reports. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please can anyone tell me how to do incremental load and also storing earlier fetched data.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 20 Feb 2012 05:33:50 GMT</pubDate>
    <dc:creator />
    <dc:date>2012-02-20T05:33:50Z</dc:date>
    <item>
      <title>Incremental Load</title>
      <link>https://community.qlik.com/t5/QlikView/Incremental-Load/m-p/297480#M110327</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We are using stored Procedures (developed in sql server2008 )for fetching data in qlikview Reports. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please can anyone tell me how to do incremental load and also storing earlier fetched data.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Feb 2012 05:33:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Incremental-Load/m-p/297480#M110327</guid>
      <dc:creator />
      <dc:date>2012-02-20T05:33:50Z</dc:date>
    </item>
    <item>
      <title>Incremental Load</title>
      <link>https://community.qlik.com/t5/QlikView/Incremental-Load/m-p/297481#M110328</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;Incremental loading is a big concept, you can found the examples of all types of incremental loading in Qlikview Help file and also in Qlikview reference file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Feb 2012 09:23:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Incremental-Load/m-p/297481#M110328</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2012-02-20T09:23:18Z</dc:date>
    </item>
    <item>
      <title>Incremental Load</title>
      <link>https://community.qlik.com/t5/QlikView/Incremental-Load/m-p/297482#M110329</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I tried many examples, but it is not working.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I found some examples where it is picking data directly from the table (means select statement is written direclty in the QV script.). But we are calling stored procedures.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So please help us on that front.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Mar 2012 06:58:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Incremental-Load/m-p/297482#M110329</guid>
      <dc:creator />
      <dc:date>2012-03-01T06:58:30Z</dc:date>
    </item>
    <item>
      <title>Re: Incremental Load</title>
      <link>https://community.qlik.com/t5/QlikView/Incremental-Load/m-p/297483#M110330</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;Select Statement should fetch only latest data, it should not fetch all the data.&amp;nbsp; For implementing the Incremental load you should have a field like LastModifiedOn, which specifies you date of last modification of the record.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you use stored procedure your stored procedure should fetch only the latest data, or you need to filter the latest data in qlikview.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For implementing Incremental Load, you have to fetch latest records based on the date field and last reload time.&lt;/P&gt;&lt;P&gt;Now concatenate the existing records in QVD.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For better understanding you can go through this concepts in Help you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Mar 2012 07:10:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Incremental-Load/m-p/297483#M110330</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2012-03-01T07:10:32Z</dc:date>
    </item>
    <item>
      <title>Re: Incremental Load</title>
      <link>https://community.qlik.com/t5/QlikView/Incremental-Load/m-p/297484#M110331</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Incremental load can only happen with stored procedure if there is possibility to pass date to procedure and inside you have compared it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; For more details about the incremental load have look in to the attached ppt.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps&lt;/P&gt;&lt;P&gt;Celambarasan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Mar 2012 07:16:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Incremental-Load/m-p/297484#M110331</guid>
      <dc:creator>CELAMBARASAN</dc:creator>
      <dc:date>2012-03-01T07:16:52Z</dc:date>
    </item>
    <item>
      <title>Incremental Load</title>
      <link>https://community.qlik.com/t5/QlikView/Incremental-Load/m-p/297485#M110332</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Done&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Apr 2012 09:17:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Incremental-Load/m-p/297485#M110332</guid>
      <dc:creator />
      <dc:date>2012-04-09T09:17:46Z</dc:date>
    </item>
  </channel>
</rss>

