<?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: Incremental Load in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Incremental-Load/m-p/722446#M673826</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i mean to say here is to achive data after deletion of record( for new Data)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you need to follow those steps but condition is not on Max date .its based on primary key.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 22 Jul 2014 09:14:04 GMT</pubDate>
    <dc:creator>SunilChauhan</dc:creator>
    <dc:date>2014-07-22T09:14:04Z</dc:date>
    <item>
      <title>Incremental Load</title>
      <link>https://community.qlik.com/t5/QlikView/Incremental-Load/m-p/722442#M673822</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;&lt;/P&gt;&lt;P&gt;can anybody clear my doubt on Incremental load with "Insert ,Update and Delete" concept, i have done all the concepts of incremental load (Insert only,Insert and Update,Insert ,Update and delete)&lt;/P&gt;&lt;P&gt;I have followed these steps to complete this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Process1:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;1&lt;/STRONG&gt;.Loading initial data into the qlikview app&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;2&lt;/STRONG&gt;.storing data into QVD file&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;3&lt;/STRONG&gt;.Finding max date from the existing QVD (on initial data)&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;4&lt;/STRONG&gt;.fetching data from data source on max date&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;5&lt;/STRONG&gt;.concatenating new records with existing records&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;6&lt;/STRONG&gt;.finally updating QVD with all records&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for Delete,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have added the below step&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;7.&lt;/STRONG&gt; performed Inner join on the actual data source with updated QVD.&lt;/P&gt;&lt;P&gt;so it has completed my task end to end for "Insert,Update and Delete" functionality.&lt;/P&gt;&lt;P&gt;but, i have raised with a doubt in myself that , why we need to follow step by step as described above to fetch (New ,Updated and Deleted) data into the QVD.&lt;/P&gt;&lt;P&gt;can't we go with the below steps instead of following all 7 steps :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Process 2:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;1.Loading initial data into the qlikview app&lt;/P&gt;&lt;P&gt;7. performed Inner join on the actual data source with either from QVD/Initial data source.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any difference would be done from &lt;STRONG&gt;Process 1&lt;/STRONG&gt; to &lt;STRONG&gt;Process 2&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;Charitha.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Jul 2014 08:38:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Incremental-Load/m-p/722442#M673822</guid>
      <dc:creator />
      <dc:date>2014-07-22T08:38:14Z</dc:date>
    </item>
    <item>
      <title>Re: Incremental Load</title>
      <link>https://community.qlik.com/t5/QlikView/Incremental-Load/m-p/722443#M673823</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Process 2 can be for DElete&amp;nbsp; not for insert and update.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;beacuse inner join take matches from first and second&amp;nbsp; Tables.it will find common records based out key field&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Jul 2014 08:45:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Incremental-Load/m-p/722443#M673823</guid>
      <dc:creator>SunilChauhan</dc:creator>
      <dc:date>2014-07-22T08:45:42Z</dc:date>
    </item>
    <item>
      <title>Re: Incremental Load</title>
      <link>https://community.qlik.com/t5/QlikView/Incremental-Load/m-p/722444#M673824</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, for Delete only, we can go with Process 2 than Process 1.but i have doubt that is there any difference&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;charitha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Jul 2014 08:50:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Incremental-Load/m-p/722444#M673824</guid>
      <dc:creator />
      <dc:date>2014-07-22T08:50:03Z</dc:date>
    </item>
    <item>
      <title>Re: Incremental Load</title>
      <link>https://community.qlik.com/t5/QlikView/Incremental-Load/m-p/722445#M673825</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;but how to achieve table which you are suppose to do inner join with initial or historical data???&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Jul 2014 09:11:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Incremental-Load/m-p/722445#M673825</guid>
      <dc:creator>SunilChauhan</dc:creator>
      <dc:date>2014-07-22T09:11:09Z</dc:date>
    </item>
    <item>
      <title>Re: Incremental Load</title>
      <link>https://community.qlik.com/t5/QlikView/Incremental-Load/m-p/722446#M673826</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i mean to say here is to achive data after deletion of record( for new Data)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you need to follow those steps but condition is not on Max date .its based on primary key.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Jul 2014 09:14:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Incremental-Load/m-p/722446#M673826</guid>
      <dc:creator>SunilChauhan</dc:creator>
      <dc:date>2014-07-22T09:14:04Z</dc:date>
    </item>
    <item>
      <title>Re: Incremental Load</title>
      <link>https://community.qlik.com/t5/QlikView/Incremental-Load/m-p/722447#M673827</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Lakshmi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In &lt;STRONG&gt;Process 2&lt;/STRONG&gt;, step 1 must be full Load other wise you can't insert &amp;amp; update the records. So its full load, there is no Incremental load.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can follow any method, but finally we can end up with only one method based on Reload time factor.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Jul 2014 18:01:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Incremental-Load/m-p/722447#M673827</guid>
      <dc:creator />
      <dc:date>2014-07-22T18:01:47Z</dc:date>
    </item>
  </channel>
</rss>

