<?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: problem with incremental load in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/problem-with-incremental-load/m-p/4541#M792593</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am a little confused here:&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: #3d3d3d;"&gt;&lt;EM&gt;let V_&lt;SPAN style="font-weight: inherit; font-size: 13.3333px; font-family: inherit;"&gt;LastModifiedDate&lt;/SPAN&gt;= timestamp(peek('&lt;SPAN style="font-weight: inherit; font-size: 13.3333px; font-family: inherit;"&gt;LastModifiedDate&lt;/SPAN&gt;',0,'&lt;SPAN style="font-weight: inherit; font-size: 13.3333px; font-family: inherit;"&gt;LastModifiedDate&lt;/SPAN&gt;'), 'YYYY-MM-DDuhh:mm:ss-00:00');&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM&gt;let @Contact_LastModifiedDate = Replace(@Contact_LastModifiedDate1,'u','T');&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;What is &lt;EM style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;@Contact_LastModifiedDate&lt;/EM&gt;? I don't see it being used anywhere. Shouldn't the second line above apply to &lt;EM style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;V_&lt;SPAN style="font-weight: inherit; font-size: 13.3333px; font-family: inherit;"&gt;LastModifiedDate&lt;/SPAN&gt;&lt;/EM&gt;?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 23 Jan 2018 07:17:40 GMT</pubDate>
    <dc:creator>jonathandienst</dc:creator>
    <dc:date>2018-01-23T07:17:40Z</dc:date>
    <item>
      <title>problem with incremental load</title>
      <link>https://community.qlik.com/t5/QlikView/problem-with-incremental-load/m-p/4539#M792591</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 create an incremental load from sales force db.&lt;/P&gt;&lt;P&gt;the problem is that the qvd created in the incremental load is larger&lt;/P&gt;&lt;P&gt;t&lt;SPAN style="font-size: 10pt;"&gt;hen the qvd that created when i'm loading the whole table.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;&lt;STRONG style="text-decoration: underline;"&gt;this is the incremental load:&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;LastModifiedDate&lt;/SPAN&gt;:&lt;/P&gt;&lt;P&gt;LOAD MAX(LastModifiedDate) AS &lt;SPAN style="font-size: 13.3333px;"&gt;LastModifiedDate&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;[SF\sf increment\Contact.qvd](qvd);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;/&lt;STRONG&gt;/ this is the only way to insert 'T' into the string- using replace. &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;//this is the format sales force demand: '2017-12-01T10:00:00-08:00'&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;let V_&lt;SPAN style="font-size: 13.3333px;"&gt;LastModifiedDate&lt;/SPAN&gt;= timestamp(peek('&lt;SPAN style="font-size: 13.3333px;"&gt;LastModifiedDate&lt;/SPAN&gt;',0,'&lt;SPAN style="font-size: 13.3333px;"&gt;LastModifiedDate&lt;/SPAN&gt;'), 'YYYY-MM-DDuhh:mm:ss-00:00');&lt;/P&gt;&lt;P&gt;let @Contact_LastModifiedDate = Replace(@Contact_LastModifiedDate1,'u','T');&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;drop table &lt;SPAN style="font-size: 13.3333px;"&gt;LastModifiedDate&lt;/SPAN&gt;;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;// create the increment qvd&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;INCREMENT&lt;/SPAN&gt;:&lt;/P&gt;&lt;P&gt;LOAD *;&lt;/P&gt;&lt;P&gt;SQL SELECT *&lt;/P&gt;&lt;P&gt;FROM Contact&lt;/P&gt;&lt;P&gt;WHERE LastModifiedDate &amp;gt; $(&lt;SPAN style="font-size: 13.3333px;"&gt;V_&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;LastModifiedDate&lt;/SPAN&gt;) ; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;store &lt;SPAN style="font-size: 13.3333px;"&gt;INCREMENT &lt;/SPAN&gt;INTO&amp;nbsp; [SF\sf increment\&lt;SPAN style="font-size: 13.3333px;"&gt;INCREMENT&lt;/SPAN&gt;.qvd](qvd);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DROP TABLE &lt;SPAN style="font-size: 13.3333px;"&gt;INCREMENT&lt;/SPAN&gt;;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;//merge the increment with the qvd&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Contact:&lt;/P&gt;&lt;P&gt;LOAD *&lt;/P&gt;&lt;P&gt;FROM [SF\sf increment\&lt;SPAN style="font-size: 13.3333px;"&gt;INCREMENT&lt;/SPAN&gt;.qvd](qvd);&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 *&lt;/P&gt;&lt;P&gt;FROM [SF\sf increment\Contact.qvd](qvd)&lt;/P&gt;&lt;P&gt;WHERE NOT EXISTS (Id);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;store Contact into&amp;nbsp; &lt;STRONG&gt;[SF\sf increment\Contact.qvd](qvd);&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;drop table Contact;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 16px; text-decoration: underline;"&gt;this is the load without increment:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Contact:&lt;/P&gt;&lt;P&gt;LOAD *;&lt;/P&gt;&lt;P&gt;SQL SELECT &lt;SPAN style="font-size: 10pt;"&gt;*&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;FROM Contact;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;STORE Contact INTO&lt;STRONG&gt; [.\SF\Contact.qvd] (qvd);&lt;/STRONG&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;Does anyone have an idea why&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;[SF\sf increment\Contact.qvd](qvd);&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;is not equal to&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt; [.\SF\Contact.qvd] (qvd);&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;omer&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/problem-with-incremental-load/m-p/4539#M792591</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: problem with incremental load</title>
      <link>https://community.qlik.com/t5/QlikView/problem-with-incremental-load/m-p/4540#M792592</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 data is present in this QVD i.e. till when? Contact.qvd&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Jan 2018 07:06:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/problem-with-incremental-load/m-p/4540#M792592</guid>
      <dc:creator>shiveshsingh</dc:creator>
      <dc:date>2018-01-23T07:06:33Z</dc:date>
    </item>
    <item>
      <title>Re: problem with incremental load</title>
      <link>https://community.qlik.com/t5/QlikView/problem-with-incremental-load/m-p/4541#M792593</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am a little confused here:&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: #3d3d3d;"&gt;&lt;EM&gt;let V_&lt;SPAN style="font-weight: inherit; font-size: 13.3333px; font-family: inherit;"&gt;LastModifiedDate&lt;/SPAN&gt;= timestamp(peek('&lt;SPAN style="font-weight: inherit; font-size: 13.3333px; font-family: inherit;"&gt;LastModifiedDate&lt;/SPAN&gt;',0,'&lt;SPAN style="font-weight: inherit; font-size: 13.3333px; font-family: inherit;"&gt;LastModifiedDate&lt;/SPAN&gt;'), 'YYYY-MM-DDuhh:mm:ss-00:00');&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM&gt;let @Contact_LastModifiedDate = Replace(@Contact_LastModifiedDate1,'u','T');&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;What is &lt;EM style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;@Contact_LastModifiedDate&lt;/EM&gt;? I don't see it being used anywhere. Shouldn't the second line above apply to &lt;EM style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;V_&lt;SPAN style="font-weight: inherit; font-size: 13.3333px; font-family: inherit;"&gt;LastModifiedDate&lt;/SPAN&gt;&lt;/EM&gt;?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Jan 2018 07:17:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/problem-with-incremental-load/m-p/4541#M792593</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2018-01-23T07:17:40Z</dc:date>
    </item>
    <item>
      <title>Re: problem with incremental load</title>
      <link>https://community.qlik.com/t5/QlikView/problem-with-incremental-load/m-p/4542#M792594</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Shivesh,&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Contact.qvd contain historical data until today.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Jan 2018 08:37:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/problem-with-incremental-load/m-p/4542#M792594</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-01-23T08:37:46Z</dc:date>
    </item>
    <item>
      <title>Re: problem with incremental load</title>
      <link>https://community.qlik.com/t5/QlikView/problem-with-incremental-load/m-p/4543#M792595</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jonathan,&lt;/P&gt;&lt;P&gt;my mistake, &lt;/P&gt;&lt;P&gt;replace the lines: &lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;let V_&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;LastModifiedDate&lt;/SPAN&gt;= timestamp(peek('&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;LastModifiedDate&lt;/SPAN&gt;',0,'&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;LastModifiedDate&lt;/SPAN&gt;'), 'YYYY-MM-DDuhh:mm:ss-00:00');&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;let @Contact_LastModifiedDate = Replace(@Contact_LastModifiedDate1,'u','T');&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px;"&gt;with&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;let V_&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;LastModifiedDate1&lt;/SPAN&gt;= timestamp(peek('&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;LastModifiedDate&lt;/SPAN&gt;',0,'&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;LastModifiedDate&lt;/SPAN&gt;'), 'YYYY-MM-DDuhh:mm:ss-00:00');&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;let &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px;"&gt;V_&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: inherit; font-style: inherit; font-weight: inherit; font-size: 13.3333px;"&gt;LastModifiedDate&lt;/SPAN&gt; = Replace(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px;"&gt;V_&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: inherit; font-style: inherit; font-weight: inherit; font-size: 13.3333px;"&gt;LastModifiedDate1&lt;/SPAN&gt;,'u','T');&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Jan 2018 08:42:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/problem-with-incremental-load/m-p/4543#M792595</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-01-23T08:42:54Z</dc:date>
    </item>
    <item>
      <title>Re: problem with incremental load</title>
      <link>https://community.qlik.com/t5/QlikView/problem-with-incremental-load/m-p/4544#M792596</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Try below&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: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;LastModifiedDate&lt;/SPAN&gt;:&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;LOAD MAX(LastModifiedDate) AS &lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;LastModifiedDate&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;FROM&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;[SF\sf increment\Contact.qvd](qvd);&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;/&lt;STRONG style="font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;/ this is the only way to insert 'T' into the string- using replace.&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;&lt;STRONG style="font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;//this is the format sales force demand: '2017-12-01T10:00:00-08:00'&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;let V_&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;LastModifiedDate&lt;/SPAN&gt;= timestamp(peek('&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;LastModifiedDate&lt;/SPAN&gt;',0,'&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;LastModifiedDate&lt;/SPAN&gt;'), 'YYYY-MM-DDuhh:mm:ss-00:00');&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;let Latest_LastModifiedDate = Replace(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;V_&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: inherit; font-style: inherit; font-weight: inherit; font-size: 13.3333px;"&gt;LastModifiedDate&lt;/SPAN&gt;,'u','T');&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;drop table &lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;LastModifiedDate&lt;/SPAN&gt;;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;// Latest Data&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;INCREMENT&lt;/SPAN&gt;:&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;LOAD *;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;SQL SELECT *&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;FROM Contact&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;WHERE LastModifiedDate &amp;gt; $(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Latest_LastModifiedDate &lt;/SPAN&gt;) ;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;// Merge Latest Data with existing data&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Concatenate&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;LOAD *&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;FROM [SF\sf increment\Contact.qvd](qvd) WHERE NOT EXISTS (Id);&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;store &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;INCREMENT &lt;/SPAN&gt;into&amp;nbsp; &lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;[SF\sf increment\Contact.qvd](qvd);&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;drop table &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;INCREMENT &lt;/SPAN&gt;;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Jan 2018 10:30:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/problem-with-incremental-load/m-p/4544#M792596</guid>
      <dc:creator>sasikanth</dc:creator>
      <dc:date>2018-01-23T10:30:06Z</dc:date>
    </item>
    <item>
      <title>Re: problem with incremental load</title>
      <link>https://community.qlik.com/t5/QlikView/problem-with-incremental-load/m-p/4545#M792597</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;OK, you will need to wrap the date in quotes&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: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;&lt;EM&gt;INCREMENT&lt;/EM&gt;&lt;/SPAN&gt;&lt;EM&gt;:&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM&gt;LOAD *;&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM&gt;SQL SELECT *&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM&gt;FROM Contact&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM&gt;WHERE LastModifiedDate &amp;gt; &lt;STRONG&gt;'$(&lt;SPAN style="font-size: 13.3333px; font-family: inherit;"&gt;V_&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px; font-family: inherit;"&gt;LastModifiedDate&lt;/SPAN&gt;)'&lt;/STRONG&gt; ;&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Jan 2018 05:44:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/problem-with-incremental-load/m-p/4545#M792597</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2018-01-24T05:44:24Z</dc:date>
    </item>
    <item>
      <title>Re: problem with incremental load</title>
      <link>https://community.qlik.com/t5/QlikView/problem-with-incremental-load/m-p/4546#M792598</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sales force don't recognize the quotes ''&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Jan 2018 10:32:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/problem-with-incremental-load/m-p/4546#M792598</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-01-24T10:32:05Z</dc:date>
    </item>
    <item>
      <title>Re: problem with incremental load</title>
      <link>https://community.qlik.com/t5/QlikView/problem-with-incremental-load/m-p/4547#M792599</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sasi,&lt;/P&gt;&lt;P&gt;This is exactly what i'm doing.&lt;/P&gt;&lt;P&gt;The problem still happen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Jan 2018 10:33:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/problem-with-incremental-load/m-p/4547#M792599</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-01-24T10:33:33Z</dc:date>
    </item>
  </channel>
</rss>

