<?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 App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Incremental-load/m-p/1976003#M80509</link>
    <description>&lt;P&gt;Hi, since you have common data in all three fields with repetitions what you can do is use rowNo () function to create an addition column and then concatenate them together to create a composite key through which you can do the required incremental load. for the update part you need to direct it towards the Id as key if possible.&lt;/P&gt;</description>
    <pubDate>Thu, 01 Sep 2022 17:44:02 GMT</pubDate>
    <dc:creator>deepanshuSh</dc:creator>
    <dc:date>2022-09-01T17:44:02Z</dc:date>
    <item>
      <title>Incremental load</title>
      <link>https://community.qlik.com/t5/App-Development/Incremental-load/m-p/1975998#M80508</link>
      <description>&lt;P&gt;I have to incremental load for below scenario,&lt;/P&gt;
&lt;P&gt;It should insert and update&lt;/P&gt;
&lt;P&gt;Id, place,count&lt;/P&gt;
&lt;P&gt;1,chennai,10&lt;/P&gt;
&lt;P&gt;1,chennai,11&lt;/P&gt;
&lt;P&gt;1,chennai,10&lt;/P&gt;
&lt;P&gt;2,madurai,10&lt;/P&gt;
&lt;P&gt;2,madurai,11&lt;/P&gt;
&lt;P&gt;2,madurai,10&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In this i need to do increment load, where it should not remove duplicates but if any update is there it should do. Primary key can be created by concatenating all 3 columns, but i need all 6 records to be presented.&lt;/P&gt;</description>
      <pubDate>Thu, 01 Sep 2022 17:15:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Incremental-load/m-p/1975998#M80508</guid>
      <dc:creator>GOKULAKANNAN</dc:creator>
      <dc:date>2022-09-01T17:15:35Z</dc:date>
    </item>
    <item>
      <title>Re: Incremental load</title>
      <link>https://community.qlik.com/t5/App-Development/Incremental-load/m-p/1976003#M80509</link>
      <description>&lt;P&gt;Hi, since you have common data in all three fields with repetitions what you can do is use rowNo () function to create an addition column and then concatenate them together to create a composite key through which you can do the required incremental load. for the update part you need to direct it towards the Id as key if possible.&lt;/P&gt;</description>
      <pubDate>Thu, 01 Sep 2022 17:44:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Incremental-load/m-p/1976003#M80509</guid>
      <dc:creator>deepanshuSh</dc:creator>
      <dc:date>2022-09-01T17:44:02Z</dc:date>
    </item>
    <item>
      <title>Re: Incremental load</title>
      <link>https://community.qlik.com/t5/App-Development/Incremental-load/m-p/1976096#M80512</link>
      <description>&lt;P&gt;You'll need to create a new field to serve as the primary key.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hash128(Id, place, count) as Key&lt;/P&gt;
&lt;P&gt;-Rob&lt;/P&gt;</description>
      <pubDate>Fri, 02 Sep 2022 02:19:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Incremental-load/m-p/1976096#M80512</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2022-09-02T02:19:58Z</dc:date>
    </item>
  </channel>
</rss>

