<?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: Loading data monthly from Excel in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Loading-data-monthly-from-Excel/m-p/1096658#M644518</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I guess because you're reading with option Incremental from Excel files, not from text files. This is the explanation of option incremental from the QV Desktop help:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt; font-family: arial, helvetica, sans-serif;"&gt;The &lt;SPAN class="Bold"&gt;incremental&lt;/SPAN&gt; option enables the ability to read only part of an underlying file. Previous size of the file is stored in the XML header in the QVD file. This is particularly useful with log files. All records loaded at a previous occasion are read from the QVD file whereas the following new records are read from the original source and finally an updated QVD-file is created. &lt;STRONG&gt;Note that the &lt;SPAN class="Bold"&gt;incremental&lt;/SPAN&gt; option can only be used with &lt;SPAN class="Bold"&gt;load&lt;/SPAN&gt; statements and text files and that &lt;SPAN class="Bold"&gt;incremental load&lt;/SPAN&gt; cannot be used where old data is changed or deleted!&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;QlikView has no way to detect what rows have been added to your Excel based on the filesize alone.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You'll need to write your own incremental load using a timestamp field in you source data (or another indicator of time and date, for example filetime that is more recent than the last QVD). Search for &lt;EM&gt;Incremental Load&lt;/EM&gt; in the Community. There must be thousands of examples, at least one should fit your situation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 15 Jan 2016 14:25:30 GMT</pubDate>
    <dc:creator>Peter_Cammaert</dc:creator>
    <dc:date>2016-01-15T14:25:30Z</dc:date>
    <item>
      <title>Loading data monthly from Excel</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-data-monthly-from-Excel/m-p/1096657#M644517</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I´m loading data monthly from excel files and store them in a .qvd-file. When I´m reloading the script, the data from the first file isn`t reloaded, but the data from the following files. And that is my problem: Why are the data from the second (and following files) reloaded - even if the data hasn`t changed? What do I have to change in the code?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;Table:&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;buffer (incremental) LOAD A,&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; B,&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; C&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;FROM&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;D&gt;&lt;/D&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;(ooxml, embedded labels, table is rawdata);&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;store Table into Table.qvd;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;Concatenate Table:&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;buffer (incremental) LOAD A,&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; B,&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; C&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;FROM&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;D&gt;&lt;/D&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;(ooxml, embedded labels, table is rawdata);&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;store Table into Table.qvd;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;Concatenate Table:&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;buffer (incremental) LOAD A,&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; B,&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; C&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;FROM&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;D&gt;&lt;/D&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;(ooxml, embedded labels, table is rawdata);&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;store Table into Table.qvd;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;P&gt;best regards,&lt;/P&gt;&lt;P&gt;Clemens&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Jan 2016 11:40:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-data-monthly-from-Excel/m-p/1096657#M644517</guid>
      <dc:creator>cscherer</dc:creator>
      <dc:date>2016-01-15T11:40:49Z</dc:date>
    </item>
    <item>
      <title>Re: Loading data monthly from Excel</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-data-monthly-from-Excel/m-p/1096658#M644518</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I guess because you're reading with option Incremental from Excel files, not from text files. This is the explanation of option incremental from the QV Desktop help:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt; font-family: arial, helvetica, sans-serif;"&gt;The &lt;SPAN class="Bold"&gt;incremental&lt;/SPAN&gt; option enables the ability to read only part of an underlying file. Previous size of the file is stored in the XML header in the QVD file. This is particularly useful with log files. All records loaded at a previous occasion are read from the QVD file whereas the following new records are read from the original source and finally an updated QVD-file is created. &lt;STRONG&gt;Note that the &lt;SPAN class="Bold"&gt;incremental&lt;/SPAN&gt; option can only be used with &lt;SPAN class="Bold"&gt;load&lt;/SPAN&gt; statements and text files and that &lt;SPAN class="Bold"&gt;incremental load&lt;/SPAN&gt; cannot be used where old data is changed or deleted!&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;QlikView has no way to detect what rows have been added to your Excel based on the filesize alone.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You'll need to write your own incremental load using a timestamp field in you source data (or another indicator of time and date, for example filetime that is more recent than the last QVD). Search for &lt;EM&gt;Incremental Load&lt;/EM&gt; in the Community. There must be thousands of examples, at least one should fit your situation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Jan 2016 14:25:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-data-monthly-from-Excel/m-p/1096658#M644518</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2016-01-15T14:25:30Z</dc:date>
    </item>
    <item>
      <title>Re: Loading data monthly from Excel</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-data-monthly-from-Excel/m-p/1096659#M644521</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Try this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;Table:&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;LOAD A,&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; B,&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; C&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;FROM&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;D&gt;&lt;/D&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;(ooxml, embedded labels, table is rawdata);&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;store Table into Table.qvd;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;DROP TABLE Table;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;Table:&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;LOAD A,&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; B,&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; C&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;FROM&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;D&gt;&lt;/D&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;(ooxml, embedded labels, table is rawdata);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;Concatenate (Table)&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;LOAD * FROM Table.qvd(qvd)&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;store Table into Table.qvd;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;DROP TABLE Table;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;Table:&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;LOAD A,&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; B,&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; C&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;FROM&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;D&gt;&lt;/D&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;(ooxml, embedded labels, table is rawdata);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;Concatenate (Table)&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;LOAD * FROM Table.qvd(qvd)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;store Table into Table.qvd;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Jan 2016 14:26:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-data-monthly-from-Excel/m-p/1096659#M644521</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-01-15T14:26:25Z</dc:date>
    </item>
    <item>
      <title>Re: Loading data monthly from Excel</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-data-monthly-from-Excel/m-p/1096660#M644522</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you. I will search for that!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Jan 2016 14:37:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-data-monthly-from-Excel/m-p/1096660#M644522</guid>
      <dc:creator>cscherer</dc:creator>
      <dc:date>2016-01-15T14:37:54Z</dc:date>
    </item>
    <item>
      <title>Re: Loading data monthly from Excel</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-data-monthly-from-Excel/m-p/1096661#M644524</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you! I will try.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Jan 2016 14:38:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-data-monthly-from-Excel/m-p/1096661#M644524</guid>
      <dc:creator>cscherer</dc:creator>
      <dc:date>2016-01-15T14:38:17Z</dc:date>
    </item>
    <item>
      <title>Re: Loading data monthly from Excel</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-data-monthly-from-Excel/m-p/1096662#M644526</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks again. I decided to load from .csv instead of .xlsx&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Jan 2016 07:56:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-data-monthly-from-Excel/m-p/1096662#M644526</guid>
      <dc:creator>cscherer</dc:creator>
      <dc:date>2016-01-25T07:56:55Z</dc:date>
    </item>
    <item>
      <title>Re: Loading data monthly from Excel</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-data-monthly-from-Excel/m-p/1096663#M644527</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks again. I decided to load from .csv instead of .xlsx&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Jan 2016 07:57:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-data-monthly-from-Excel/m-p/1096663#M644527</guid>
      <dc:creator>cscherer</dc:creator>
      <dc:date>2016-01-25T07:57:03Z</dc:date>
    </item>
  </channel>
</rss>

