<?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: Issues with incremental load in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Issues-with-incremental-load/m-p/1132251#M372125</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks it worked. I was concatenating the qvd with the new file but i didnt over write the qvd with it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 May 2016 10:06:17 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2016-05-25T10:06:17Z</dc:date>
    <item>
      <title>Issues with incremental load</title>
      <link>https://community.qlik.com/t5/QlikView/Issues-with-incremental-load/m-p/1132247#M372121</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;I had previously created a qvw file with data loaded from March 2015 till Feb 2015. A QVD file was created and this data was stored in it.&lt;/P&gt;&lt;P&gt;I had to include March month data so i did an incremental load by using concatenate and storing it back in qvd file.&lt;/P&gt;&lt;P&gt;Now I had to include April month's data so I again merely added the new file assuming to the qvd file using incremental load. I used the concatenate funtion and stored the data back into the qvd assuming it will April details in the QVD file.&lt;/P&gt;&lt;P&gt;The issue that I am facing is that it skips March and shows April 2016. Is it because when I created the initial load it had data till Feb 2016.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But in each incremental load I am saving the data back into the qvd file so it should contain March month and the new months that get added as and when I include it. Can anybody please help whats going wrong here?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 May 2016 09:53:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Issues-with-incremental-load/m-p/1132247#M372121</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-05-24T09:53:03Z</dc:date>
    </item>
    <item>
      <title>Re: Issues with incremental load</title>
      <link>https://community.qlik.com/t5/QlikView/Issues-with-incremental-load/m-p/1132248#M372122</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you give the script which you've given for Incremental Load .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 May 2016 09:56:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Issues-with-incremental-load/m-p/1132248#M372122</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-05-24T09:56:47Z</dc:date>
    </item>
    <item>
      <title>Re: Issues with incremental load</title>
      <link>https://community.qlik.com/t5/QlikView/Issues-with-incremental-load/m-p/1132249#M372123</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;Could you post your source code here to know better understanding of flow..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 May 2016 09:59:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Issues-with-incremental-load/m-p/1132249#M372123</guid>
      <dc:creator />
      <dc:date>2016-05-24T09:59:41Z</dc:date>
    </item>
    <item>
      <title>Re: Issues with incremental load</title>
      <link>https://community.qlik.com/t5/QlikView/Issues-with-incremental-load/m-p/1132250#M372124</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sanjyot, without seeing the code I think in two possibilities:&lt;/P&gt;&lt;P&gt;- Some scheduled task is recreating the qvd, so the qvd returns to the original data when the task is executed.&lt;/P&gt;&lt;P&gt;- Something with the code, the logic adding data to a qvd is something like:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; · Load qvd data.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; · Concatenate new data in the same table (be sure than qv isn't giving any other name to the table)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; · Store the table with the old and new data in the qvd (overwriting the qvd)&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, 24 May 2016 10:30:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Issues-with-incremental-load/m-p/1132250#M372124</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2016-05-24T10:30:46Z</dc:date>
    </item>
    <item>
      <title>Re: Issues with incremental load</title>
      <link>https://community.qlik.com/t5/QlikView/Issues-with-incremental-load/m-p/1132251#M372125</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks it worked. I was concatenating the qvd with the new file but i didnt over write the qvd with it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 May 2016 10:06:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Issues-with-incremental-load/m-p/1132251#M372125</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-05-25T10:06:17Z</dc:date>
    </item>
  </channel>
</rss>

