<?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 Problem setting variable from QVD file for incremental load in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Problem-setting-variable-from-QVD-file-for-incremental-load/m-p/530255#M1129262</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have an odd problem that I don't quite understand. I have been testing incremental loading and I have what I believe all the parts are set up and ready to go but I cannot get the SQL SELECT statement to work correctly. What I have is this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;SELECT * FROM TableName WHERE &lt;/SPAN&gt;FieldName &amp;gt; '$(vLoadFromID)' &lt;STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;To test this I was manually setting the variable as follows before executing the SELECT statement to load just the new data&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 8pt;"&gt;vLoadFromID&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; = '2675710'; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 8pt;"&gt;vLoadFromID&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; = 2675710; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Using either of these statements to set the value for the variable, the SELECT statement correctly loads 1 new record from the database, then I load the previously stored QVD file and then store the new data back in to the QVD file again. I then store the value for the latest ID in another QVD file before exiting the script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem is that when I try and set the variable by loading the value from a QVD file rather than setting it manually, the SELECT loads all the data rather than the just the new data...so I read in the value for the last ID that I stored &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;LOAD&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;BR /&gt;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;LastID&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;AS&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;LoadFromID&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;FROM&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; LastID.qvd (&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;qvd&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;);&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Then set the variable used in the SELECT statement, using either of these&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;vLoadFromID = LoadFromID;&lt;/P&gt;&lt;P&gt;vLoadFromID = LastID;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The variable vLoadFromID always seem to end up blank or null and the SELECT statement always loads all the data...rather than zero records in this case as no new data has been added since I stored the last ID.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any advice appreciated on how to correctly read in and set the variable that is to be used in the SEELCT statement&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 04 Dec 2013 21:05:36 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-12-04T21:05:36Z</dc:date>
    <item>
      <title>Problem setting variable from QVD file for incremental load</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-setting-variable-from-QVD-file-for-incremental-load/m-p/530255#M1129262</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have an odd problem that I don't quite understand. I have been testing incremental loading and I have what I believe all the parts are set up and ready to go but I cannot get the SQL SELECT statement to work correctly. What I have is this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;SELECT * FROM TableName WHERE &lt;/SPAN&gt;FieldName &amp;gt; '$(vLoadFromID)' &lt;STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;To test this I was manually setting the variable as follows before executing the SELECT statement to load just the new data&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 8pt;"&gt;vLoadFromID&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; = '2675710'; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 8pt;"&gt;vLoadFromID&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; = 2675710; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Using either of these statements to set the value for the variable, the SELECT statement correctly loads 1 new record from the database, then I load the previously stored QVD file and then store the new data back in to the QVD file again. I then store the value for the latest ID in another QVD file before exiting the script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem is that when I try and set the variable by loading the value from a QVD file rather than setting it manually, the SELECT loads all the data rather than the just the new data...so I read in the value for the last ID that I stored &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;LOAD&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;BR /&gt;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;LastID&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;AS&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;LoadFromID&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;FROM&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; LastID.qvd (&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;qvd&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;);&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Then set the variable used in the SELECT statement, using either of these&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;vLoadFromID = LoadFromID;&lt;/P&gt;&lt;P&gt;vLoadFromID = LastID;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The variable vLoadFromID always seem to end up blank or null and the SELECT statement always loads all the data...rather than zero records in this case as no new data has been added since I stored the last ID.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any advice appreciated on how to correctly read in and set the variable that is to be used in the SEELCT statement&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Dec 2013 21:05:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-setting-variable-from-QVD-file-for-incremental-load/m-p/530255#M1129262</guid>
      <dc:creator />
      <dc:date>2013-12-04T21:05:36Z</dc:date>
    </item>
    <item>
      <title>Re: Problem setting variable from QVD file for incremental load</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-setting-variable-from-QVD-file-for-incremental-load/m-p/530256#M1129263</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mark,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;just use Peek() function:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let vLoadFromID = &lt;EM class="jive-hilite"&gt;peek&lt;/EM&gt;('LoadFromID',-1,'Tablename');&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Ralf&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Dec 2013 21:16:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-setting-variable-from-QVD-file-for-incremental-load/m-p/530256#M1129263</guid>
      <dc:creator>rbecher</dc:creator>
      <dc:date>2013-12-04T21:16:01Z</dc:date>
    </item>
    <item>
      <title>Re: Problem setting variable from QVD file for incremental load</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-setting-variable-from-QVD-file-for-incremental-load/m-p/530257#M1129264</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;1) Get Last ID from QVD&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MaxIDTable:&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; max(ID) as maxID&lt;/P&gt;&lt;P&gt;FROM existing_data.qvd (qvd);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;2) Store field value in Variable:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LET &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;vLoadFromID &lt;/SPAN&gt; = peek('maxID',0,'MaxIDTable');&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DROP TABLE MaxIDTable;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;3) Extract records from SQL Table and Concatenate existing QVD.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NewData:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;SELECT * FROM TableName WHERE &lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;FieldName &amp;gt; '$(vLoadFromID)';&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;CONCATENATE (NewData)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;LOAD&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; *&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;FROM existing_data.qvd (qvd);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;STRONG&gt;4) Store results&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;STORE NewData INTO Data.qvd;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;DROP TABLE NewData;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Dec 2013 21:23:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-setting-variable-from-QVD-file-for-incremental-load/m-p/530257#M1129264</guid>
      <dc:creator>wallinpeter</dc:creator>
      <dc:date>2013-12-04T21:23:40Z</dc:date>
    </item>
    <item>
      <title>Re: Problem setting variable from QVD file for incremental load</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-setting-variable-from-QVD-file-for-incremental-load/m-p/530258#M1129265</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Ralf and Peter....it works now.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you shed any light on why setting the variable using PEEK works and setting it the way I was doing it originally didn't work.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Dec 2013 21:48:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-setting-variable-from-QVD-file-for-incremental-load/m-p/530258#M1129265</guid>
      <dc:creator />
      <dc:date>2013-12-04T21:48:09Z</dc:date>
    </item>
    <item>
      <title>Re: Problem setting variable from QVD file for incremental load</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-setting-variable-from-QVD-file-for-incremental-load/m-p/530259#M1129266</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Because a field can potentially have more than one value. What if this load statement returned 100 rows....&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #0000ff;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #0000ff;"&gt;LOAD&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #800000;"&gt;LastID&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #0000ff;"&gt;AS&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #800000;"&gt;LoadFromID&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;BR /&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #0000ff;"&gt;FROM&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; LastID.qvd (&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #0000ff;"&gt;qvd&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 8pt; line-height: 1.5em;"&gt;);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 8pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 8pt; line-height: 1.5em;"&gt;Which of the 100 rows would the variable be equal to?&amp;nbsp; That is why you wrap in peek function, to guarantee only one value is passed to LET statement.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Dec 2013 21:56:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-setting-variable-from-QVD-file-for-incremental-load/m-p/530259#M1129266</guid>
      <dc:creator>wallinpeter</dc:creator>
      <dc:date>2013-12-04T21:56:10Z</dc:date>
    </item>
    <item>
      <title>Re: Problem setting variable from QVD file for incremental load</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-setting-variable-from-QVD-file-for-incremental-load/m-p/530260#M1129267</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Because you cannot access a field value in this way. You need to use a function.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Dec 2013 22:01:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-setting-variable-from-QVD-file-for-incremental-load/m-p/530260#M1129267</guid>
      <dc:creator>rbecher</dc:creator>
      <dc:date>2013-12-04T22:01:07Z</dc:date>
    </item>
    <item>
      <title>Re: Problem setting variable from QVD file for incremental load</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-setting-variable-from-QVD-file-for-incremental-load/m-p/530261#M1129268</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ralf&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks, I think this was my problem as I was only creating a table with a single row.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mark Boomer&lt;/P&gt;&lt;P&gt;SupportLine Manager&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Micro Focus&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;mark.boomer@microfocus.com&amp;lt;mailto:mark.boomer@microfocus.com&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Micro Focus House,&lt;/P&gt;&lt;P&gt;2 East Bridge Street&lt;/P&gt;&lt;P&gt;Belfast BT1 3NK,&lt;/P&gt;&lt;P&gt;Northern Ireland&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Direct: +44 (0)2890 260035&lt;/P&gt;&lt;P&gt;Mobile:&lt;/P&gt;&lt;P&gt;Fax:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You'll find answers to more questions as well as discussions, forums and articles at the NEW Borland Community http://community.microfocus.com/borland/&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Visit. Engage. Share.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Dec 2013 22:21:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-setting-variable-from-QVD-file-for-incremental-load/m-p/530261#M1129268</guid>
      <dc:creator />
      <dc:date>2013-12-04T22:21:32Z</dc:date>
    </item>
    <item>
      <title>Re: Problem setting variable from QVD file for incremental load</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-setting-variable-from-QVD-file-for-incremental-load/m-p/530262#M1129269</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was using the AUTOGENERATE(1) to create the table with a single row but using PEEK in this way is good advice as then I don’t need to care how many rows are in the table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again for the help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mark Boomer&lt;/P&gt;&lt;P&gt;SupportLine Manager&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Micro Focus&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;mark.boomer@microfocus.com&amp;lt;mailto:mark.boomer@microfocus.com&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Micro Focus House,&lt;/P&gt;&lt;P&gt;2 East Bridge Street&lt;/P&gt;&lt;P&gt;Belfast BT1 3NK,&lt;/P&gt;&lt;P&gt;Northern Ireland&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Direct: +44 (0)2890 260035&lt;/P&gt;&lt;P&gt;Mobile:&lt;/P&gt;&lt;P&gt;Fax:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You'll find answers to more questions as well as discussions, forums and articles at the NEW Borland Community http://community.microfocus.com/borland/&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Visit. Engage. Share.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Dec 2013 22:23:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-setting-variable-from-QVD-file-for-incremental-load/m-p/530262#M1129269</guid>
      <dc:creator />
      <dc:date>2013-12-04T22:23:20Z</dc:date>
    </item>
  </channel>
</rss>

