<?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 issue in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Incremental-load-issue/m-p/1441079#M809090</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your replies.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Finally I got the solution using below statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;=timestamp(Createddate,'MM/DD/YYYY hh:mm:ss.fff')&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Thanks,&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Chandra&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 18 Oct 2017 12:30:56 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2017-10-18T12:30:56Z</dc:date>
    <item>
      <title>Incremental load issue</title>
      <link>https://community.qlik.com/t5/QlikView/Incremental-load-issue/m-p/1441063#M809072</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have created incremental load in my project. Here I'm facing issue in fetching the incremental data from DB.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EMP:&lt;/P&gt;&lt;P&gt;LOAD EName, Empid, CreatedDate&lt;/P&gt;&lt;P&gt;FROM [..\QVDs\Employee.qvd] (qvd);&lt;/P&gt;&lt;P&gt;Date:&lt;/P&gt;&lt;P&gt;LOAD max(Timestamp(CreatedDate)) as maxdate&lt;/P&gt;&lt;P&gt;Resident EMP;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;let date_modified = Peek('maxdate',0,'Date');&lt;/P&gt;&lt;P&gt;DROP Table EMP;&lt;/P&gt;&lt;P&gt;Incremental_EMP:&lt;/P&gt;&lt;P&gt;SQL SELECT&lt;/P&gt;&lt;P&gt;EName, Empid, CreatedDate&lt;/P&gt;&lt;P&gt;FROM "QV_DB".db.Employee&lt;/P&gt;&lt;P&gt;where CreatedDate &amp;gt;'$(date_modified)';&lt;/P&gt;&lt;P&gt;Concatenate&lt;/P&gt;&lt;P&gt;LOAD EName, Empid, CreatedDate&lt;/P&gt;&lt;P&gt;FROM [..\QVDs\Employee.qvd] (qvd)&lt;/P&gt;&lt;P&gt;Where not Exists(Empid);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Inner Join&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SQL SELECT Empid&lt;/P&gt;&lt;P&gt;FROM "QV_DB".db.Employee;&lt;/P&gt;&lt;P&gt;STORE Incremental_EMP into [..\QVDs\Employee.qvd] (qvd);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The issue is in where condition. when we are fetching data from db by using below condition&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;where CreatedDate &amp;gt;'$(date_modified)';&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;here variable date_modified will store max date. when we load the data from db it is loading data from&amp;nbsp; max date onwards. but as per our condition it has to fetch data from greater than max date. Please help me to resolve this.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Thanks,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Chandra&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Incremental-load-issue/m-p/1441063#M809072</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Incremental load issue</title>
      <link>https://community.qlik.com/t5/QlikView/Incremental-load-issue/m-p/1441064#M809073</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Chandra,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please check date format you have given and which comes from sql:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;EMP:&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;LOAD EName, Empid, CreatedDate&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;FROM [..\QVDs\Employee.qvd] (qvd);&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;Date:&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;LOAD max(Timestamp(CreatedDate)) as maxdate&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;Resident EMP;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;&lt;STRONG&gt;let date_modified = Date(Peek('maxdate',0,'Date'),'DD-MMM-YYYY');&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;DROP Table EMP;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;Incremental_EMP:&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;SQL SELECT&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;EName, Empid, CreatedDate&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;FROM "QV_DB".db.Employee&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;where CreatedDate &amp;gt;'$(date_modified)';&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;Concatenate&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;LOAD EName, Empid, CreatedDate&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;FROM [..\QVDs\Employee.qvd] (qvd)&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;Where not Exists(Empid);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;Inner Join&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;SQL SELECT Empid&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;FROM "QV_DB".db.Employee;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;STORE Incremental_EMP into [..\QVDs\Employee.qvd] (qvd);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;Thanks,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;Arvind Patil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Oct 2017 07:14:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Incremental-load-issue/m-p/1441064#M809073</guid>
      <dc:creator>arvind_patil</dc:creator>
      <dc:date>2017-10-12T07:14:31Z</dc:date>
    </item>
    <item>
      <title>Re: Incremental load issue</title>
      <link>https://community.qlik.com/t5/QlikView/Incremental-load-issue/m-p/1441065#M809074</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;which is the underlying database? Oracle or Sql server?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Oct 2017 07:15:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Incremental-load-issue/m-p/1441065#M809074</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2017-10-12T07:15:02Z</dc:date>
    </item>
    <item>
      <title>Re: Incremental load issue</title>
      <link>https://community.qlik.com/t5/QlikView/Incremental-load-issue/m-p/1441066#M809075</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you getting any errors?? or your not able to get the data ...could explain bit more on this &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Oct 2017 07:17:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Incremental-load-issue/m-p/1441066#M809075</guid>
      <dc:creator>avinashelite</dc:creator>
      <dc:date>2017-10-12T07:17:19Z</dc:date>
    </item>
    <item>
      <title>Re: Incremental load issue</title>
      <link>https://community.qlik.com/t5/QlikView/Incremental-load-issue/m-p/1441067#M809076</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Sql server&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Oct 2017 07:20:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Incremental-load-issue/m-p/1441067#M809076</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-10-12T07:20:14Z</dc:date>
    </item>
    <item>
      <title>Re: Incremental load issue</title>
      <link>https://community.qlik.com/t5/QlikView/Incremental-load-issue/m-p/1441068#M809077</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;WHat do you mean by this statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;" when we load the data from db it is loading data from&amp;nbsp; max date onwards. but as per our condition it has to fetch data from greater than max date".&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: 13.3333px;"&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: 13.3333px;"&gt;It seems similar to me. &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: 13.3333px;"&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: 13.3333px;"&gt;Do you mean that it is fetching data for that day also?&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: 13.3333px;"&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: 13.3333px;"&gt;If yes then check for the timestamp in the variable.&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: 13.3333px;"&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: 13.3333px;"&gt;Regards,&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: 13.3333px;"&gt;Kaushik Solanki&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Oct 2017 07:20:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Incremental-load-issue/m-p/1441068#M809077</guid>
      <dc:creator>kaushiknsolanki</dc:creator>
      <dc:date>2017-10-12T07:20:33Z</dc:date>
    </item>
    <item>
      <title>Re: Incremental load issue</title>
      <link>https://community.qlik.com/t5/QlikView/Incremental-load-issue/m-p/1441069#M809078</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm not getting any error. it is fetching max date data also. we don't need max date data.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Oct 2017 07:21:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Incremental-load-issue/m-p/1441069#M809078</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-10-12T07:21:20Z</dc:date>
    </item>
    <item>
      <title>Re: Incremental load issue</title>
      <link>https://community.qlik.com/t5/QlikView/Incremental-load-issue/m-p/1441070#M809079</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;let date_modified = Dayend(Peek('maxdate',0,'Date'));&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;Regards,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;Kaushik Solanki&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Oct 2017 07:28:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Incremental-load-issue/m-p/1441070#M809079</guid>
      <dc:creator>kaushiknsolanki</dc:creator>
      <dc:date>2017-10-12T07:28:42Z</dc:date>
    </item>
    <item>
      <title>Re: Incremental load issue</title>
      <link>https://community.qlik.com/t5/QlikView/Incremental-load-issue/m-p/1441071#M809080</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here the Createddate field is a time stamp.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;example:&lt;/P&gt;&lt;P&gt;9/27/2017 10:23:12 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Oct 2017 08:54:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Incremental-load-issue/m-p/1441071#M809080</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-10-12T08:54:06Z</dc:date>
    </item>
    <item>
      <title>Re: Incremental load issue</title>
      <link>https://community.qlik.com/t5/QlikView/Incremental-load-issue/m-p/1441072#M809081</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try the above expression I gave.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kaushik Solanki&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Oct 2017 09:20:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Incremental-load-issue/m-p/1441072#M809081</guid>
      <dc:creator>kaushiknsolanki</dc:creator>
      <dc:date>2017-10-12T09:20:35Z</dc:date>
    </item>
    <item>
      <title>Re: Incremental load issue</title>
      <link>https://community.qlik.com/t5/QlikView/Incremental-load-issue/m-p/1441073#M809082</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Koushik,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your reply. we are facing similar issue as you mentioned but we are loading data hourly basis not daily basis. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Chandra&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Oct 2017 12:03:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Incremental-load-issue/m-p/1441073#M809082</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-10-12T12:03:08Z</dc:date>
    </item>
    <item>
      <title>Re: Incremental load issue</title>
      <link>https://community.qlik.com/t5/QlikView/Incremental-load-issue/m-p/1441074#M809083</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;if anyone knows please answer this.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Oct 2017 07:37:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Incremental-load-issue/m-p/1441074#M809083</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-10-16T07:37:46Z</dc:date>
    </item>
    <item>
      <title>Re: Incremental load issue</title>
      <link>https://community.qlik.com/t5/QlikView/Incremental-load-issue/m-p/1441075#M809084</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Chandra,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First store the Database value as it is in &lt;STRONG&gt;Incremental_EMP &lt;/STRONG&gt;QVD, then use concatenate function as mentioned below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Incremental_EMP:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;SQL SELECT&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;EName, Empid, CreatedDate&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;FROM "QV_DB".db.Employee;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;STORE Incremental_EMP into [..\QVDs\Employee.qvd] (qvd);&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try the below code,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Date:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD max(Date(Timestamp(CreatedDate,'MM/DD/YYYY'))) as maxdate;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;SQL SELECT&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;CreatedDate&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;FROM "QV_DB".db.Employee;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;let vDate_Modified = Num(Date#(Peek('maxdate',0,'Date'),'MM/DD/YYYY'));&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Incremental_EMP:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;SQL SELECT&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;EName, Empid, CreatedDate&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;FROM "QV_DB".db.Employee&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;where Num(Date#(Timestamp(CreatedDate,'MM/DD/YYYY'),'MM/DD/YYYY')) &amp;gt;'$(vDate_Modified)';&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Concatenate (Incremental_EMP)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD EName, Empid, CreatedDate&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;FROM [..\QVDs\Employee.qvd] (qvd)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Where not Exists(Empid);&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Inner Join &lt;STRONG&gt;(Incremental_EMP)&lt;/STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;SQL SELECT Empid&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;FROM "QV_DB".db.Employee;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;STORE Incremental_EMP into [..\QVDs\Employee.qvd] (qvd);&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Oct 2017 09:14:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Incremental-load-issue/m-p/1441075#M809084</guid>
      <dc:creator>srivastalans</dc:creator>
      <dc:date>2017-10-16T09:14:14Z</dc:date>
    </item>
    <item>
      <title>Re: Incremental load issue</title>
      <link>https://community.qlik.com/t5/QlikView/Incremental-load-issue/m-p/1441076#M809085</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did you try with the&amp;nbsp; timestamp function like the below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;SQL SELECT&lt;/P&gt;&lt;P style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;EName, Empid, CreatedDate&lt;/P&gt;&lt;P style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;FROM "QV_DB".db.Employee&lt;/P&gt;&lt;P style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;where CreatedDate &amp;gt; timestamp( timestamp#('$(date_modified)' ,'MM/DD/YYYY HH:MM:SS'),,'MM/DD/YYYY HH:MM:SS') ;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Oct 2017 09:36:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Incremental-load-issue/m-p/1441076#M809085</guid>
      <dc:creator>qliksus</dc:creator>
      <dc:date>2017-10-16T09:36:04Z</dc:date>
    </item>
    <item>
      <title>Re: Incremental load issue</title>
      <link>https://community.qlik.com/t5/QlikView/Incremental-load-issue/m-p/1441077#M809086</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Susant,&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;where CreatedDate &amp;gt; timestamp( timestamp#('$(date_modified)' ,'MM/DD/YYYY HH:MM:SS'),,'MM/DD/YYYY HH:MM:SS') ;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;is throwing error because here we are loading data from DB. please suggest me to write this in SQL.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Oct 2017 09:56:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Incremental-load-issue/m-p/1441077#M809086</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-10-16T09:56:47Z</dc:date>
    </item>
    <item>
      <title>Re: Incremental load issue</title>
      <link>https://community.qlik.com/t5/QlikView/Incremental-load-issue/m-p/1441078#M809089</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Put the same thing in the variable you are storing the date and use the query&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;let date_modified =&amp;nbsp; &lt;SPAN style="font-family: Helvetica;"&gt; timestamp( timestamp#(&lt;STRONG&gt;Peek('maxdate',0,'Date'),&lt;/STRONG&gt; ,'MM/DD/YYYY HH:MM:SS'),,'MM/DD/YYYY HH:MM:SS') ;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; &lt;/STRONG&gt;&lt;/P&gt;&lt;P style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;SQL SELECT&lt;/P&gt;&lt;P style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;EName, Empid, CreatedDate&lt;/P&gt;&lt;P style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;FROM "QV_DB".db.Employee&lt;/P&gt;&lt;P style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;where CreatedDate &amp;gt; '$(&lt;STRONG&gt;date_modified&lt;/STRONG&gt;)'&lt;/P&gt;&lt;P style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;/P&gt;&lt;P style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Btw I have one more question&amp;nbsp; does your employee table has data &amp;lt; &lt;STRONG&gt;date_modified&lt;/STRONG&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Oct 2017 12:15:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Incremental-load-issue/m-p/1441078#M809089</guid>
      <dc:creator>qliksus</dc:creator>
      <dc:date>2017-10-16T12:15:29Z</dc:date>
    </item>
    <item>
      <title>Re: Incremental load issue</title>
      <link>https://community.qlik.com/t5/QlikView/Incremental-load-issue/m-p/1441079#M809090</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your replies.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Finally I got the solution using below statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;=timestamp(Createddate,'MM/DD/YYYY hh:mm:ss.fff')&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Thanks,&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Chandra&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Oct 2017 12:30:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Incremental-load-issue/m-p/1441079#M809090</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-10-18T12:30:56Z</dc:date>
    </item>
  </channel>
</rss>

