<?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: Update incremental in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Update-incremental/m-p/416666#M154886</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In the script posted by me above not shown the path. Abc is the database table but not specified the path. We need to make an assumption that path exists with abc as it is sample code. Its something like “from dbo.qlikview.abc”. Since you using excel so you will have some path c:\.... something like this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you tell me what error u getting. Share the screenshot of error.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 18 Dec 2012 15:03:46 GMT</pubDate>
    <dc:creator />
    <dc:date>2012-12-18T15:03:46Z</dc:date>
    <item>
      <title>Update incremental</title>
      <link>https://community.qlik.com/t5/QlikView/Update-incremental/m-p/416659#M154879</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In insert and update method of incremental load,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For inserting new records we use TimeModified filed.&lt;/P&gt;&lt;P&gt;Can I use any of the Time fieldd for updating records. Or I must use primary key to update.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Dec 2012 08:47:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Update-incremental/m-p/416659#M154879</guid>
      <dc:creator />
      <dc:date>2012-12-07T08:47:42Z</dc:date>
    </item>
    <item>
      <title>Re: Update incremental</title>
      <link>https://community.qlik.com/t5/QlikView/Update-incremental/m-p/416660#M154880</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sure, you can use the TimeModified for updates. Just load all records from source where the TimeModified is larger than last run. Now only load records from the QVD file where the transaction IDs don't exist in the source table. Concatenate and store to QVD. Done.&lt;/P&gt;&lt;P&gt;For deleting records, you'll need to use the ID to parse out which records have been removed since last updating the QVD.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Dec 2012 08:54:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Update-incremental/m-p/416660#M154880</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-12-07T08:54:56Z</dc:date>
    </item>
    <item>
      <title>Re: Update incremental</title>
      <link>https://community.qlik.com/t5/QlikView/Update-incremental/m-p/416661#M154881</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;EM style="color: black; font-size: 9pt; font-family: 'Courier New';"&gt;Max:&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: blue; font-size: 9pt; font-family: 'Courier New';"&gt;LOAD&lt;/STRONG&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; color: green; font-size: 9pt;"&gt;DATIME&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: blue; font-size: 9pt; font-family: 'Courier New';"&gt;FROM&lt;/STRONG&gt;&amp;nbsp; &lt;SPAN style="font-family: 'Courier New'; color: green; font-size: 9pt;"&gt;E:\Qlikview\Data\RawQVD\abc_INC.qvd&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; color: black; font-size: 9pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: green; font-size: 9pt;"&gt;qvd&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: black; font-size: 9pt;"&gt;)&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: green; font-size: 9pt;"&gt;; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="color: black; font-size: 9pt; font-family: 'Courier New';"&gt; &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="color: black; font-size: 9pt; font-family: 'Courier New';"&gt; &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="color: black; font-size: 9pt; font-family: 'Courier New';"&gt;Res:&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: blue; font-size: 9pt; font-family: 'Courier New';"&gt;Load&lt;/STRONG&gt; &lt;SPAN style="font-family: 'Courier New'; color: green; font-size: 9pt;"&gt;DATIME&lt;/SPAN&gt; &lt;STRONG style="color: blue; font-size: 9pt; font-family: 'Courier New';"&gt;as&lt;/STRONG&gt; &lt;SPAN style="font-family: 'Courier New'; color: green; font-size: 9pt;"&gt;ModDate&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: blue; font-size: 9pt; font-family: 'Courier New';"&gt;Resident&lt;/STRONG&gt; &lt;SPAN style="font-family: 'Courier New'; color: green; font-size: 9pt;"&gt;Max&lt;/SPAN&gt; &lt;STRONG style="color: blue; font-size: 9pt; font-family: 'Courier New';"&gt;order&lt;/STRONG&gt; &lt;STRONG style="color: blue; font-size: 9pt; font-family: 'Courier New';"&gt;by&lt;/STRONG&gt; &lt;SPAN style="font-family: 'Courier New'; color: green; font-size: 9pt;"&gt;DATIME&lt;/SPAN&gt; &lt;SPAN style="font-family: 'Courier New'; color: green; font-size: 9pt;"&gt;Desc;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: blue; font-size: 9pt; font-family: 'Courier New';"&gt;Let&lt;/STRONG&gt; &lt;SPAN style="font-family: 'Courier New'; color: green; font-size: 9pt;"&gt;MaxTimeStamp&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: black; font-size: 9pt;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: purple; font-size: 9pt;"&gt;Peek&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: black; font-size: 9pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: blue; font-size: 9pt;"&gt;'ModDate'&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: black; font-size: 9pt;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: blue; font-size: 9pt;"&gt;0&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: black; font-size: 9pt;"&gt;)&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: green; font-size: 9pt;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: blue; font-size: 9pt; font-family: 'Courier New';"&gt;Let&lt;/STRONG&gt; &lt;SPAN style="font-family: 'Courier New'; color: green; font-size: 9pt;"&gt;MinDate&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: black; font-size: 9pt;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: purple; font-size: 9pt;"&gt;Peek&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: black; font-size: 9pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: blue; font-size: 9pt;"&gt;'ModDate'&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: black; font-size: 9pt;"&gt;,-&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: blue; font-size: 9pt;"&gt;1&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: black; font-size: 9pt;"&gt;)&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: green; font-size: 9pt;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: blue; font-size: 9pt; font-family: 'Courier New';"&gt;Let&lt;/STRONG&gt; &lt;SPAN style="font-family: 'Courier New'; color: green; font-size: 9pt;"&gt;MaxTIMESTAMP&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: black; font-size: 9pt;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: purple; font-size: 9pt;"&gt;Timestamp&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: black; font-size: 9pt;"&gt;(&lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style="color: #646464; font-size: 9pt; font-family: 'Courier New';"&gt;$(#MaxTimeStamp)&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-family: 'Courier New'; color: black; font-size: 9pt;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: blue; font-size: 9pt;"&gt;'YYYY-MM-DD-hh.mm.ss.ffffff'&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: black; font-size: 9pt;"&gt;)&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: green; font-size: 9pt;"&gt;;&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: black; font-size: 9pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: blue; font-size: 9pt; font-family: 'Courier New';"&gt;drop&lt;/STRONG&gt; &lt;STRONG style="color: blue; font-size: 9pt; font-family: 'Courier New';"&gt;table&lt;/STRONG&gt;&lt;SPAN style="font-family: 'Courier New'; color: black; font-size: 9pt;"&gt; &lt;EM&gt;Max&lt;/EM&gt;,&lt;EM&gt;Res;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="color: black; font-size: 9pt; font-family: 'Courier New';"&gt;abc_INC:&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: blue; font-size: 9pt; font-family: 'Courier New';"&gt;LOAD&lt;/STRONG&gt;&lt;SPAN style="font-family: 'Courier New'; color: black; font-size: 9pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; color: green; font-size: 9pt;"&gt;ZLOTPFX&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: black; font-size: 9pt;"&gt;,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; color: green; font-size: 9pt;"&gt;ZLOTCOY&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: black; font-size: 9pt;"&gt;,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; color: green; font-size: 9pt;"&gt;ZSBUCODE&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: black; font-size: 9pt;"&gt;,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; color: green; font-size: 9pt;"&gt;ZLOTNUM&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: black; font-size: 9pt;"&gt;,&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;STRONG style="color: #00b400; font-size: 9pt; font-family: 'Courier New';"&gt;//Key (This field is unique)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; color: green; font-size: 9pt;"&gt;DATIME;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: blue; font-size: 9pt; font-family: 'Courier New';"&gt;SQL&lt;/STRONG&gt; &lt;STRONG style="color: blue; font-size: 9pt; font-family: 'Courier New';"&gt;SELECT&lt;/STRONG&gt; &lt;SPAN style="font-family: 'Courier New'; color: #004d4d; font-size: 9pt;"&gt;*&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: blue; font-size: 9pt; font-family: 'Courier New';"&gt;FROM&lt;/STRONG&gt; &lt;SPAN style="font-family: 'Courier New'; color: #004d4d; font-size: 9pt;"&gt;abc&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; color: #004d4d; font-size: 9pt;"&gt;WHERE&lt;/SPAN&gt; &lt;SPAN style="font-family: 'Courier New'; color: #004d4d; font-size: 9pt;"&gt;DATIME&lt;/SPAN&gt; &lt;SPAN style="font-family: 'Courier New'; color: #004d4d; font-size: 9pt;"&gt;&amp;gt;=&lt;/SPAN&gt; &lt;STRONG&gt;&lt;EM style="color: #646464; font-size: 9pt; font-family: 'Courier New';"&gt;'$(MaxTIMESTAMP)'&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-family: 'Courier New'; color: #004d4d; font-size: 9pt;"&gt;;&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: black; font-size: 9pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: blue; font-size: 9pt; font-family: 'Courier New';"&gt;CONCATENATE&lt;/STRONG&gt;&lt;SPAN style="font-family: 'Courier New'; color: black; font-size: 9pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: blue; font-size: 9pt; font-family: 'Courier New';"&gt;LOAD&lt;/STRONG&gt; &lt;SPAN style="font-family: 'Courier New'; color: green; font-size: 9pt;"&gt;ZLOTPFX&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: black; font-size: 9pt;"&gt;, &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; color: green; font-size: 9pt;"&gt;ZLOTCOY&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: black; font-size: 9pt;"&gt;, &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; color: green; font-size: 9pt;"&gt;ZSBUCODE&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: black; font-size: 9pt;"&gt;, &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; color: green; font-size: 9pt;"&gt;ZLOTNUM&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: black; font-size: 9pt;"&gt;,&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; color: green; font-size: 9pt;"&gt;DATIME&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: blue; font-size: 9pt; font-family: 'Courier New';"&gt;FROM&lt;/STRONG&gt;&amp;nbsp; &lt;SPAN style="font-family: 'Courier New'; color: green; font-size: 9pt;"&gt;E:\Qlikview\Data\RawQVD\abc_INC.qvd&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; color: black; font-size: 9pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: green; font-size: 9pt;"&gt;qvd&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: black; font-size: 9pt;"&gt;) &lt;/SPAN&gt;&lt;STRONG style="color: blue; font-size: 9pt; font-family: 'Courier New';"&gt;WHERE&lt;/STRONG&gt; &lt;STRONG style="color: blue; font-size: 9pt; font-family: 'Courier New';"&gt;NOT&lt;/STRONG&gt; &lt;SPAN style="font-family: 'Courier New'; color: purple; font-size: 9pt;"&gt;EXISTS&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: black; font-size: 9pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: green; font-size: 9pt;"&gt;ZLOTNUM&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: black; font-size: 9pt;"&gt;)&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: green; font-size: 9pt;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: blue; font-size: 9pt; font-family: 'Courier New';"&gt; &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: blue; font-size: 9pt; font-family: 'Courier New';"&gt;Store&lt;/STRONG&gt;&lt;SPAN style="font-family: 'Courier New'; color: black; font-size: 9pt;"&gt; abc_INC &lt;/SPAN&gt;&lt;STRONG style="color: blue; font-size: 9pt; font-family: 'Courier New';"&gt;into&lt;/STRONG&gt; &lt;SPAN style="font-family: 'Courier New'; color: #004d4d; font-size: 9pt;"&gt;&lt;E&gt;&lt;/E&gt;&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: black; font-size: 9pt;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: blue; font-size: 9pt; font-family: 'Courier New';"&gt;Drop&lt;/STRONG&gt; &lt;STRONG style="color: blue; font-size: 9pt; font-family: 'Courier New';"&gt;Table&lt;/STRONG&gt;&lt;SPAN style="font-family: 'Courier New'; color: black; font-size: 9pt;"&gt; &lt;EM&gt;abc_INC; &lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; color: black; font-size: 9pt;"&gt;&lt;EM&gt;I am just taken this from community as some one's example only.&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; color: black; font-size: 9pt;"&gt;&lt;EM&gt;Here we using at last where not exists. This is functioning as update. And DATIME functioning as insert.&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; color: black; font-size: 9pt;"&gt;&lt;EM&gt;Let me know your thought.&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Dec 2012 09:00:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Update-incremental/m-p/416661#M154881</guid>
      <dc:creator />
      <dc:date>2012-12-07T09:00:45Z</dc:date>
    </item>
    <item>
      <title>Re: Update incremental</title>
      <link>https://community.qlik.com/t5/QlikView/Update-incremental/m-p/416662#M154882</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for this as I am trying to implement something similar to mine. One question about the following line: &lt;/P&gt;&lt;P&gt;&lt;STRONG style="background-color: #ffffff; font-size: 9pt; color: blue; font-family: 'Courier New';"&gt;FROM&lt;/STRONG&gt;&lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt; &lt;/SPAN&gt;&lt;SPAN style="background-color: #ffffff; font-size: 9pt; font-family: 'Courier New'; color: #004d4d;"&gt;abc&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Where is abc? Should this be abc_inc or should be the file path?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Dec 2012 14:00:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Update-incremental/m-p/416662#M154882</guid>
      <dc:creator />
      <dc:date>2012-12-18T14:00:10Z</dc:date>
    </item>
    <item>
      <title>Re: Update incremental</title>
      <link>https://community.qlik.com/t5/QlikView/Update-incremental/m-p/416663#M154883</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;abc_INC is the initial QVD.&amp;nbsp; This is not the path.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Dec 2012 14:16:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Update-incremental/m-p/416663#M154883</guid>
      <dc:creator />
      <dc:date>2012-12-18T14:16:13Z</dc:date>
    </item>
    <item>
      <title>Re: Update incremental</title>
      <link>https://community.qlik.com/t5/QlikView/Update-incremental/m-p/416664#M154884</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think u asling abc but not abc_INC.If so then&amp;nbsp; abc is the database table from which we taking incremental values and concatenationg with existing qvd i.e abc_INC.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Dec 2012 14:18:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Update-incremental/m-p/416664#M154884</guid>
      <dc:creator />
      <dc:date>2012-12-18T14:18:52Z</dc:date>
    </item>
    <item>
      <title>Re: Update incremental</title>
      <link>https://community.qlik.com/t5/QlikView/Update-incremental/m-p/416665#M154885</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your reply. I am indeed asking where 'abc' is. I can't find it defined anywhere, and I am doing something wrong where the following code doesn't work. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you know what I am doing wrong? This is the first attempt where I am trying to read off a raw data excel file and compare to qvd, then put new records into qvd. Thanks again.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Max:&lt;/P&gt;&lt;P&gt;LOAD Run_Time&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;&lt;C&gt;&lt;/C&gt;&lt;/P&gt;&lt;P&gt;(qvd);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Res:&lt;/P&gt;&lt;P&gt;Load Run_Time as ModDate&lt;/P&gt;&lt;P&gt;Resident Max order by Run_Time Desc;&lt;/P&gt;&lt;P&gt;Let MaxTimeStamp=Peek('ModDate',0);&lt;/P&gt;&lt;P&gt;Let MinDate=Peek('ModDate',-1);&lt;/P&gt;&lt;P&gt;Let MaxTIMESTAMP=Timestamp($(#MaxTimeStamp),'YYYY-MM-DD-hh.mm.ss.ffffff');&lt;/P&gt;&lt;P&gt;drop table Max;&lt;/P&gt;&lt;P&gt;drop table Res;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Appended_Data:&lt;/P&gt;&lt;P&gt;LOAD Name, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Location, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Date, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [# Entry], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Revenue, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Run_Time&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;&lt;C&gt;&lt;/C&gt;&lt;/P&gt;&lt;P&gt;(ooxml, embedded labels, table is Sheet1)&lt;/P&gt;&lt;P&gt;where Run_Time &amp;gt;= $(MaxTIMESTAMP);&lt;/P&gt;&lt;P&gt;CONCATENATE&lt;/P&gt;&lt;P&gt;LOAD Name, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Location, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Date, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [# Entry], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Revenue, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Run_Time&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;&lt;C&gt;&lt;/C&gt;&lt;/P&gt;&lt;P&gt;(qvd);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;STORE Appended_Data into C:\Users\212071760\Desktop\QlikView Tests\QVD Testing\QVD_Test.qvd&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Dec 2012 14:48:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Update-incremental/m-p/416665#M154885</guid>
      <dc:creator />
      <dc:date>2012-12-18T14:48:42Z</dc:date>
    </item>
    <item>
      <title>Re: Update incremental</title>
      <link>https://community.qlik.com/t5/QlikView/Update-incremental/m-p/416666#M154886</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In the script posted by me above not shown the path. Abc is the database table but not specified the path. We need to make an assumption that path exists with abc as it is sample code. Its something like “from dbo.qlikview.abc”. Since you using excel so you will have some path c:\.... something like this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you tell me what error u getting. Share the screenshot of error.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Dec 2012 15:03:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Update-incremental/m-p/416666#M154886</guid>
      <dc:creator />
      <dc:date>2012-12-18T15:03:46Z</dc:date>
    </item>
    <item>
      <title>Re: Update incremental</title>
      <link>https://community.qlik.com/t5/QlikView/Update-incremental/m-p/416667#M154887</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;LET vLastExecTime = TIMESTAMP(0, 'YYYY-MM-DD hh:mm:ss.fff');      // resetting vLastExecTime&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      LoadTime:&lt;/P&gt;&lt;P&gt;      LOAD MAX(TimeModified) AS X&lt;/P&gt;&lt;P&gt;      FROM D:\TW Apps\Incremental\W6TASKS.qvd (qvd);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      LET vLastExecTime =TIMESTAMP(PEEK('X',0,'LoadTime'),'YYYY-MM-DD hh:mm:ss.fff');&lt;/P&gt;&lt;P&gt;      DROP TABLE LoadTime;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/W6TASKS"&gt;&lt;/A&gt;:&lt;/P&gt;&lt;P&gt;LOAD *;&lt;/P&gt;&lt;P&gt;SQL SELECT * FROM "QLKVIEW_SO".dbo.W6TASKS WHERE TimeModified &amp;gt; ' $(vLastExecTime) ';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CONCATENATE (&lt;A href="https://community.qlik.com/W6TASKS"&gt;&lt;/A&gt;)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      LOAD *&lt;/P&gt;&lt;P&gt;      FROM D:\TW Apps\Incremental\W6TASKS.qvd (qvd);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      STORE &lt;A href="https://community.qlik.com/W6TASKS"&gt;&lt;/A&gt; INTO D:\TW Apps\Incremental\W6TASKS.qvd;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use this one which is free from error. Hope it helps. Instead of DB table you can use excel above as per your requirement.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Dec 2012 15:13:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Update-incremental/m-p/416667#M154887</guid>
      <dc:creator />
      <dc:date>2012-12-18T15:13:35Z</dc:date>
    </item>
    <item>
      <title>Re: Update incremental</title>
      <link>https://community.qlik.com/t5/QlikView/Update-incremental/m-p/416668#M154888</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok that makes sense. I thought it was the path of the data file that will be appended to the qvd but wasn't sure. Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Dec 2012 15:21:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Update-incremental/m-p/416668#M154888</guid>
      <dc:creator />
      <dc:date>2012-12-18T15:21:51Z</dc:date>
    </item>
  </channel>
</rss>

