<?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: Incremental load in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Incremental-load/m-p/353025#M131019</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; badr, you need to use the prefix "add"&amp;nbsp; in the load statement&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hector&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 20 Mar 2012 18:38:41 GMT</pubDate>
    <dc:creator>hectorgarcia</dc:creator>
    <dc:date>2012-03-20T18:38:41Z</dc:date>
    <item>
      <title>Incremental load</title>
      <link>https://community.qlik.com/t5/QlikView/Incremental-load/m-p/353009#M131003</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Anybody can help me on this issue..&lt;/P&gt;&lt;P&gt;I've been working on it for over three weeks!!&lt;/P&gt;&lt;P&gt;I am loading phone log files"TXT" from a directory and the directory receives new log files every few minutes... and it is a hug directory"it takes over 8 hours to finish loading".&lt;/P&gt;&lt;P&gt;Is there anybody can help me in setting incremental load so I dont load all the files again.&lt;/P&gt;&lt;P&gt;It will be great if i can load to a QVD file and have the incremental load to there and then I can load from the qvd to my application.&lt;/P&gt;&lt;P&gt;Attached is the QVW and a sample of the directory.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Mar 2012 13:52:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Incremental-load/m-p/353009#M131003</guid>
      <dc:creator />
      <dc:date>2012-03-14T13:52:39Z</dc:date>
    </item>
    <item>
      <title>Incremental load</title>
      <link>https://community.qlik.com/t5/QlikView/Incremental-load/m-p/353010#M131004</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I tried to the following and it didnt work&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CDR_Temp_History:&lt;BR /&gt;LOAD&amp;nbsp; Distinct&lt;/P&gt;&lt;P&gt; CallID, &lt;/P&gt;&lt;P&gt; OriginalParty,&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;&lt;X&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ////// this is the history table&lt;/X&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Store CDR into CDR_Temp.QVD;&lt;BR /&gt;Drop Table CDR_Temp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CDR_Temp:&lt;BR /&gt;LOAD&amp;nbsp; Distinct&lt;/P&gt;&lt;P&gt; CallID, &lt;/P&gt;&lt;P&gt; OriginalParty,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FROM ..\\cdr.Qvd;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ////// this is the history table in QVD &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Concatenate&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD&amp;nbsp; Distinct&lt;/P&gt;&lt;P&gt; CallID,&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ////// this is the updated table in excell or whatever is your case &lt;/P&gt;&lt;P&gt; OriginalParty&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FROM CDR_Update.XLS;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Store&amp;nbsp; CDR_Temp into CDR_Temp_History;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ///// Now this new file is the one your final application will read.&lt;/P&gt;&lt;P&gt;Drop Tble CDR_Temp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Mar 2012 18:11:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Incremental-load/m-p/353010#M131004</guid>
      <dc:creator />
      <dc:date>2012-03-14T18:11:39Z</dc:date>
    </item>
    <item>
      <title>Incremental load</title>
      <link>https://community.qlik.com/t5/QlikView/Incremental-load/m-p/353011#M131005</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Badr,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;incremental load for log files is described very well in the Help section, in the article called "Using QVD Files for Inccremental load". Just search Help section for "Incremental Load" and you'll find it. It has very detailed explanations, code examples, etc...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cheers,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Oleg&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Mar 2012 18:13:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Incremental-load/m-p/353011#M131005</guid>
      <dc:creator>Oleg_Troyansky</dc:creator>
      <dc:date>2012-03-14T18:13:26Z</dc:date>
    </item>
    <item>
      <title>Incremental load</title>
      <link>https://community.qlik.com/t5/QlikView/Incremental-load/m-p/353012#M131006</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I tried to follow the same method and apply it to my data .. but I run into error : field not found &amp;lt;#2012&amp;gt;&lt;/P&gt;&lt;P&gt;Which I have no idea where is this field coming from!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Mar 2012 21:07:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Incremental-load/m-p/353012#M131006</guid>
      <dc:creator />
      <dc:date>2012-03-14T21:07:53Z</dc:date>
    </item>
    <item>
      <title>Incremental load</title>
      <link>https://community.qlik.com/t5/QlikView/Incremental-load/m-p/353013#M131007</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hard to say. Could you post your current script here?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I noticed that you are having a slightly different setting, you are accessing a lot of different log files, each seem to have a timestamp in the filename, and at the very end something that looks like a log file sequence number, is that correct?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It might then be more useful to not look at a timestamp taken from the records (i.e. a Call timestamp), but to the file sequence numbers themselves. You can load all filename in a list and filter only the filenames with a sequence number greater than the last read.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Something like using &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P class="Code"&gt;for each File in filelist(PATH&amp;amp;'cdr*')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CHECK FOR SEQUENCENUMBER AND LOAD&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;next File&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Though it seems that you are handling a lot of files, but mostly small files. I am not sure what the performance penalty in looping over the filenames is compared to doing a wildcard load with a where clause.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Mar 2012 22:26:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Incremental-load/m-p/353013#M131007</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2012-03-14T22:26:36Z</dc:date>
    </item>
    <item>
      <title>Re: Incremental load</title>
      <link>https://community.qlik.com/t5/QlikView/Incremental-load/m-p/353014#M131008</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I was actually talking about not using record information for the incremental load decision, but the filenames themselves.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please see attached.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I assume that the last number in your filename is a sequential sequence number, at least it looks like one. So after loading the initially stored QVD, I only load files with a sequence number larger than already read in.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Looking at your code, I think you miss actually using the QVD. You store your table to the QVD at the end of the script, but you need to read it in in the next load somewhere, too. I am also not sure if the loads in your script won't just read in all the records all the time, hence always perform a full load.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think a nice template for a classic incremental load is the example in the QV cookbook, available from Rob Wunderlichs download site. You might want to look at that, it's well documented and I just copied some lines to my attached sample (my code is a little different, since I am using filenames instead of records and not coping with modified or deleted records).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps,&lt;/P&gt;&lt;P&gt;Stefan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Mar 2012 00:24:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Incremental-load/m-p/353014#M131008</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2012-03-16T00:24:34Z</dc:date>
    </item>
    <item>
      <title>Incremental load</title>
      <link>https://community.qlik.com/t5/QlikView/Incremental-load/m-p/353015#M131009</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 tried to run the above atachement and I am getting an error that says: Table CDRTable not found.&lt;/P&gt;&lt;P&gt;Any advice?&lt;/P&gt;&lt;P&gt;Thxs,&lt;/P&gt;&lt;P&gt;Badr&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Mar 2012 00:57:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Incremental-load/m-p/353015#M131009</guid>
      <dc:creator />
      <dc:date>2012-03-16T00:57:17Z</dc:date>
    </item>
    <item>
      <title>Re: Incremental load</title>
      <link>https://community.qlik.com/t5/QlikView/Incremental-load/m-p/353016#M131010</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Most likely your path to the logfiles is not correct, you need to adapt this line to your settings:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SET vLogPath='..\log files test\log files test\';&amp;nbsp; //Adapt path to log file location folder&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Mar 2012 11:03:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Incremental-load/m-p/353016#M131010</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2012-03-16T11:03:11Z</dc:date>
    </item>
    <item>
      <title>Incremental load</title>
      <link>https://community.qlik.com/t5/QlikView/Incremental-load/m-p/353017#M131011</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi again,&lt;/P&gt;&lt;P&gt;The path specified in my query is : SET vLogPath='..\log files test'; as I have the qvw and the log flies directory in the same directory.&lt;/P&gt;&lt;P&gt;by debuging the script: the path shows as follow:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Once it gets to debug this line:&lt;/P&gt;&lt;P&gt;for each File in filelist('$(vLogPath)cdr*') &lt;/P&gt;&lt;P&gt;I get:&lt;/P&gt;&lt;P&gt;File&amp;nbsp;&amp;nbsp;&amp;nbsp; "C:\QlikViewReports\WorkingDocuments\log files test\cdr_StandAloneCluster_02_201203010519_557424"&lt;/P&gt;&lt;P&gt;vLogPath&amp;nbsp;&amp;nbsp;&amp;nbsp; "..\log files test\"&lt;/P&gt;&lt;P&gt;and the script finishes with failure to load the data.&lt;/P&gt;&lt;P&gt;Thxs,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Mar 2012 13:39:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Incremental-load/m-p/353017#M131011</guid>
      <dc:creator />
      <dc:date>2012-03-16T13:39:05Z</dc:date>
    </item>
    <item>
      <title>Incremental load</title>
      <link>https://community.qlik.com/t5/QlikView/Incremental-load/m-p/353018#M131012</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you have the qvw and the log files directory in the same directory, I think it should be&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #636363; font-family: Arial; font-size: 12px; background-color: #eef4f9;"&gt;SET vLogPath='.\log files test\'; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;only one dot at the start, indicating current directory, and don't forget the final back slash. &lt;/P&gt;&lt;P&gt;(Though your debug output for File seems to give a valid filename, strange).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you zip your current directory structure with the qvw and some logs and load it up?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Mar 2012 14:06:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Incremental-load/m-p/353018#M131012</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2012-03-16T14:06:49Z</dc:date>
    </item>
    <item>
      <title>Re: Incremental load</title>
      <link>https://community.qlik.com/t5/QlikView/Incremental-load/m-p/353019#M131013</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here we go.&lt;/P&gt;&lt;P&gt;I tried the one dot as well and it seems to have the same error.&lt;/P&gt;&lt;P&gt;Here is the attachement.&lt;/P&gt;&lt;P&gt;Thank you so much for spending the time helping me.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Mar 2012 14:31:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Incremental-load/m-p/353019#M131013</guid>
      <dc:creator />
      <dc:date>2012-03-16T14:31:36Z</dc:date>
    </item>
    <item>
      <title>Re: Incremental load</title>
      <link>https://community.qlik.com/t5/QlikView/Incremental-load/m-p/353020#M131014</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There was just the trailing back slash missing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I changed the logic, so you now specify the path including the file search string&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SET vLogPath='.\log files test\cdr*';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;maybe this makes it easier to maintain.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Attached the modified zip, should run out of the box.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Mar 2012 14:47:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Incremental-load/m-p/353020#M131014</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2012-03-16T14:47:16Z</dc:date>
    </item>
    <item>
      <title>Re: Incremental load</title>
      <link>https://community.qlik.com/t5/QlikView/Incremental-load/m-p/353021#M131015</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This sounds to be working fine.&lt;/P&gt;&lt;P&gt;How can I make sure it is not loading the files again ...I mean how can I test it?&lt;/P&gt;&lt;P&gt;Thxs&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Mar 2012 15:24:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Incremental-load/m-p/353021#M131015</guid>
      <dc:creator />
      <dc:date>2012-03-16T15:24:26Z</dc:date>
    </item>
    <item>
      <title>Incremental load</title>
      <link>https://community.qlik.com/t5/QlikView/Incremental-load/m-p/353022#M131016</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You'll see it in the log file or by looking at the script execution dialog.&lt;/P&gt;&lt;P&gt; Or by debugging (could be quite painful to go through hundred of files, so start with few).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can add TRACE statements to the script to log more information at different point (please refer to the Help for that).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On large log volumes, you should notice an effect on load time (I even noticed when using the logs provided).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Mar 2012 15:31:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Incremental-load/m-p/353022#M131016</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2012-03-16T15:31:30Z</dc:date>
    </item>
    <item>
      <title>Re: Incremental load</title>
      <link>https://community.qlik.com/t5/QlikView/Incremental-load/m-p/353023#M131017</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you so much for your grerat help.&lt;/P&gt;&lt;P&gt;I'll do that.&lt;/P&gt;&lt;P&gt;however, you are the best QV developer in here. I guess you have been working with QV for long ..long time.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Mar 2012 15:35:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Incremental-load/m-p/353023#M131017</guid>
      <dc:creator />
      <dc:date>2012-03-16T15:35:01Z</dc:date>
    </item>
    <item>
      <title>Re: Incremental load</title>
      <link>https://community.qlik.com/t5/QlikView/Incremental-load/m-p/353024#M131018</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Swuehl,&lt;/P&gt;&lt;P&gt;After loading the following script the data is storded in a qvd which is great, but when I add more Log files to the directory it doesn't add them to the QVD file..&lt;/P&gt;&lt;P&gt;Any advice will be great.&lt;/P&gt;&lt;P&gt;Thxs,&lt;/P&gt;&lt;P&gt;Badr&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;﻿﻿&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Mar 2012 18:09:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Incremental-load/m-p/353024#M131018</guid>
      <dc:creator />
      <dc:date>2012-03-20T18:09:09Z</dc:date>
    </item>
    <item>
      <title>Re: Incremental load</title>
      <link>https://community.qlik.com/t5/QlikView/Incremental-load/m-p/353025#M131019</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; badr, you need to use the prefix "add"&amp;nbsp; in the load statement&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hector&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Mar 2012 18:38:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Incremental-load/m-p/353025#M131019</guid>
      <dc:creator>hectorgarcia</dc:creator>
      <dc:date>2012-03-20T18:38:41Z</dc:date>
    </item>
    <item>
      <title>Re: Incremental load</title>
      <link>https://community.qlik.com/t5/QlikView/Incremental-load/m-p/353026#M131020</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I tried Add Load * &lt;/P&gt;&lt;P&gt;but it didnt make any different&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Mar 2012 18:41:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Incremental-load/m-p/353026#M131020</guid>
      <dc:creator />
      <dc:date>2012-03-20T18:41:39Z</dc:date>
    </item>
    <item>
      <title>Re: Incremental load</title>
      <link>https://community.qlik.com/t5/QlikView/Incremental-load/m-p/353027#M131021</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I can't look into your problem in deep right now.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;New files will only be read if the if condition of your script is fulfilled and records will only &lt;/P&gt;&lt;P&gt;be loaded when the WHERE clause is true.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So please double check both maybe by stepping through with the debugger.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think I have tested my previous script with adding New files.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Mar 2012 22:32:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Incremental-load/m-p/353027#M131021</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2012-03-20T22:32:46Z</dc:date>
    </item>
    <item>
      <title>Re: Incremental load</title>
      <link>https://community.qlik.com/t5/QlikView/Incremental-load/m-p/353028#M131022</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;Use can use Concatenation &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The script will be like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let Qvdpath=(path);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Temp:&lt;/P&gt;&lt;P&gt;load * from (Qvdpath);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;concatenate&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;load * fom(LOG file which u are loading)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;store Temp into $(Qvdpath);&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;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sivaraj S&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Mar 2012 05:04:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Incremental-load/m-p/353028#M131022</guid>
      <dc:creator>sivarajs</dc:creator>
      <dc:date>2012-03-21T05:04:20Z</dc:date>
    </item>
  </channel>
</rss>

