<?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: How to handle incremental load ? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-handle-incremental-load/m-p/16600#M780036</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;Extract and transform folders contain qvw files, right? If so, than don't mix qvd and qvw, if not - then you can use extract folder for step 1 only once, and then everything should be in transform for step 2, therefore killing two birds with one stone - original full file always will be stored in extract folder and untouched (i.e. backup), modified file will be stored separately in transform (which also could be backed up manually or using scripting).&lt;/P&gt;&lt;P&gt;Anyway you can create sub-folders within QVD folder if required to follow the same procedure.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regarding seasonality, again, do not mix everything together - extract full tables separately, for example Material_season1_2018.qvd, Material_season2_2018.qvd etc... &lt;/P&gt;&lt;P&gt;then in your transform apply step 2 and store modified qvds&amp;nbsp; as for ex. Material_season1_2018_inc.qvd.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NOTE: You should read your initial file Material_season1_2018.qvd only once !!! otherwise you'll overwrite your changes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes, you'll get a number of extra files, but it gives you flexibility to read only specific portion of data without any search (where) clauses - so always to be optimized.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then you can use loop&amp;nbsp; or *&amp;nbsp; for loading multiple qvd files.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyway it's up to you to decide to how to proceed in your particular situation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Good luck.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;//Andrei&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 12 Apr 2018 00:24:29 GMT</pubDate>
    <dc:creator>crusader_</dc:creator>
    <dc:date>2018-04-12T00:24:29Z</dc:date>
    <item>
      <title>How to handle incremental load ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-handle-incremental-load/m-p/16594#M780030</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;I have to implement incremental load and I have following material master on&amp;nbsp; FTP now how to handle incremental load? Here itemnumber is a primary key &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Material_Master:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp; LOAD &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&amp;nbsp; MATERIAL, &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; COLOR, &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SIZE, &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; MATERIAL&amp;amp;COLOR&amp;amp;SIZE as itemnumber,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Size Group], &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Description, &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; COMPOSITION, &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; BRANDCD, &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; BRAND, &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SEASON, &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SEASONDESC, &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; THEME, &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; DELYCODE, &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; GENDER, &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; IF(GENDER ='LADIES', 'WOMEN', IF(GENDER='MENS','MENS',&amp;nbsp; IF(GENDER='BOYS' or GENDER='GIRLS' or GENDER='BABY','KIDS', GENDER))) as Gender_Revised,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ProductHierarchy, &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; MaterialGroup, &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Core/Fashion], &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; FIT, &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; PATTERN, &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Key/NonKey], &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; RANGE, &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ORIGIN, &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Top/Bottom], &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SLEEVE, &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; NECK, &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; WEATHER, &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; OCCASSION, &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; CustomDesc, &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; MaterialGrp4, &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; MGRP4DESC, &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; EAN, &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ALTEAN, &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; PurchaseGroup, &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; PurchaseGroupDesc, &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; CATEGORY, &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SUBCAT, &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; BASECOMP, &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; MaterialType as Promotional_1, &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ValuationClass, &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; COST, &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; MRP as MRP_INR,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if (MRP &amp;lt;1000, '&amp;lt;1000', if (MRP &amp;lt;2000, '1000-2000',if (MRP &amp;lt;3000, '2000-3000',if (MRP &amp;lt;4000, '3000-4000',if (MRP &amp;lt;5000, '4000-5000',if (MRP &amp;lt;6000, '5000-6000', '&amp;gt;6000')))))) as [MRP Bucket]&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;FROM&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;C&gt;&lt;/C&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;(qvd)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;where Exists itemnumber;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-handle-incremental-load/m-p/16594#M780030</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to handle incremental load ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-handle-incremental-load/m-p/16595#M780031</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;Depending on your requirements there could be different scenarios:&lt;/P&gt;&lt;P&gt;1. Insert only&lt;/P&gt;&lt;P&gt;2. Insert + Update + Delete&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1 Scenario:&lt;/P&gt;&lt;P&gt;Old_table:&lt;/P&gt;&lt;P&gt;LOAD * FROM *.qvd (qvd);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;New_table:&lt;/P&gt;&lt;P&gt;LOAD * FROM *.qvd (qvd)&lt;/P&gt;&lt;P&gt;Where not Exists(UniqueID);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2 Scenario:&lt;/P&gt;&lt;P&gt;New_table:&lt;/P&gt;&lt;P&gt;LOAD * FROM *.qvd (qvd)&lt;SPAN style="font-size: 10pt;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Old_table:&lt;/P&gt;&lt;P&gt;LOAD * FROM *.qvd (qvd)&lt;/P&gt;&lt;P&gt;Where not Exists(UniqueID);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NOTE: not Exists statement should be applied only to Unique Identifier, otherwise you'll get result different than expected.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Id you're trying to find only entries to update, than for your case should be smth like below:&lt;/P&gt;&lt;P&gt;Old_table:&lt;/P&gt;&lt;P&gt;Load &lt;/P&gt;&lt;P&gt;.....&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;STRONG&gt;itemnumber,&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;....&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;FROM Old.qvd (qvd);&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;New Table:&lt;/P&gt;&lt;P&gt;Load &lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;Where Exists(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;itemnumber, &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;MATERIAL&amp;amp;COLOR&amp;amp;SIZE);&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;itemnumber field should exist in your data model before you use it in Exists() statement.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Hope this helps.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;//Andrei&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Apr 2018 05:58:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-handle-incremental-load/m-p/16595#M780031</guid>
      <dc:creator>crusader_</dc:creator>
      <dc:date>2018-04-11T05:58:41Z</dc:date>
    </item>
    <item>
      <title>Re: How to handle incremental load ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-handle-incremental-load/m-p/16596#M780032</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;/P&gt;&lt;P&gt;I want to use a scenario where i&amp;nbsp; can insert and update. I have different sources from where I am getting data.&lt;/P&gt;&lt;P&gt;1.store details from FTP.&lt;/P&gt;&lt;P&gt;2. Material Master from Ftp&lt;/P&gt;&lt;P&gt;3. Sales data from sql tables and &lt;/P&gt;&lt;P&gt;4, transaction file from FTP.&lt;/P&gt;&lt;P&gt;Now I want to implement incremental load. Firstly I was taking full load of Material files from FTP and now I am getting incremental files on FTP so Now please tell How to handle the incremental load in my qlikview so that the data can be inserted and overwritten?&lt;/P&gt;&lt;P&gt;Following is the data model&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Paint1.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/199208_Paint1.png" style="height: 216px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;i am facing problem that i am getting duplicate records in my dasboard where i am using straight table &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Apr 2018 06:20:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-handle-incremental-load/m-p/16596#M780032</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-04-11T06:20:48Z</dc:date>
    </item>
    <item>
      <title>Re: How to handle incremental load ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-handle-incremental-load/m-p/16597#M780033</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;To be sure I understood correctly:&lt;/P&gt;&lt;P&gt;You loaded full table some time ago via FTP, and now receiving only incremental parts via FTP (for example last 1-2-3 days/hours)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In this scenario we're assuming that this new FTP has the most recent values, so you need to proceed with several transform steps:&lt;/P&gt;&lt;P&gt;1. For first run (with full) you need to store this table into qvd file... This is something you will re-use again and again.&lt;/P&gt;&lt;P&gt;Ex:&lt;/P&gt;&lt;P&gt;Table:&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;....&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;MATERIAL&amp;amp;COLOR&amp;amp;SIZE as &lt;/SPAN&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;itemnumber,&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;....&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;FROM &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="ftp://" rel="nofollow" target="_blank"&gt;ftp://&lt;/A&gt;&lt;SPAN&gt;&amp;lt;path&amp;gt;/file.qvd (qvd);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Store&lt;/STRONG&gt; table &lt;STRONG&gt;into&lt;/STRONG&gt; &amp;lt;local path/ place&amp;gt;/full_file.qvd (qvd);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;//// This local file will contain your full data, which you will update in the next steps (make a backup of this from to time - will reduce you a lot of headache)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. For the rest following runs you need to read new file first, add to this table only missing entries from full table and then rewrite full.qvd file&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ex:&lt;/P&gt;&lt;P&gt;IncrementSales:&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Load&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;.....&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;MATERIAL&amp;amp;COLOR&amp;amp;SIZE as &lt;/SPAN&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;itemnumber,&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;....&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;&lt;SPAN&gt;FROM &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="ftp://" rel="nofollow" target="_blank"&gt;ftp://&lt;/A&gt;&lt;SPAN&gt;&amp;lt;path&amp;gt;/Incremental_file.qvd (qvd);&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;///Here could be Concatenate statement if you're not sure that the table structure is always the same&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;Load * from &amp;lt;local path/ place&amp;gt;/full_file.qvd (qvd)&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;Where not exists(&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;itemnumber&lt;/STRONG&gt;)&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;&lt;STRONG&gt;store&lt;/STRONG&gt; IncrementSales &lt;STRONG&gt;into&lt;/STRONG&gt; &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&amp;lt;local path/ place&amp;gt;/full_file.qvd (qvd);&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #3d3d3d; font-style: inherit; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-weight: inherit;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #3d3d3d; font-style: inherit; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-weight: inherit;"&gt;Then you can use updated &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&amp;lt;local path/ place&amp;gt;/full_file.qvd&amp;nbsp; in your presentation app. Anyway after above steps &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;IncrementSales table will contain only unique updated entries.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #3d3d3d; font-style: inherit; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-weight: inherit;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #3d3d3d; font-style: inherit; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-weight: inherit;"&gt;Hope this helps.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #3d3d3d; font-style: inherit; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-weight: inherit;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;//Andrei&lt;/SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Apr 2018 06:43:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-handle-incremental-load/m-p/16597#M780033</guid>
      <dc:creator>crusader_</dc:creator>
      <dc:date>2018-04-11T06:43:55Z</dc:date>
    </item>
    <item>
      <title>Re: How to handle incremental load ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-handle-incremental-load/m-p/16598#M780034</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;What u understood is absolutely correct and I have also understood your reply but i have a query as i am delaing with the business of clothing which is season based&amp;nbsp; so I have&amp;nbsp; Material master for different seasons present on FtP and i am&amp;nbsp; following an ETL process so if I am using full load should i add in extract folder and take the backup &lt;IMG alt="Paint1.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/199215_Paint1.png" style="height: 274px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Apr 2018 07:54:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-handle-incremental-load/m-p/16598#M780034</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-04-11T07:54:59Z</dc:date>
    </item>
    <item>
      <title>Re: How to handle incremental load ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-handle-incremental-load/m-p/16599#M780035</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Where to implement 2nd step? is it in extract folder or transform folder ? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Apr 2018 08:12:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-handle-incremental-load/m-p/16599#M780035</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-04-11T08:12:46Z</dc:date>
    </item>
    <item>
      <title>Re: How to handle incremental load ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-handle-incremental-load/m-p/16600#M780036</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;Extract and transform folders contain qvw files, right? If so, than don't mix qvd and qvw, if not - then you can use extract folder for step 1 only once, and then everything should be in transform for step 2, therefore killing two birds with one stone - original full file always will be stored in extract folder and untouched (i.e. backup), modified file will be stored separately in transform (which also could be backed up manually or using scripting).&lt;/P&gt;&lt;P&gt;Anyway you can create sub-folders within QVD folder if required to follow the same procedure.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regarding seasonality, again, do not mix everything together - extract full tables separately, for example Material_season1_2018.qvd, Material_season2_2018.qvd etc... &lt;/P&gt;&lt;P&gt;then in your transform apply step 2 and store modified qvds&amp;nbsp; as for ex. Material_season1_2018_inc.qvd.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NOTE: You should read your initial file Material_season1_2018.qvd only once !!! otherwise you'll overwrite your changes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes, you'll get a number of extra files, but it gives you flexibility to read only specific portion of data without any search (where) clauses - so always to be optimized.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then you can use loop&amp;nbsp; or *&amp;nbsp; for loading multiple qvd files.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyway it's up to you to decide to how to proceed in your particular situation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Good luck.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;//Andrei&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Apr 2018 00:24:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-handle-incremental-load/m-p/16600#M780036</guid>
      <dc:creator>crusader_</dc:creator>
      <dc:date>2018-04-12T00:24:29Z</dc:date>
    </item>
    <item>
      <title>Re: How to handle incremental load ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-handle-incremental-load/m-p/16601#M780037</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have extract full load from Ftp in extract folder and have taken a backup for the same . Now I have several incremental files which are created on daily basis on Ftp and which will be overwritten so now should I load all of them to Transform(qvd Folder)????&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Apr 2018 05:05:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-handle-incremental-load/m-p/16601#M780037</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-04-12T05:05:56Z</dc:date>
    </item>
    <item>
      <title>Re: How to handle incremental load ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-handle-incremental-load/m-p/16602#M780038</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No, you should copy everything from FTP to your local server &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;take FULL and couple INCREMENTAL files and try to do this in "Sandbox" (i.e. separately), until you feel yourself comfortable with solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ultimately, it doesn't matter how you call folders and where you place QVD files - concept will work anyway.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Load * from your FULL qvd file and store it with different name &lt;STRONG&gt;X&lt;/STRONG&gt; in the same place (you will update this copy, but not original one). (Or just copy-paste file)&lt;/P&gt;&lt;P&gt;2. Load inc1 file and concatenate with just created &lt;STRONG&gt;X&lt;/STRONG&gt; qvd WHERE NOT EXISTS (UniqueID);&lt;/P&gt;&lt;P&gt;3. Store resulting table into &lt;STRONG&gt;X&lt;/STRONG&gt; qvd - overwrite changes;&lt;/P&gt;&lt;P&gt;4. Load inc2 file and concatenate with just updated &lt;STRONG&gt;X&lt;/STRONG&gt; qvd WHERE NOT EXISTS (UniqueID);&lt;/P&gt;&lt;P&gt;5. Store resulting table into &lt;STRONG&gt;X&lt;/STRONG&gt; qvd - overwrite changes;&lt;/P&gt;&lt;P&gt;....&lt;/P&gt;&lt;P&gt;conitnue with steps 4. and 5. infinitely.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your &lt;STRONG&gt;X&lt;/STRONG&gt; qvd file will contain updated data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Andrei&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Apr 2018 05:28:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-handle-incremental-load/m-p/16602#M780038</guid>
      <dc:creator>crusader_</dc:creator>
      <dc:date>2018-04-12T05:28:15Z</dc:date>
    </item>
    <item>
      <title>Re: How to handle incremental load ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-handle-incremental-load/m-p/16603#M780039</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;this where condition i have to implement in old qvd(data dump ) or new inc1 file?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Apr 2018 06:59:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-handle-incremental-load/m-p/16603#M780039</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-04-12T06:59:18Z</dc:date>
    </item>
    <item>
      <title>Re: How to handle incremental load ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-handle-incremental-load/m-p/16604#M780040</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ResultingTable:&lt;/P&gt;&lt;P&gt;LOAD * FROM new.qvd (qvd);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD * FROM X.qvd (qvd)&lt;/P&gt;&lt;P&gt;WHERE NOT EXISTS(UniqueID);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*UniqueID in your case is &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f2f2f2;"&gt;itemnumber&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f2f2f2;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f2f2f2;"&gt;//Andrei&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Apr 2018 07:03:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-handle-incremental-load/m-p/16604#M780040</guid>
      <dc:creator>crusader_</dc:creator>
      <dc:date>2018-04-12T07:03:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to handle incremental load ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-handle-incremental-load/m-p/16605#M780041</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So each time I have to load all the new icr files and concatenate in old files? rite?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Apr 2018 07:09:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-handle-incremental-load/m-p/16605#M780041</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-04-12T07:09:05Z</dc:date>
    </item>
    <item>
      <title>Re: How to handle incremental load ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-handle-incremental-load/m-p/16606#M780042</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, that's right.... sequentially adding new data to full and overwrite full.&lt;/P&gt;&lt;P&gt;inc1 + old =&amp;gt; &lt;STRONG&gt;old&lt;/STRONG&gt;,&lt;/P&gt;&lt;P&gt;inc2 + &lt;STRONG&gt;old&lt;/STRONG&gt; =&amp;gt; &lt;EM&gt;old&lt;/EM&gt;,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Andrei&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Apr 2018 09:01:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-handle-incremental-load/m-p/16606#M780042</guid>
      <dc:creator>crusader_</dc:creator>
      <dc:date>2018-04-12T09:01:31Z</dc:date>
    </item>
    <item>
      <title>Re: How to handle incremental load ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-handle-incremental-load/m-p/16607#M780043</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I didnt get the last point. How to implement the last step ? ie&amp;nbsp; overwrite full?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Apr 2018 11:21:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-handle-incremental-load/m-p/16607#M780043</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-04-12T11:21:06Z</dc:date>
    </item>
    <item>
      <title>Re: How to handle incremental load ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-handle-incremental-load/m-p/16608#M780044</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes, otherwise how are you going to keep updated full file?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You will not keep all inc files forever, right? so you need a have common place to store changes, so full is your common place.&lt;/P&gt;&lt;P&gt;That's why I said you need to split your initial full and work on copy.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;//Andrei&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Apr 2018 22:58:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-handle-incremental-load/m-p/16608#M780044</guid>
      <dc:creator>crusader_</dc:creator>
      <dc:date>2018-04-12T22:58:16Z</dc:date>
    </item>
    <item>
      <title>Re: How to handle incremental load ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-handle-incremental-load/m-p/16609#M780045</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have implemented the same but still not getting the correct figures. i have a field named gender, which i have pulled after implementing following above scenario., so please tell me is this incorrect data&amp;nbsp; because the values in gender feilds present in files&lt;IMG alt="Paint1.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/199519_Paint1.png" style="height: 252px; width: 620px;" /&gt; on FTP are not correct right ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Apr 2018 05:34:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-handle-incremental-load/m-p/16609#M780045</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-04-13T05:34:51Z</dc:date>
    </item>
    <item>
      <title>Re: How to handle incremental load ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-handle-incremental-load/m-p/16610#M780046</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you don't have any modifications on GENDER field, than most likely one of files contains this.&lt;/P&gt;&lt;P&gt;It couldn't appear just from nowhere or in the result of incremental load &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can load qvd file separately to check what is there or use &lt;A href="http://easyqlik.com/"&gt;EasyQlik QViewer too&lt;/A&gt;l.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;//Andrei&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Apr 2018 06:04:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-handle-incremental-load/m-p/16610#M780046</guid>
      <dc:creator>crusader_</dc:creator>
      <dc:date>2018-04-13T06:04:13Z</dc:date>
    </item>
    <item>
      <title>Re: How to handle incremental load ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-handle-incremental-load/m-p/16611#M780047</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;orrected?&lt;/P&gt;&lt;P&gt;If I am selecting D under Gender field the chart is not showing any values. This means there is some deliminiter issue in master files? rite?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Apr 2018 08:40:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-handle-incremental-load/m-p/16611#M780047</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-04-13T08:40:47Z</dc:date>
    </item>
    <item>
      <title>Re: How to handle incremental load ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-handle-incremental-load/m-p/16612#M780048</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Could you just copy and open file? &lt;/P&gt;&lt;P&gt;It might be delimiter issue as well as bad data... hard to guess without seeing data...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;//Andrei&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Apr 2018 09:27:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-handle-incremental-load/m-p/16612#M780048</guid>
      <dc:creator>crusader_</dc:creator>
      <dc:date>2018-04-13T09:27:38Z</dc:date>
    </item>
    <item>
      <title>Re: How to handle incremental load ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-handle-incremental-load/m-p/16613#M780049</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So, i can assume due to that I am Not getting correct data?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Apr 2018 10:10:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-handle-incremental-load/m-p/16613#M780049</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-04-13T10:10:25Z</dc:date>
    </item>
  </channel>
</rss>

