<?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 implement in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Incremental-load-implement/m-p/1580705#M598143</link>
    <description>&lt;P&gt;Thanks all for the help,it worked&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;i am missing&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;where date &amp;gt; '$(vMaxDate)';&lt;/PRE&gt;&lt;P&gt;i am missing '' /text for the $(vmaxdate)&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 15 May 2019 22:29:50 GMT</pubDate>
    <dc:creator>sanjeeva_279</dc:creator>
    <dc:date>2019-05-15T22:29:50Z</dc:date>
    <item>
      <title>Incremental  load implement</title>
      <link>https://community.qlik.com/t5/QlikView/Incremental-load-implement/m-p/1571819#M598132</link>
      <description>&lt;P&gt;Hi I am trying to implement incremental load for one of my dashbaord&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;issues :&amp;nbsp;DATE' is not a recognized built-in function name/date is not comparable with INT&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;i have loaded tables data in qvd and identified date field ,date field i am using it as variable max(datefield) for max date data&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;when i am trying to concatenate data i am having issues with date and int issues&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;QVD: name,date,salary&amp;nbsp; &amp;nbsp; &amp;nbsp;---date as field for date&amp;nbsp; max(date) as maxdate&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;Incremental :&amp;nbsp;&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;select name ,date,salary from table employee&amp;nbsp; where date &amp;gt; maxdate;&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;concatenate&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;load&amp;nbsp; name,date,salary from qvd;&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;in this scenario i am getting date issues as maxdate and date field is not compatable&amp;nbsp; etc...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 23 Apr 2019 00:22:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Incremental-load-implement/m-p/1571819#M598132</guid>
      <dc:creator>sanjeeva_279</dc:creator>
      <dc:date>2019-04-23T00:22:52Z</dc:date>
    </item>
    <item>
      <title>Re: Incremental  load implement</title>
      <link>https://community.qlik.com/t5/QlikView/Incremental-load-implement/m-p/1571872#M598133</link>
      <description>&lt;P&gt;try this:&lt;/P&gt;&lt;P&gt;let maxdate= Date(max(Date));&amp;nbsp; // Make sure both Date field and output of variable "maxdate" is in same format&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;Incremental :&amp;nbsp;&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;select name ,date,salary from table employee&amp;nbsp; where date &amp;gt; &lt;FONT color="#FF0000"&gt;$&lt;/FONT&gt;(maxdate);&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;concatenate&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;load&amp;nbsp; name,date,salary from qvd;&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 23 Apr 2019 06:37:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Incremental-load-implement/m-p/1571872#M598133</guid>
      <dc:creator>jyothish8807</dc:creator>
      <dc:date>2019-04-23T06:37:23Z</dc:date>
    </item>
    <item>
      <title>Re: Incremental  load implement</title>
      <link>https://community.qlik.com/t5/QlikView/Incremental-load-implement/m-p/1572351#M598134</link>
      <description>&lt;P&gt;THANKS FOR THE MAIL,STILL I SEE ERROR&amp;nbsp; AS&amp;nbsp;&lt;/P&gt;&lt;P&gt;":'Date' is not a recognized built-in function name."&lt;/P&gt;&lt;P&gt;&lt;EM&gt;even i kept both the formats same i see the issues of&amp;nbsp; date function or incompatability&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;Incremental :&amp;nbsp;&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;select name ,date,salary from table employee&amp;nbsp; where date &amp;gt;&amp;nbsp;&lt;FONT color="#FF0000"&gt;$&lt;/FONT&gt;(maxdate);&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;concatenate&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;load&amp;nbsp; name,date,salary from qvd;&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;seems selecting fields from table and loading fileds from tables for incremental use has issues&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 23 Apr 2019 22:32:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Incremental-load-implement/m-p/1572351#M598134</guid>
      <dc:creator>sanjeeva_279</dc:creator>
      <dc:date>2019-04-23T22:32:48Z</dc:date>
    </item>
    <item>
      <title>Re: Incremental  load implement</title>
      <link>https://community.qlik.com/t5/QlikView/Incremental-load-implement/m-p/1572404#M598135</link>
      <description>&lt;P&gt;Hi Sanjeeva,&lt;/P&gt;&lt;P&gt;Can you try this, i guess the issue is because the the first table is coming directly from DB.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;Incremental :&amp;nbsp;&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;&lt;EM&gt;Load *&lt;/EM&gt;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;&lt;EM&gt;where date &amp;gt;&amp;nbsp;$(maxdate);&lt;/EM&gt;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;select name ,date,salary from table employee ;&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;concatenate&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;load&amp;nbsp; name,date,salary from qvd;&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 24 Apr 2019 04:44:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Incremental-load-implement/m-p/1572404#M598135</guid>
      <dc:creator>jyothish8807</dc:creator>
      <dc:date>2019-04-24T04:44:55Z</dc:date>
    </item>
    <item>
      <title>Re: Incremental  load implement</title>
      <link>https://community.qlik.com/t5/QlikView/Incremental-load-implement/m-p/1572409#M598137</link>
      <description>can you post your script which you are trying? It will help us to provide more accurate solution.</description>
      <pubDate>Wed, 24 Apr 2019 04:56:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Incremental-load-implement/m-p/1572409#M598137</guid>
      <dc:creator>PrashantSangle</dc:creator>
      <dc:date>2019-04-24T04:56:56Z</dc:date>
    </item>
    <item>
      <title>Re: Incremental  load implement</title>
      <link>https://community.qlik.com/t5/QlikView/Incremental-load-implement/m-p/1572421#M598139</link>
      <description>&lt;P&gt;maxdate will not be evaluated so you are trying to inject the text of the expression which does not work. You need to calculate the max in a load and then peek() the value to get the max date into the variable - something like this:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;MaxDate:
