<?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 in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/incremental-load/m-p/37815#M786891</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&amp;nbsp; Try this logic&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Get all the data for the same day and while concatenating with QVD remove the same day data and then store it in QVD;&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>Fri, 16 Feb 2018 10:36:24 GMT</pubDate>
    <dc:creator>kaushiknsolanki</dc:creator>
    <dc:date>2018-02-16T10:36:24Z</dc:date>
    <item>
      <title>incremental load</title>
      <link>https://community.qlik.com/t5/QlikView/incremental-load/m-p/37813#M786889</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i want to reload the application twice in a day but i have taken date stamp like max(date) for the peek function . based on these it will reload one in a day how can i achieve this &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/m-p/37813#M786889</guid>
      <dc:creator>manoj217</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: incremental load</title>
      <link>https://community.qlik.com/t5/QlikView/incremental-load/m-p/37814#M786890</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;maxdate:load max(date) as Max_Date;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;let vMAX = peek('Max_Date',0,'maxdate');&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;load fieldnames &lt;/P&gt;&lt;P&gt;from source where date&amp;gt; '$(vMAX)';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;concatenate&lt;/P&gt;&lt;P&gt;load fieldnames&lt;/P&gt;&lt;P&gt;from old_qvd;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;store data into onld_qvd;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Feb 2018 10:04:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/incremental-load/m-p/37814#M786890</guid>
      <dc:creator>shiveshsingh</dc:creator>
      <dc:date>2018-02-16T10:04:58Z</dc:date>
    </item>
    <item>
      <title>Re: incremental load</title>
      <link>https://community.qlik.com/t5/QlikView/incremental-load/m-p/37815#M786891</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&amp;nbsp; Try this logic&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Get all the data for the same day and while concatenating with QVD remove the same day data and then store it in QVD;&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>Fri, 16 Feb 2018 10:36:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/incremental-load/m-p/37815#M786891</guid>
      <dc:creator>kaushiknsolanki</dc:creator>
      <dc:date>2018-02-16T10:36:24Z</dc:date>
    </item>
    <item>
      <title>Re: incremental load</title>
      <link>https://community.qlik.com/t5/QlikView/incremental-load/m-p/37816#M786892</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes, but it will reload all the data on that day.&lt;/P&gt;&lt;P&gt;but my requirement is i am reloading at 12AM it has added 1 lakh records and same day at 12PM reloading the application in same day now hv to load only newly changed data&amp;nbsp; after the 1 lakh records &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Feb 2018 07:20:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/incremental-load/m-p/37816#M786892</guid>
      <dc:creator>manoj217</dc:creator>
      <dc:date>2018-02-19T07:20:25Z</dc:date>
    </item>
    <item>
      <title>Re: incremental load</title>
      <link>https://community.qlik.com/t5/QlikView/incremental-load/m-p/37817#M786893</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Then you should have a timestamp in database which will tell you that this are the new records which got updated after 1pm.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you have it?&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>Mon, 19 Feb 2018 07:34:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/incremental-load/m-p/37817#M786893</guid>
      <dc:creator>kaushiknsolanki</dc:creator>
      <dc:date>2018-02-19T07:34:47Z</dc:date>
    </item>
    <item>
      <title>Re: incremental load</title>
      <link>https://community.qlik.com/t5/QlikView/incremental-load/m-p/37818#M786894</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if we have the time stamp then also how to implement the two incremental loads for that we need if conditions, end if, if then do logic's&amp;nbsp; are needed &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Feb 2018 07:39:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/incremental-load/m-p/37818#M786894</guid>
      <dc:creator>manoj217</dc:creator>
      <dc:date>2018-02-19T07:39:42Z</dc:date>
    </item>
    <item>
      <title>Re: incremental load</title>
      <link>https://community.qlik.com/t5/QlikView/incremental-load/m-p/37819#M786895</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 you have timestamp then normal incremental load script will work, you dont need to do anything extra.&lt;/P&gt;&lt;P&gt;It will get you new data every time you reload.&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>Mon, 19 Feb 2018 07:43:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/incremental-load/m-p/37819#M786895</guid>
      <dc:creator>kaushiknsolanki</dc:creator>
      <dc:date>2018-02-19T07:43:58Z</dc:date>
    </item>
  </channel>
</rss>

