<?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 App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Incremental-Load/m-p/1986317#M81485</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/187308"&gt;@Gaurav_Kapoor&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;I think is better practice using the same condition to load the new and historic registers:&lt;/P&gt;
&lt;P&gt;In the T1 table:&amp;nbsp;&lt;SPAN&gt;where "Invoice Date"&amp;gt;=DATEADD(DAY,1,EOMONTH(GETDATE(),-1)); why don't you use&amp;nbsp;"Invoice 'Date"&amp;gt;='$(vLastMonth)?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 28 Sep 2022 06:25:45 GMT</pubDate>
    <dc:creator>Mario_De_Felipe</dc:creator>
    <dc:date>2022-09-28T06:25:45Z</dc:date>
    <item>
      <title>Incremental Load</title>
      <link>https://community.qlik.com/t5/App-Development/Incremental-Load/m-p/1979577#M80854</link>
      <description>&lt;P&gt;Can you tell me that this&amp;nbsp; given incremental load will give me a duplicacy ?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;LIB CONNECT TO 'Microsoft_SQL_Server_192.168.1.112 (reportingserver_qsadmin)';&lt;/P&gt;
&lt;P&gt;/*****Loading data above from MaxDate*****/&lt;BR /&gt;T1:&lt;BR /&gt;LOAD*;&lt;BR /&gt;SQL SELECT *&lt;BR /&gt;FROM "MicrosoftDynamicsAX"."dbo"."FbSalesReportAxTable"&lt;BR /&gt;where "Invoice Date"&amp;gt;=DATEADD(DAY,1,EOMONTH(GETDATE(),-1));&lt;BR /&gt;STORE T1 into [lib://Daily QVD (reportingserver_qsadmin)/FbSalesReportAxTable $(vMonth).qvd](qvd);&lt;BR /&gt;Drop Table T1;&lt;BR /&gt;//Exit Script&lt;/P&gt;
&lt;P&gt;/*****Concatenate Old QVD*****/&lt;BR /&gt;T2:&lt;BR /&gt;LOAD&lt;BR /&gt;*&lt;BR /&gt;FROM [lib://History QVD (reportingserver_qsadmin)/FbSalesReportAxPOSTable.qvd]&lt;BR /&gt;(qvd) where floor([Invoice Date])&amp;lt;=$(vLastMonth);&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;//exit Script&lt;/P&gt;
&lt;P&gt;Concatenate(T2)&lt;/P&gt;
&lt;P&gt;LOAD&lt;BR /&gt;*&lt;BR /&gt;FROM [lib://Daily QVD (reportingserver_qsadmin)/FbSalesReportAxTable $(vMonth).qvd]&lt;BR /&gt;(qvd) ;&lt;BR /&gt;//where not Exists([Invoice Date]);&lt;/P&gt;
&lt;P&gt;//exit Script;&lt;/P&gt;
&lt;P&gt;STORE T2 into [lib://History QVD (reportingserver_qsadmin)/FbSalesReportAxPOSTable_New.qvd](qvd);&lt;/P&gt;
&lt;P&gt;exit Script&lt;/P&gt;</description>
      <pubDate>Sun, 11 Sep 2022 17:28:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Incremental-Load/m-p/1979577#M80854</guid>
      <dc:creator>Gaurav_Kapoor</dc:creator>
      <dc:date>2022-09-11T17:28:49Z</dc:date>
    </item>
    <item>
      <title>Re: Incremental Load</title>
      <link>https://community.qlik.com/t5/App-Development/Incremental-Load/m-p/1986317#M81485</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/187308"&gt;@Gaurav_Kapoor&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;I think is better practice using the same condition to load the new and historic registers:&lt;/P&gt;
&lt;P&gt;In the T1 table:&amp;nbsp;&lt;SPAN&gt;where "Invoice Date"&amp;gt;=DATEADD(DAY,1,EOMONTH(GETDATE(),-1)); why don't you use&amp;nbsp;"Invoice 'Date"&amp;gt;='$(vLastMonth)?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 28 Sep 2022 06:25:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Incremental-Load/m-p/1986317#M81485</guid>
      <dc:creator>Mario_De_Felipe</dc:creator>
      <dc:date>2022-09-28T06:25:45Z</dc:date>
    </item>
  </channel>
</rss>

