<?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: Assistance required on Incremental load in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Assistance-required-on-Incremental-load/m-p/1370660#M840000</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rahul,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;While doing this Product A and B is still showing Sales Amount as 10 and 20. It has not been updated with the new Sales Amount.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Rohit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 05 May 2017 07:30:32 GMT</pubDate>
    <dc:creator />
    <dc:date>2017-05-05T07:30:32Z</dc:date>
    <item>
      <title>Assistance required on Incremental load</title>
      <link>https://community.qlik.com/t5/QlikView/Assistance-required-on-Incremental-load/m-p/1370658#M839998</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 looking for updation in two table. Input file sheet contains 4 records and Input file1 contains 5 records.&lt;/P&gt;&lt;P&gt;Input file1 contains 2 records in which Sales amount vaue change.&lt;/P&gt;&lt;P&gt;I try to run the incremental but it is simply appending all the records. These two records has not been updated with earlier entry.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please find the sample input file, QVW and expected result as attached.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance!!&lt;/P&gt;&lt;P&gt;Rohit&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/Assistance-required-on-Incremental-load/m-p/1370658#M839998</guid>
      <dc:creator />
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Assistance required on Incremental load</title>
      <link>https://community.qlik.com/t5/QlikView/Assistance-required-on-Incremental-load/m-p/1370659#M839999</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Rohit,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please refer below sample script:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="sql" __jive_macro_name="code" class="jive_macro_code _jivemacro_uid_14939685331083309 jive_text_macro" jivemacro_uid="_14939685331083309"&gt;
&lt;P&gt;TEST:&lt;/P&gt;
&lt;P&gt;LOAD Products, &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Customer ID], &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Transaction Date], &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Sales Qty], &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Sales Amount], &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Country Code]&lt;/P&gt;
&lt;P&gt;FROM&lt;/P&gt;
&lt;P&gt;Input file1.xlsx&lt;/P&gt;
&lt;P&gt;(ooxml, embedded labels, table is Sheet1);&lt;/P&gt;
&lt;P&gt;Concatenate&lt;/P&gt;
&lt;P&gt;LOAD Products, &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Customer ID], &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Transaction Date], &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Sales Qty], &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Sales Amount], &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Country Code]&lt;/P&gt;
&lt;P&gt;FROM&lt;/P&gt;
&lt;P&gt;Input file.xlsx&lt;/P&gt;
&lt;P&gt;(ooxml, embedded labels, table is Sheet1)&lt;/P&gt;
&lt;P&gt;Where NOT Exists(Products);&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also refer the attached sample application.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards!&lt;/P&gt;&lt;P&gt;Rahul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 May 2017 07:16:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Assistance-required-on-Incremental-load/m-p/1370659#M839999</guid>
      <dc:creator>rahulpawarb</dc:creator>
      <dc:date>2017-05-05T07:16:10Z</dc:date>
    </item>
    <item>
      <title>Re: Assistance required on Incremental load</title>
      <link>https://community.qlik.com/t5/QlikView/Assistance-required-on-Incremental-load/m-p/1370660#M840000</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rahul,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;While doing this Product A and B is still showing Sales Amount as 10 and 20. It has not been updated with the new Sales Amount.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Rohit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 May 2017 07:30:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Assistance-required-on-Incremental-load/m-p/1370660#M840000</guid>
      <dc:creator />
      <dc:date>2017-05-05T07:30:32Z</dc:date>
    </item>
    <item>
      <title>Re: Assistance required on Incremental load</title>
      <link>https://community.qlik.com/t5/QlikView/Assistance-required-on-Incremental-load/m-p/1370661#M840001</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Rohit,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I believe that you are using &lt;STRONG&gt;Input file.xlsx&lt;/STRONG&gt; in first load statement &amp;amp; &lt;STRONG&gt;Input file1.xlsx&lt;/STRONG&gt; in second load statement. Please refer above given script where we loaded these files in reverse order (also refer the attached application file; where you will get desired results).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you are still facing issues then let me know.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this will be helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards!&lt;/P&gt;&lt;P&gt;Rahul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 May 2017 09:22:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Assistance-required-on-Incremental-load/m-p/1370661#M840001</guid>
      <dc:creator>rahulpawarb</dc:creator>
      <dc:date>2017-05-05T09:22:50Z</dc:date>
    </item>
  </channel>
</rss>

