<?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/1335775#M412049</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Muthu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I understand incremental load my issue is that I have to answer the user that which records are not coming and why? after incremental load.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 06 Jul 2017 05:53:47 GMT</pubDate>
    <dc:creator>ferha_jafri</dc:creator>
    <dc:date>2017-07-06T05:53:47Z</dc:date>
    <item>
      <title>Incremental Load</title>
      <link>https://community.qlik.com/t5/QlikView/Incremental-Load/m-p/1335773#M412047</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need help in understanding the data which is excluding from qlikview after incremental load. I have a data in which we are using Output key as a key which we are using in incremental load to exclude duplicates and update the data . I understand that&amp;nbsp; my data it is not unique due to which data get reduced after incremental load. My question is which record Qlikview is including while removing the duplicates. I am attaching the raw data and data after incremental load. Please help me in understanding the functionality of qlikview.&lt;/P&gt;&lt;P&gt;New is after increment and Increment has the raw data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;P&gt;Ferha Sharma&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Jul 2017 04:37:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Incremental-Load/m-p/1335773#M412047</guid>
      <dc:creator>ferha_jafri</dc:creator>
      <dc:date>2017-07-06T04:37:09Z</dc:date>
    </item>
    <item>
      <title>Re: Incremental Load</title>
      <link>https://community.qlik.com/t5/QlikView/Incremental-Load/m-p/1335774#M412048</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please go through this link. You will get better understanding on Incremental Load&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.analyticsvidhya.com/blog/2014/09/qlikview-incremental-load/" title="https://www.analyticsvidhya.com/blog/2014/09/qlikview-incremental-load/"&gt;https://www.analyticsvidhya.com/blog/2014/09/qlikview-incremental-load/&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Jul 2017 05:25:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Incremental-Load/m-p/1335774#M412048</guid>
      <dc:creator>Muthu</dc:creator>
      <dc:date>2017-07-06T05:25:18Z</dc:date>
    </item>
    <item>
      <title>Re: Incremental Load</title>
      <link>https://community.qlik.com/t5/QlikView/Incremental-Load/m-p/1335775#M412049</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Muthu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I understand incremental load my issue is that I have to answer the user that which records are not coming and why? after incremental load.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Jul 2017 05:53:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Incremental-Load/m-p/1335775#M412049</guid>
      <dc:creator>ferha_jafri</dc:creator>
      <dc:date>2017-07-06T05:53:47Z</dc:date>
    </item>
    <item>
      <title>Re: Incremental Load</title>
      <link>https://community.qlik.com/t5/QlikView/Incremental-Load/m-p/1335776#M412050</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be this:&lt;/P&gt;&lt;P&gt;How do you collect the data in your application?&lt;/P&gt;&lt;P&gt;For example, do you use an incremental load approach or a partial load?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can think about creating a flag added to your table indicating the new records or an additional table linked to the records key field with that flag, you just need to ensure that the field / table is reset before the next load.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or create just an additional field with the load time stamp or an load incremental identifier and filter the records for the max value in your front end to show latest records.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First load qvd&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then load from excel only new record (=record not loaded from qvd) and add a flag for these records&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;store in qvd (without the flag).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;modify the script like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD Key, ..., 'OLD' as Status FROM Historic.qvd (qvd);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD Key,...&amp;nbsp; 'New' as Status FROM ...&lt;/P&gt;&lt;P&gt;WHERE NOT EXISTS(Key);&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Jul 2017 06:48:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Incremental-Load/m-p/1335776#M412050</guid>
      <dc:creator>BalaBhaskar_Qlik</dc:creator>
      <dc:date>2017-07-06T06:48:47Z</dc:date>
    </item>
    <item>
      <title>Re: Incremental Load</title>
      <link>https://community.qlik.com/t5/QlikView/Incremental-Load/m-p/1335777#M412051</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Bala ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I could not understand what you suggested , as for your information I am using incremental load . My issue is when you check the attachment of the raw data and after incremental you will data is missing corresponding to Output Key I want to know on what basis it is getting those records or why it is not taking let records.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Jul 2017 06:59:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Incremental-Load/m-p/1335777#M412051</guid>
      <dc:creator>ferha_jafri</dc:creator>
      <dc:date>2017-07-06T06:59:56Z</dc:date>
    </item>
    <item>
      <title>Re: Incremental Load</title>
      <link>https://community.qlik.com/t5/QlikView/Incremental-Load/m-p/1335778#M412052</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Add individual Flags like: Old, New as Status of records.&lt;/P&gt;&lt;P&gt;Then you'll came to know what are all the New, Old records &amp;amp; why they got rejected.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Jul 2017 09:50:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Incremental-Load/m-p/1335778#M412052</guid>
      <dc:creator>BalaBhaskar_Qlik</dc:creator>
      <dc:date>2017-07-06T09:50:31Z</dc:date>
    </item>
    <item>
      <title>Re: Incremental Load</title>
      <link>https://community.qlik.com/t5/QlikView/Incremental-Load/m-p/1335779#M412053</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It will take the value which will come first , checked from the source data.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Jul 2017 10:11:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Incremental-Load/m-p/1335779#M412053</guid>
      <dc:creator>ferha_jafri</dc:creator>
      <dc:date>2017-07-06T10:11:41Z</dc:date>
    </item>
  </channel>
</rss>

