<?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 must not overwrite previous records in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Incremental-load-must-not-overwrite-previous-records/m-p/1671962#M50828</link>
    <description>&lt;P&gt;Are you already doing this?&lt;/P&gt;&lt;P&gt;First load from the source with&amp;nbsp;&lt;EM&gt;where date = today() or&amp;nbsp;&amp;nbsp;where date &amp;gt;= today()&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;Then concatenate the qvd with&amp;nbsp;&lt;EM&gt;where date&amp;nbsp; &amp;lt; today()&lt;/EM&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 04 Feb 2020 06:17:41 GMT</pubDate>
    <dc:creator>jonathandienst</dc:creator>
    <dc:date>2020-02-04T06:17:41Z</dc:date>
    <item>
      <title>Incremental load must not overwrite previous records</title>
      <link>https://community.qlik.com/t5/App-Development/Incremental-load-must-not-overwrite-previous-records/m-p/1671863#M50815</link>
      <description>&lt;P&gt;Hi all,&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am stuck on this issue: I have a database for which I calculate the number of records (count(rowno()). Every day, the latest records have to be inserted, but not update the previous records. Just add the new data on that day.&amp;nbsp;&lt;/P&gt;&lt;P&gt;For example:&lt;/P&gt;&lt;P&gt;03/02 5000 records&lt;/P&gt;&lt;P&gt;04/02 5050 records&lt;/P&gt;&lt;P&gt;03/02 has to be kept.&amp;nbsp;&lt;/P&gt;&lt;P&gt;The problem I have is that '03/02' is overwritten by the new date.&amp;nbsp;&lt;/P&gt;&lt;P&gt;This date has to be left on the first row.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I first loaded the entire dataset, then I picked the max number of records in that dataset, then I'm loading where the latest records differ from the max.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can anyone please help me?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In attachment you find the incremental load. The first load is a load of the entire db.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!!&lt;/P&gt;</description>
      <pubDate>Tue, 04 Feb 2020 10:45:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Incremental-load-must-not-overwrite-previous-records/m-p/1671863#M50815</guid>
      <dc:creator>Femke</dc:creator>
      <dc:date>2020-02-04T10:45:13Z</dc:date>
    </item>
    <item>
      <title>Re: Incremental load must not overwrite previous records</title>
      <link>https://community.qlik.com/t5/App-Development/Incremental-load-must-not-overwrite-previous-records/m-p/1671883#M50816</link>
      <description>&lt;P&gt;Hi Femke_UZB,&lt;/P&gt;&lt;P&gt;We can comment better if you can post the incremental loading script part.&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;</description>
      <pubDate>Mon, 03 Feb 2020 19:10:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Incremental-load-must-not-overwrite-previous-records/m-p/1671883#M50816</guid>
      <dc:creator>cengizeralp</dc:creator>
      <dc:date>2020-02-03T19:10:27Z</dc:date>
    </item>
    <item>
      <title>Re: Incremental load must not overwrite previous records</title>
      <link>https://community.qlik.com/t5/App-Development/Incremental-load-must-not-overwrite-previous-records/m-p/1671905#M50817</link>
      <description>&lt;P&gt;Take a look at this, it might help...&lt;/P&gt;&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/sense/November2019/Subsystems/Hub/Content/Sense_Hub/LoadData/use-QVD-files-incremental-load.htm" target="_blank"&gt;https://help.qlik.com/en-US/sense/November2019/Subsystems/Hub/Content/Sense_Hub/LoadData/use-QVD-files-incremental-load.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 03 Feb 2020 22:23:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Incremental-load-must-not-overwrite-previous-records/m-p/1671905#M50817</guid>
      <dc:creator>prabhu0505</dc:creator>
      <dc:date>2020-02-03T22:23:20Z</dc:date>
    </item>
    <item>
      <title>Re: Incremental load must not overwrite previous records</title>
      <link>https://community.qlik.com/t5/App-Development/Incremental-load-must-not-overwrite-previous-records/m-p/1671943#M50821</link>
      <description>&lt;P&gt;Good morning.&amp;nbsp;&lt;/P&gt;&lt;P&gt;In your data source, is there a record as a timestamp or flagged as the 'active' record?&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;John&lt;/P&gt;</description>
      <pubDate>Tue, 04 Feb 2020 03:07:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Incremental-load-must-not-overwrite-previous-records/m-p/1671943#M50821</guid>
      <dc:creator>johngouws</dc:creator>
      <dc:date>2020-02-04T03:07:42Z</dc:date>
    </item>
    <item>
      <title>Re: Incremental load must not overwrite previous records</title>
      <link>https://community.qlik.com/t5/App-Development/Incremental-load-must-not-overwrite-previous-records/m-p/1671957#M50823</link>
      <description>&lt;P&gt;Do not use Not Exists Condition post Concatenate, in case you are using the Standard Incremental Procedure described on help site viz.,&amp;nbsp;&lt;A href="https://help.qlik.com/en-US/sense/November2019/Subsystems/Hub/Content/Sense_Hub/LoadData/use-QVD-files-incremental-load.htm?_ga=2.245950468.1849336005.1580715277-1828563603.1575179477" target="_blank"&gt;https://help.qlik.com/en-US/sense/November2019/Subsystems/Hub/Content/Sense_Hub/LoadData/use-QVD-files-incremental-load.htm?_ga=2.245950468.1849336005.1580715277-1828563603.1575179477&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 04 Feb 2020 05:36:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Incremental-load-must-not-overwrite-previous-records/m-p/1671957#M50823</guid>
      <dc:creator>anushree1</dc:creator>
      <dc:date>2020-02-04T05:36:09Z</dc:date>
    </item>
    <item>
      <title>Re: Incremental load must not overwrite previous records</title>
      <link>https://community.qlik.com/t5/App-Development/Incremental-load-must-not-overwrite-previous-records/m-p/1671962#M50828</link>
      <description>&lt;P&gt;Are you already doing this?&lt;/P&gt;&lt;P&gt;First load from the source with&amp;nbsp;&lt;EM&gt;where date = today() or&amp;nbsp;&amp;nbsp;where date &amp;gt;= today()&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;Then concatenate the qvd with&amp;nbsp;&lt;EM&gt;where date&amp;nbsp; &amp;lt; today()&lt;/EM&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 04 Feb 2020 06:17:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Incremental-load-must-not-overwrite-previous-records/m-p/1671962#M50828</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2020-02-04T06:17:41Z</dc:date>
    </item>
    <item>
      <title>Re: Incremental load must not overwrite previous records</title>
      <link>https://community.qlik.com/t5/App-Development/Incremental-load-must-not-overwrite-previous-records/m-p/1671966#M50830</link>
      <description>&lt;P&gt;Hi There,&lt;/P&gt;&lt;P&gt;Check this out and I am sure you will get your answers.&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.analyticsvidhya.com/blog/2014/09/qlikview-incremental-load/" target="_blank"&gt;https://www.analyticsvidhya.com/blog/2014/09/qlikview-incremental-load/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Cheers!&lt;/P&gt;</description>
      <pubDate>Tue, 04 Feb 2020 06:37:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Incremental-load-must-not-overwrite-previous-records/m-p/1671966#M50830</guid>
      <dc:creator>rathore01</dc:creator>
      <dc:date>2020-02-04T06:37:35Z</dc:date>
    </item>
    <item>
      <title>Re: Incremental load must not overwrite previous records</title>
      <link>https://community.qlik.com/t5/App-Development/Incremental-load-must-not-overwrite-previous-records/m-p/1673296#M51014</link>
      <description>&lt;P&gt;Hi all,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for your help!&amp;nbsp;&lt;/P&gt;&lt;P&gt;I found the solution. The first entire load has to be set in comment before loading the incremental data. At the end a concatenate function is required.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks again&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Femke&lt;/P&gt;</description>
      <pubDate>Fri, 07 Feb 2020 10:04:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Incremental-load-must-not-overwrite-previous-records/m-p/1673296#M51014</guid>
      <dc:creator>Femke</dc:creator>
      <dc:date>2020-02-07T10:04:00Z</dc:date>
    </item>
  </channel>
</rss>

