<?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 with 3 columns as key in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Incremental-Load-with-3-columns-as-key/m-p/2070942#M1223613</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I need to implement incremental data db table has 25,000,000 lines .... 50 plus fields but I has 3 coloumns&amp;nbsp; to combine a key for where not exists key .pls suggest me&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Example&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Table :&lt;/P&gt;
&lt;P&gt;Load A,B,C,D,E&lt;/P&gt;
&lt;P&gt;From QVD ;&lt;/P&gt;
&lt;P&gt;Max:&lt;/P&gt;
&lt;P&gt;Load Max (D) as MaxD&lt;/P&gt;
&lt;P&gt;Resident to Table ;&lt;/P&gt;
&lt;P&gt;Drop Table ;&lt;/P&gt;
&lt;P&gt;Drop Max;&lt;/P&gt;
&lt;P&gt;Let vMaxDate = peek ( 'MaxD',0);&lt;/P&gt;
&lt;P&gt;Source :&lt;/P&gt;
&lt;P&gt;Load * select From DB&lt;/P&gt;
&lt;P&gt;Where D &amp;gt; '$(vMaxDate)';&lt;/P&gt;
&lt;P&gt;Concatenate (source)&lt;/P&gt;
&lt;P&gt;Load *, A &amp;amp;'|'&amp;amp;B&amp;amp;'|'&amp;amp;C as Key&amp;nbsp;&lt;/P&gt;
&lt;P&gt;From Source QVD&lt;/P&gt;
&lt;P&gt;Where doesn't not exists ( key);&lt;/P&gt;
&lt;P&gt;Suggest if any ....&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sat, 13 May 2023 12:18:52 GMT</pubDate>
    <dc:creator>sivavasam</dc:creator>
    <dc:date>2023-05-13T12:18:52Z</dc:date>
    <item>
      <title>Incremental Load with 3 columns as key</title>
      <link>https://community.qlik.com/t5/QlikView/Incremental-Load-with-3-columns-as-key/m-p/2070942#M1223613</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I need to implement incremental data db table has 25,000,000 lines .... 50 plus fields but I has 3 coloumns&amp;nbsp; to combine a key for where not exists key .pls suggest me&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Example&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Table :&lt;/P&gt;
&lt;P&gt;Load A,B,C,D,E&lt;/P&gt;
&lt;P&gt;From QVD ;&lt;/P&gt;
&lt;P&gt;Max:&lt;/P&gt;
&lt;P&gt;Load Max (D) as MaxD&lt;/P&gt;
&lt;P&gt;Resident to Table ;&lt;/P&gt;
&lt;P&gt;Drop Table ;&lt;/P&gt;
&lt;P&gt;Drop Max;&lt;/P&gt;
&lt;P&gt;Let vMaxDate = peek ( 'MaxD',0);&lt;/P&gt;
&lt;P&gt;Source :&lt;/P&gt;
&lt;P&gt;Load * select From DB&lt;/P&gt;
&lt;P&gt;Where D &amp;gt; '$(vMaxDate)';&lt;/P&gt;
&lt;P&gt;Concatenate (source)&lt;/P&gt;
&lt;P&gt;Load *, A &amp;amp;'|'&amp;amp;B&amp;amp;'|'&amp;amp;C as Key&amp;nbsp;&lt;/P&gt;
&lt;P&gt;From Source QVD&lt;/P&gt;
&lt;P&gt;Where doesn't not exists ( key);&lt;/P&gt;
&lt;P&gt;Suggest if any ....&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 13 May 2023 12:18:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Incremental-Load-with-3-columns-as-key/m-p/2070942#M1223613</guid>
      <dc:creator>sivavasam</dc:creator>
      <dc:date>2023-05-13T12:18:52Z</dc:date>
    </item>
    <item>
      <title>Re: Incremental Load with 3 columns as key</title>
      <link>https://community.qlik.com/t5/QlikView/Incremental-Load-with-3-columns-as-key/m-p/2070948#M1223615</link>
      <description>&lt;P&gt;Hi, try this.&lt;/P&gt;
&lt;P&gt;Let vMaxDate=Peek('MaxD', 0&lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;, 'Max'&lt;/STRONG&gt;&lt;/FONT&gt;);&lt;/P&gt;
&lt;P&gt;Source:&lt;BR /&gt;LOAD * select From DB&lt;BR /&gt;Where D &amp;gt; '$(vMaxDate)';&lt;/P&gt;
&lt;P&gt;Concatenate(source)&lt;BR /&gt;&lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;LOAD *&lt;/STRONG&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;Where not Exists (Key);&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;LOAD *, &lt;BR /&gt;A &amp;amp;'|'&amp;amp;B&amp;amp;'|'&amp;amp;C as Key&lt;/P&gt;
&lt;P&gt;FROM Source QVD;&lt;/P&gt;</description>
      <pubDate>Sat, 13 May 2023 14:17:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Incremental-Load-with-3-columns-as-key/m-p/2070948#M1223615</guid>
      <dc:creator>BrunPierre</dc:creator>
      <dc:date>2023-05-13T14:17:56Z</dc:date>
    </item>
  </channel>
</rss>

