<?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: incremtal load in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/incremtal-load/m-p/703230#M1084974</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P class="Code"&gt;&lt;SPAN style="font-style: italic;"&gt;Hi,&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="Code"&gt;Assuming Temp1.Qvd is all the already existing data&lt;/P&gt;&lt;P class="Code"&gt;&lt;/P&gt;&lt;P class="Code"&gt;&lt;SPAN style="font-style: italic;"&gt;vlastExectime =reloadtime();&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="Code"&gt;&lt;SPAN style="font-style: italic;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="Code"&gt;&lt;SPAN style="font-style: italic;"&gt;Temp&lt;/SPAN&gt;:&lt;/P&gt;&lt;P class="Code"&gt;Load Key, X, Y FROM TABLE1&lt;/P&gt;&lt;P class="Code"&gt;WHERE ModificationTime &amp;gt;= $(&lt;SPAN style="font-style: italic;"&gt;vlastExectime&lt;/SPAN&gt;);&lt;/P&gt;&lt;P class="Code"&gt;&lt;/P&gt;&lt;P class="Code"&gt;Concatenate &lt;SPAN style="background-color: #3399ff; color: #ffffff;"&gt;LOAD&lt;/SPAN&gt; PrimaryKey, X, Y FROM Temp1.QVD&lt;/P&gt;&lt;P class="Code"&gt;WHERE NOT Exists(PrimaryKey);&lt;/P&gt;&lt;P class="Code"&gt;&lt;/P&gt;&lt;P class="Code"&gt;STORE QV_Table INTO Temp1.QVD;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 18 Jun 2014 14:29:17 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2014-06-18T14:29:17Z</dc:date>
    <item>
      <title>incremtal load</title>
      <link>https://community.qlik.com/t5/QlikView/incremtal-load/m-p/703227#M1084971</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;how can i overwrite existing rows in a qvd&amp;nbsp; ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;with concatenate i put the non existing rows to the qvd, but if their is a existing primary key row and onlay the values are cahnged how can i make an upload of this changes in a actual qvd?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jun 2014 14:01:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/incremtal-load/m-p/703227#M1084971</guid>
      <dc:creator />
      <dc:date>2014-06-18T14:01:13Z</dc:date>
    </item>
    <item>
      <title>Re: incremtal load</title>
      <link>https://community.qlik.com/t5/QlikView/incremtal-load/m-p/703228#M1084972</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use primary keys and then use key word Where exists and replace by concatenate the table. If having any data then provide please.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jun 2014 14:06:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/incremtal-load/m-p/703228#M1084972</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2014-06-18T14:06:33Z</dc:date>
    </item>
    <item>
      <title>Re: incremtal load</title>
      <link>https://community.qlik.com/t5/QlikView/incremtal-load/m-p/703229#M1084973</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Take a look in the help searching this string:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"QVD files and Incremental Load"&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jun 2014 14:07:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/incremtal-load/m-p/703229#M1084973</guid>
      <dc:creator>alexandros17</dc:creator>
      <dc:date>2014-06-18T14:07:05Z</dc:date>
    </item>
    <item>
      <title>Re: incremtal load</title>
      <link>https://community.qlik.com/t5/QlikView/incremtal-load/m-p/703230#M1084974</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P class="Code"&gt;&lt;SPAN style="font-style: italic;"&gt;Hi,&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="Code"&gt;Assuming Temp1.Qvd is all the already existing data&lt;/P&gt;&lt;P class="Code"&gt;&lt;/P&gt;&lt;P class="Code"&gt;&lt;SPAN style="font-style: italic;"&gt;vlastExectime =reloadtime();&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="Code"&gt;&lt;SPAN style="font-style: italic;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="Code"&gt;&lt;SPAN style="font-style: italic;"&gt;Temp&lt;/SPAN&gt;:&lt;/P&gt;&lt;P class="Code"&gt;Load Key, X, Y FROM TABLE1&lt;/P&gt;&lt;P class="Code"&gt;WHERE ModificationTime &amp;gt;= $(&lt;SPAN style="font-style: italic;"&gt;vlastExectime&lt;/SPAN&gt;);&lt;/P&gt;&lt;P class="Code"&gt;&lt;/P&gt;&lt;P class="Code"&gt;Concatenate &lt;SPAN style="background-color: #3399ff; color: #ffffff;"&gt;LOAD&lt;/SPAN&gt; PrimaryKey, X, Y FROM Temp1.QVD&lt;/P&gt;&lt;P class="Code"&gt;WHERE NOT Exists(PrimaryKey);&lt;/P&gt;&lt;P class="Code"&gt;&lt;/P&gt;&lt;P class="Code"&gt;STORE QV_Table INTO Temp1.QVD;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jun 2014 14:29:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/incremtal-load/m-p/703230#M1084974</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-06-18T14:29:17Z</dc:date>
    </item>
  </channel>
</rss>

