<?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-monthly in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Incremental-load-monthly/m-p/1133349#M897507</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;post a sample script of yours &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 25 Jul 2016 02:59:42 GMT</pubDate>
    <dc:creator />
    <dc:date>2016-07-25T02:59:42Z</dc:date>
    <item>
      <title>Incremental load-monthly</title>
      <link>https://community.qlik.com/t5/QlikView/Incremental-load-monthly/m-p/1133347#M897505</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; I am aware of incremental load on daily basis but how to implement if data load frequency is on monthly based.&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-monthly/m-p/1133347#M897505</guid>
      <dc:creator />
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Incremental load-monthly</title>
      <link>https://community.qlik.com/t5/QlikView/Incremental-load-monthly/m-p/1133348#M897506</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, &lt;/P&gt;&lt;P&gt;You want to schedule it on monthly basis, with the incremental logic you have.&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Jul 2016 01:16:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Incremental-load-monthly/m-p/1133348#M897506</guid>
      <dc:creator />
      <dc:date>2016-07-25T01:16:05Z</dc:date>
    </item>
    <item>
      <title>Re: Incremental load-monthly</title>
      <link>https://community.qlik.com/t5/QlikView/Incremental-load-monthly/m-p/1133349#M897507</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;post a sample script of yours &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Jul 2016 02:59:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Incremental-load-monthly/m-p/1133349#M897507</guid>
      <dc:creator />
      <dc:date>2016-07-25T02:59:42Z</dc:date>
    </item>
    <item>
      <title>Re: Incremental load-monthly</title>
      <link>https://community.qlik.com/t5/QlikView/Incremental-load-monthly/m-p/1133350#M897508</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use a condition something like this in to call sub which loads the data&lt;/P&gt;&lt;P&gt;if (max(monthname) &amp;gt; Monthname(Monthname(today())-1), callSub())&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Jul 2016 04:03:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Incremental-load-monthly/m-p/1133350#M897508</guid>
      <dc:creator>gouthamkk</dc:creator>
      <dc:date>2016-07-25T04:03:45Z</dc:date>
    </item>
    <item>
      <title>Re: Incremental load-monthly</title>
      <link>https://community.qlik.com/t5/QlikView/Incremental-load-monthly/m-p/1133351#M897509</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please find below sample script&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Incremental:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;LOAD &lt;BR /&gt;Region,&lt;BR /&gt;ID,&lt;BR /&gt;Product,&lt;BR /&gt;Sales,&lt;BR /&gt;Modified_Date&lt;BR /&gt;FROM &lt;BR /&gt;Sales.xlsx (ooxml,embedded labels,table is Sheet1) where Modified_Date&amp;gt;$(Last_Updated_Date);&lt;/P&gt;&lt;P&gt;//Concatenate with QVD&lt;BR /&gt;Concatenate&lt;BR /&gt;LOAD Region,&lt;BR /&gt;ID,&lt;BR /&gt;Product,&lt;BR /&gt;Sales,&lt;BR /&gt;Modified_Date&lt;BR /&gt;FROM Sales.qvd(qvd) where not Exists(ID);&lt;/P&gt;&lt;P&gt;//Replace Old QVD file&lt;BR /&gt;Store Incremental into Sales.qvd(qvd);&lt;/P&gt;&lt;P&gt;//Drop Incremental Table&lt;/P&gt;&lt;P&gt;Drop table Incremental;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Jul 2016 05:08:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Incremental-load-monthly/m-p/1133351#M897509</guid>
      <dc:creator />
      <dc:date>2016-07-25T05:08:14Z</dc:date>
    </item>
    <item>
      <title>Re: Incremental load-monthly</title>
      <link>https://community.qlik.com/t5/QlikView/Incremental-load-monthly/m-p/1133352#M897510</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Instead of modified date, try with month (use the monthname function will give month and year )&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Jul 2016 05:13:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Incremental-load-monthly/m-p/1133352#M897510</guid>
      <dc:creator>settu_periasamy</dc:creator>
      <dc:date>2016-07-25T05:13:17Z</dc:date>
    </item>
  </channel>
</rss>

