<?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 query in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Incremental-load-query/m-p/1343369#M821444</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Set&lt;/STRONG&gt; vQVDPath='C:\Users\madhu\Desktop\Qvd\ ';&lt;/P&gt;&lt;P&gt;let vExecTime=GMT();&lt;/P&gt;&lt;P&gt;set vlastExecTime=0;&lt;/P&gt;&lt;P&gt;if not IsNull(QvdCreateTime('$(vQVDPath)Goods.qvd'))then&lt;/P&gt;&lt;P&gt;Loadtime:&lt;/P&gt;&lt;P&gt;LOAD max(Date) as Date&lt;/P&gt;&lt;P&gt;From $(vQVDPath)&lt;STRONG&gt;Goods.qvd&lt;/STRONG&gt;;&lt;/P&gt;&lt;P&gt;Let vlastExecTime=Date(Peek('Date',0,'Loadtime'),'YYYYMMDD');&lt;/P&gt;&lt;P&gt;Drop table Loadtime;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;else&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Let vlastExecTime=Date(GMT(),'YYYYMMDD');&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;end if&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Goods: &lt;/P&gt;&lt;P&gt;sql select *&lt;/P&gt;&lt;P&gt;From [Bfc].[dbo].[Orders]&lt;/P&gt;&lt;P&gt;where [Date]&amp;gt;$(vlastExecTime);&lt;/P&gt;&lt;P&gt;if not IsNull(QvdCreateTime('$(vQVDPath)Goods.qvd' '))THEN &lt;/P&gt;&lt;P&gt;Concatenate(Goods)&lt;/P&gt;&lt;P&gt;load * from $(vQVDPath)Goods.qvd;&lt;/P&gt;&lt;P&gt;end if;&lt;/P&gt;&lt;P&gt;store Goods into&amp;nbsp; $(vQVDPath)Goods.qvd;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 03 Aug 2017 17:55:41 GMT</pubDate>
    <dc:creator>sasiparupudi1</dc:creator>
    <dc:date>2017-08-03T17:55:41Z</dc:date>
    <item>
      <title>Incremental load query</title>
      <link>https://community.qlik.com/t5/QlikView/Incremental-load-query/m-p/1343363#M821438</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi friends,&lt;/P&gt;&lt;P&gt;I am trying below script for incremental load but it is not working, first it says ‘Date’ is not found in qvd –I have checked many times it is available and there is data in it and given exact name as well, and database source is sqlexpress and it is giving me error msg ‘&amp;gt;’ is not recognised, any thoughts or ideas how to overcome this. &lt;/P&gt;&lt;P&gt; vQVDPath='C:\Users\madhu\Desktop\Qvd\ ';&lt;/P&gt;&lt;P&gt;let vExecTime=GMT();&lt;/P&gt;&lt;P&gt;set vlastExecTime=0;&lt;/P&gt;&lt;P&gt;if not IsNull(QvdCreateTime('$(vQVDPath)Goods.qvd'))then&lt;/P&gt;&lt;P&gt;Loadtime:&lt;/P&gt;&lt;P&gt;LOAD max(Date)&lt;/P&gt;&lt;P&gt;From $(vQVDPath);&lt;/P&gt;&lt;P&gt;let vlastExecTime=Peek('Date',0,'Loadtime');&lt;/P&gt;&lt;P&gt;Drop table Loadtime;&lt;/P&gt;&lt;P&gt;end if&lt;/P&gt;&lt;P&gt;Goods: &lt;/P&gt;&lt;P&gt;sql select *&lt;/P&gt;&lt;P&gt;From [Bfc].[dbo].[Orders]&lt;/P&gt;&lt;P&gt;where [Date]&amp;gt;$(vlastExecTime);&lt;/P&gt;&lt;P&gt;if not IsNull(QvdCreateTime('$(vQVDPath)Goods.qvd' '))THEN &lt;/P&gt;&lt;P&gt;Concatenate(Goods)&lt;/P&gt;&lt;P&gt;load * from $(vQVDPath)Goods.qvd;&lt;/P&gt;&lt;P&gt;end if;&lt;/P&gt;&lt;P&gt;store Goods into&amp;nbsp; $(vQVDPath)Goods.qvd;&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-query/m-p/1343363#M821438</guid>
      <dc:creator>madhuqliklondon</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Incremental load query</title>
      <link>https://community.qlik.com/t5/QlikView/Incremental-load-query/m-p/1343364#M821439</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;LOAD max(Date) as &lt;STRONG&gt;Date&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Aug 2017 11:47:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Incremental-load-query/m-p/1343364#M821439</guid>
      <dc:creator>sasiparupudi1</dc:creator>
      <dc:date>2017-08-03T11:47:54Z</dc:date>
    </item>
    <item>
      <title>Re: Incremental load query</title>
      <link>https://community.qlik.com/t5/QlikView/Incremental-load-query/m-p/1343365#M821440</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI&amp;nbsp; Madhu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is issue in your date format which is differnt in&amp;nbsp; sql and you passing mentiend below try to make as DD-MMM-YYYY:&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: 13px;"&gt;&lt;STRONG&gt;where [Date]&amp;gt;$(vlastExecTime);&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; font-size: 13px;"&gt;&lt;STRONG&gt;&lt;BR /&gt;&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; font-size: 13px;"&gt;&lt;STRONG&gt;Where Date is in differnt format and your variable in different.&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; font-size: 13px;"&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: 13px;"&gt;Thanks,&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: 13px;"&gt;Arvind Patil&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Aug 2017 11:56:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Incremental-load-query/m-p/1343365#M821440</guid>
      <dc:creator>arvind_patil</dc:creator>
      <dc:date>2017-08-03T11:56:36Z</dc:date>
    </item>
    <item>
      <title>Re: Incremental load query</title>
      <link>https://community.qlik.com/t5/QlikView/Incremental-load-query/m-p/1343366#M821441</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;vQVDPath='C:\Users\madhu\Desktop\Qvd\ ';&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;let vExecTime=GMT();&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;set vlastExecTime=0;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;if not IsNull(QvdCreateTime('$(vQVDPath)Goods.qvd'))then&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Loadtime:&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;LOAD max(Date) &lt;STRONG&gt;as Date&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;From $(vQVDPath);&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;let vlastExecTime=&lt;STRONG&gt;date(&lt;/STRONG&gt;Peek('Date',0,'Loadtime')&lt;STRONG&gt;,'DD/MM/YYYY')&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 Loadtime;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;end if&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Goods:&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 [Bfc].[dbo].[Orders]&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;where to_date(to_char([Date],'DD/MM/YYYY')&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;,'DD/MM/YYYY')&lt;/SPAN&gt;&amp;gt; to_date('$(vlastExecTime)'&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;,'DD/MM/YYYY')&lt;/SPAN&gt;;&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;if not IsNull(QvdCreateTime('$(vQVDPath)Goods.qvd' '))THEN&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Concatenate(Goods)&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;load * from $(vQVDPath)Goods.qvd;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;end if;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;store Goods into&amp;nbsp; $(vQVDPath)Goods.qvd;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Aug 2017 12:13:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Incremental-load-query/m-p/1343366#M821441</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2017-08-03T12:13:53Z</dc:date>
    </item>
    <item>
      <title>Re: Incremental load query</title>
      <link>https://community.qlik.com/t5/QlikView/Incremental-load-query/m-p/1343367#M821442</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In sql 'DATE' is 20170101 format .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Aug 2017 13:02:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Incremental-load-query/m-p/1343367#M821442</guid>
      <dc:creator>madhuqliklondon</dc:creator>
      <dc:date>2017-08-03T13:02:19Z</dc:date>
    </item>
    <item>
      <title>Re: Incremental load query</title>
      <link>https://community.qlik.com/t5/QlikView/Incremental-load-query/m-p/1343368#M821443</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN lang="en"&gt;Error now: Microsoft OLE DB Provider for SQL Server, Error Msg: 'to_char' is not a recognized built-in function name option.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Aug 2017 13:06:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Incremental-load-query/m-p/1343368#M821443</guid>
      <dc:creator>madhuqliklondon</dc:creator>
      <dc:date>2017-08-03T13:06:19Z</dc:date>
    </item>
    <item>
      <title>Re: Incremental load query</title>
      <link>https://community.qlik.com/t5/QlikView/Incremental-load-query/m-p/1343369#M821444</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Set&lt;/STRONG&gt; vQVDPath='C:\Users\madhu\Desktop\Qvd\ ';&lt;/P&gt;&lt;P&gt;let vExecTime=GMT();&lt;/P&gt;&lt;P&gt;set vlastExecTime=0;&lt;/P&gt;&lt;P&gt;if not IsNull(QvdCreateTime('$(vQVDPath)Goods.qvd'))then&lt;/P&gt;&lt;P&gt;Loadtime:&lt;/P&gt;&lt;P&gt;LOAD max(Date) as Date&lt;/P&gt;&lt;P&gt;From $(vQVDPath)&lt;STRONG&gt;Goods.qvd&lt;/STRONG&gt;;&lt;/P&gt;&lt;P&gt;Let vlastExecTime=Date(Peek('Date',0,'Loadtime'),'YYYYMMDD');&lt;/P&gt;&lt;P&gt;Drop table Loadtime;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;else&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Let vlastExecTime=Date(GMT(),'YYYYMMDD');&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;end if&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Goods: &lt;/P&gt;&lt;P&gt;sql select *&lt;/P&gt;&lt;P&gt;From [Bfc].[dbo].[Orders]&lt;/P&gt;&lt;P&gt;where [Date]&amp;gt;$(vlastExecTime);&lt;/P&gt;&lt;P&gt;if not IsNull(QvdCreateTime('$(vQVDPath)Goods.qvd' '))THEN &lt;/P&gt;&lt;P&gt;Concatenate(Goods)&lt;/P&gt;&lt;P&gt;load * from $(vQVDPath)Goods.qvd;&lt;/P&gt;&lt;P&gt;end if;&lt;/P&gt;&lt;P&gt;store Goods into&amp;nbsp; $(vQVDPath)Goods.qvd;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Aug 2017 17:55:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Incremental-load-query/m-p/1343369#M821444</guid>
      <dc:creator>sasiparupudi1</dc:creator>
      <dc:date>2017-08-03T17:55:41Z</dc:date>
    </item>
    <item>
      <title>Re: Incremental load query</title>
      <link>https://community.qlik.com/t5/QlikView/Incremental-load-query/m-p/1343370#M821445</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you get an error on:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'courier new', courier;"&gt;LOAD max(Date) &lt;/SPAN&gt;&lt;STRONG style="color: #3d3d3d; font-size: 13px; font-family: 'courier new', courier;"&gt;as Date&lt;/STRONG&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&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: #3d3d3d;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;then&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'courier new', courier;"&gt;Let vlastExecTime=Date(Peek('Date',0,'Loadtime'),'YYYYMMDD');&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: 13px;"&gt;will not work as there is no "Date" field to peek. &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: 13px;"&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: 13px;"&gt;then &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'courier new', courier;"&gt;where [Date]&amp;gt;$(vlastExecTime);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;will not work as the vLastExecTime variable was not initialized by the peek. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; 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-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;I suggest you have to resolve the max(Date) error before looking at any downstream issues. Can you post the document log?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://masterssummit.com" rel="nofollow" target="_blank"&gt;http://masterssummit.com&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://qlikviewcookbook.com" rel="nofollow" target="_blank"&gt;http://qlikviewcookbook.com&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Aug 2017 18:16:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Incremental-load-query/m-p/1343370#M821445</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2017-08-03T18:16:07Z</dc:date>
    </item>
  </channel>
</rss>

