<?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 for specific fileds only in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Incremental-Load-for-specific-fileds-only/m-p/1515987#M602161</link>
    <description>&lt;P&gt;Dear all,&lt;/P&gt;&lt;P&gt;Just to be precise, I know how to use&amp;nbsp;Incremental load from the general 3x cases:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&amp;nbsp;Insert Only&lt;/LI&gt;&lt;LI&gt;Insert and Update&lt;/LI&gt;&lt;LI&gt;Insert, Update and Delete&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;I am interested in the 2nd case, therefore, I am using the following code:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;Server:&lt;BR /&gt;LOAD ID, &lt;BR /&gt; Price, &lt;BR /&gt; Quantity,&lt;BR /&gt; Date&lt;BR /&gt;FROM&lt;BR /&gt;[..\Files\SQL Server.xlsx]&lt;BR /&gt;(ooxml, embedded labels, table is Sheet1)&lt;BR /&gt;&lt;BR /&gt;Where Date &amp;gt; '01.01.2018';&lt;BR /&gt;&lt;BR /&gt;Concatenate(Server)&lt;BR /&gt;LOAD ID, &lt;BR /&gt; Price, &lt;BR /&gt; Quantity,&lt;BR /&gt; Date&lt;BR /&gt;FROM&lt;BR /&gt;[..\QVDs\Server.qvd]&lt;BR /&gt;(qvd)&lt;BR /&gt;&lt;BR /&gt;Where Not Exists(ID);&lt;/PRE&gt;&lt;P&gt;However, I am looking for a way to update specific fields only. In other words, How can I update the "&lt;SPAN&gt;Quantity&lt;/SPAN&gt;" (based on the xlsx file), but keep the "Price" (based on QVD).&lt;/P&gt;&lt;P&gt;The only idea I have is to use a "left join" from a 2nd copy of the QVD (which will never be updated).&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any suggestion?&lt;/P&gt;&lt;P&gt;Thanks in advance &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 04 Dec 2018 08:21:05 GMT</pubDate>
    <dc:creator>ahmed_hassan</dc:creator>
    <dc:date>2018-12-04T08:21:05Z</dc:date>
    <item>
      <title>Incremental Load for specific fileds only</title>
      <link>https://community.qlik.com/t5/QlikView/Incremental-Load-for-specific-fileds-only/m-p/1515987#M602161</link>
      <description>&lt;P&gt;Dear all,&lt;/P&gt;&lt;P&gt;Just to be precise, I know how to use&amp;nbsp;Incremental load from the general 3x cases:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&amp;nbsp;Insert Only&lt;/LI&gt;&lt;LI&gt;Insert and Update&lt;/LI&gt;&lt;LI&gt;Insert, Update and Delete&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;I am interested in the 2nd case, therefore, I am using the following code:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;Server:&lt;BR /&gt;LOAD ID, &lt;BR /&gt; Price, &lt;BR /&gt; Quantity,&lt;BR /&gt; Date&lt;BR /&gt;FROM&lt;BR /&gt;[..\Files\SQL Server.xlsx]&lt;BR /&gt;(ooxml, embedded labels, table is Sheet1)&lt;BR /&gt;&lt;BR /&gt;Where Date &amp;gt; '01.01.2018';&lt;BR /&gt;&lt;BR /&gt;Concatenate(Server)&lt;BR /&gt;LOAD ID, &lt;BR /&gt; Price, &lt;BR /&gt; Quantity,&lt;BR /&gt; Date&lt;BR /&gt;FROM&lt;BR /&gt;[..\QVDs\Server.qvd]&lt;BR /&gt;(qvd)&lt;BR /&gt;&lt;BR /&gt;Where Not Exists(ID);&lt;/PRE&gt;&lt;P&gt;However, I am looking for a way to update specific fields only. In other words, How can I update the "&lt;SPAN&gt;Quantity&lt;/SPAN&gt;" (based on the xlsx file), but keep the "Price" (based on QVD).&lt;/P&gt;&lt;P&gt;The only idea I have is to use a "left join" from a 2nd copy of the QVD (which will never be updated).&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any suggestion?&lt;/P&gt;&lt;P&gt;Thanks in advance &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 04 Dec 2018 08:21:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Incremental-Load-for-specific-fileds-only/m-p/1515987#M602161</guid>
      <dc:creator>ahmed_hassan</dc:creator>
      <dc:date>2018-12-04T08:21:05Z</dc:date>
    </item>
    <item>
      <title>Re: Incremental Load for specific fileds only</title>
      <link>https://community.qlik.com/t5/QlikView/Incremental-Load-for-specific-fileds-only/m-p/1515995#M602162</link>
      <description>Your idea is right. Additional join would be required in that case.</description>
      <pubDate>Tue, 04 Dec 2018 08:37:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Incremental-Load-for-specific-fileds-only/m-p/1515995#M602162</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2018-12-04T08:37:32Z</dc:date>
    </item>
  </channel>
</rss>