LOAD Max(date) as MaxDate
Resident ....;

Let vMaxDate = Date(Peek('MaxDate));
Drop table MaxDate;

Incremental : 
select name, date, salary 
from employee 
where date &amp;gt; '$(vMaxDate)'; 

concatenate(Incremental)
load name,date,salary 
from file.qvd (qvd);&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 24 Apr 2019 05:19:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Incremental-load-implement/m-p/1572421#M598139</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2019-04-24T05:19:33Z</dc:date>
    </item>
    <item>
      <title>Re: Incremental  load implement</title>
      <link>https://community.qlik.com/t5/QlikView/Incremental-load-implement/m-p/1572522#M598141</link>
      <description>&lt;P&gt;Try this :&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;A:&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;Date(Max(Date) ) as MaxDate&lt;/P&gt;&lt;P&gt;from employee;&lt;/P&gt;&lt;P&gt;Let&amp;nbsp;&amp;nbsp;&lt;STRONG&gt;&lt;EM&gt;maxdate= peek('MaxDate',0,'A');&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;Drop table A;&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;Incremental :&amp;nbsp;&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;&lt;EM&gt;Load *&lt;/EM&gt;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;&lt;EM&gt;where date &amp;gt;&amp;nbsp;$(maxdate);&lt;/EM&gt;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;select name ,date,salary from table employee ;&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;concatenate&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;load&amp;nbsp; name,date,salary from qvd;&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 24 Apr 2019 08:22:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Incremental-load-implement/m-p/1572522#M598141</guid>
      <dc:creator>jyothish8807</dc:creator>
      <dc:date>2019-04-24T08:22:14Z</dc:date>
    </item>
    <item>
      <title>Re: Incremental  load implement</title>
      <link>https://community.qlik.com/t5/QlikView/Incremental-load-implement/m-p/1580705#M598143</link>
      <description>&lt;P&gt;Thanks all for the help,it worked&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;i am missing&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;where date &amp;gt; '$(vMaxDate)';&lt;/PRE&gt;&lt;P&gt;i am missing '' /text for the $(vmaxdate)&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 15 May 2019 22:29:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Incremental-load-implement/m-p/1580705#M598143</guid>
      <dc:creator>sanjeeva_279</dc:creator>
      <dc:date>2019-05-15T22:29:50Z</dc:date>
    </item>
  </channel>
</rss>

