<?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 Incremental load in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Incremental-load/m-p/181308#M47387</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No - do not agree. This kind of syntay is correct. Would be worth for the OP to check, whether there are other data in the second qvd than in the first one ...&lt;/P&gt;&lt;P&gt;has crossed with another post&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 10 Sep 2009 23:40:30 GMT</pubDate>
    <dc:creator>prieper</dc:creator>
    <dc:date>2009-09-10T23:40:30Z</dc:date>
    <item>
      <title>Incremental load</title>
      <link>https://community.qlik.com/t5/QlikView/Incremental-load/m-p/181305#M47384</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="MARGIN: 0in 0in 0pt"&gt;Hi I am trying to do the incremental load with the following script.&lt;/P&gt;&lt;P style="MARGIN: 0in 0in 0pt"&gt;&lt;/P&gt;&lt;P&gt;&lt;I&gt;Payrulefinal:&lt;/I&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;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&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;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-weight: bold"&gt;&lt;/P&gt;&lt;P style="font-weight: bold"&gt;LOAD&lt;/P&gt;&lt;B&gt;&lt;/B&gt;&lt;P style="font-weight: bold"&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;Date,Month(Date) &amp;amp; Year(Date) &lt;B&gt;as&lt;/B&gt; P_Monthyear,[Employee Category], [Employee Name, Salar, [TransportationAllowance],MVC, [Sales Commission], [Total PayoutRevenue], F10, [Gross Margin, [Overhead % to Revenue]&lt;B&gt;&lt;/B&gt;&lt;P style="font-weight: bold"&gt;FROM&lt;/P&gt;&lt;P&gt;[..\XLS_DataBase\Payroll Overheads_new - Qlikview.xlsx]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(ooxml, embedded labels, table is Sheet1)&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P style="font-weight: bold"&gt;&lt;/P&gt;&lt;P style="font-weight: bold"&gt;where&lt;/P&gt;&lt;B&gt;&lt;/B&gt;&lt;P style="font-weight: bold"&gt;&lt;/P&gt;Month(Date) &amp;amp; Year(Date) = Month(today()) &amp;amp; Year(today());&lt;B&gt;&lt;/B&gt;&lt;P style="font-weight: bold"&gt;concatenate&lt;/P&gt;&lt;B&gt;&lt;/B&gt;&lt;P style="font-weight: bold"&gt;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-weight: bold"&gt;&lt;/P&gt;&lt;P style="font-weight: bold"&gt;LOAD&lt;/P&gt;&lt;B&gt;&lt;/B&gt;&lt;P style="font-weight: bold"&gt;&lt;/P&gt;Date,P_Monthyear, [Employee Category], [Employee Name], Salary, [Transportation Allowance], MVC, [Sales Commission], [Total Payout], Revenue, F10, [Gross Margin], [Overhead % to Revenue] &lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;&lt;/P&gt;&lt;P style="font-weight: bold"&gt;&lt;/P&gt;&lt;P style="font-weight: bold"&gt;FROM&lt;/P&gt;&lt;B&gt;&lt;/B&gt;&lt;P style="font-weight: bold"&gt;&lt;/P&gt;.. \QVD\Payrulefinal.qvd (qvd) &lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&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;&lt;BR /&gt;&lt;BR /&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;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P style="font-weight: bold"&gt;&lt;/P&gt;&lt;P style="font-weight: bold"&gt;WHERE&lt;/P&gt;&lt;B&gt;&lt;/B&gt;&lt;P style="font-weight: bold"&gt;&lt;/P&gt;&lt;B&gt;NOT&lt;/B&gt; EXISTS(P_Monthyear);&lt;BR /&gt;&lt;BR /&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;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P style="font-weight: bold"&gt;&lt;/P&gt;&lt;P style="font-weight: bold"&gt;store&lt;/P&gt;&lt;B&gt;&lt;/B&gt;&lt;P style="font-weight: bold"&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;Payrulefinal &lt;B&gt;into&lt;/B&gt; &lt;P&gt;D:\QlikView\QVD\Payrulefinal.qvd;&lt;/P&gt;&lt;P&gt;What I am getting is only the latest data, for the pervious loaded data I am getting only single entry. Please help&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt; &lt;P style="MARGIN: 0in 0in 0pt"&gt;&lt;/P&gt;&lt;P style="MARGIN: 0in 0in 0pt"&gt;Thanks&lt;/P&gt;&lt;P style="MARGIN: 0in 0in 0pt"&gt;Jai&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Sep 2009 11:05:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Incremental-load/m-p/181305#M47384</guid>
      <dc:creator />
      <dc:date>2009-09-10T11:05:14Z</dc:date>
    </item>
    <item>
      <title>Incremental load</title>
      <link>https://community.qlik.com/t5/QlikView/Incremental-load/m-p/181306#M47385</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I suspect that the problem is the exists(P_Monthyear). As soon as you load ANY record from the QVD, that P_Monthyear will then exist in your table. In other words, it will only load one record for each P_Monthyear. Since you're only loading one record, I assume that all your records are for the same P_Monthyear.&lt;/P&gt;&lt;P&gt;One solution would be to load a duplicate field from the first source, like P_Monthyear_Temp. Then in the second load, use exists(P_Monthyear_Temp,P_Monthyear). Finally, drop P_Monthyear_Temp.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Sep 2009 23:20:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Incremental-load/m-p/181306#M47385</guid>
      <dc:creator>johnw</dc:creator>
      <dc:date>2009-09-10T23:20:40Z</dc:date>
    </item>
    <item>
      <title>Incremental load</title>
      <link>https://community.qlik.com/t5/QlikView/Incremental-load/m-p/181307#M47386</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Load qvd :&lt;/P&gt;&lt;P&gt;&lt;B&gt;LOAD&lt;/B&gt; Date,P_Monthyear, [Employee Category], [Employee Name], Salary, [Transportation Allowance], MVC, [Sales Commission], [Total Payout], Revenue, F10, [Gross Margin], [Overhead % to Revenue]&lt;/P&gt;&lt;P&gt;&lt;B&gt;FROM&lt;/B&gt; .. \QVD\Payrulefinal.qvd (qvd)&lt;/P&gt;&lt;P&gt;WHERE &lt;STRONG&gt;P_Monthyear&lt;/STRONG&gt; &amp;lt;&amp;gt; Month(today()) &amp;amp; Year(today());&lt;B&gt;&lt;/B&gt;&lt;/P&gt;&lt;P&gt;&lt;B&gt;LOOK&lt;/B&gt; &lt;B&gt;&lt;A href="http://community.qlik.com/media/p/61389.aspx"&gt;http://community.qlik.com/media/p/61389.aspx&lt;/A&gt;&lt;/B&gt;&lt;/P&gt;&lt;P style="font-weight: bold"&gt;Suerte,&lt;/P&gt;&lt;P style="font-weight: bold"&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Sep 2009 23:36:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Incremental-load/m-p/181307#M47386</guid>
      <dc:creator />
      <dc:date>2009-09-10T23:36:44Z</dc:date>
    </item>
    <item>
      <title>Incremental load</title>
      <link>https://community.qlik.com/t5/QlikView/Incremental-load/m-p/181308#M47387</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No - do not agree. This kind of syntay is correct. Would be worth for the OP to check, whether there are other data in the second qvd than in the first one ...&lt;/P&gt;&lt;P&gt;has crossed with another post&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Sep 2009 23:40:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Incremental-load/m-p/181308#M47387</guid>
      <dc:creator>prieper</dc:creator>
      <dc:date>2009-09-10T23:40:30Z</dc:date>
    </item>
  </channel>
</rss>

