<?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: Help with Incremental load with unique records in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Help-with-Incremental-load-with-unique-records/m-p/1707328#M723476</link>
    <description>&lt;P&gt;Add RowNo() when load. I modified inline table as below, it shows 6 records.&lt;/P&gt;&lt;P&gt;load * inline [&lt;BR /&gt;ID, unit, count, month, key, key2, row&lt;BR /&gt;123, 1, 1, 4,123114,123114,1&lt;BR /&gt;123, 1, 1, 4,123114,123114,2&lt;BR /&gt;123, 2,0,4,123204,123204,3&lt;BR /&gt;];&lt;/P&gt;&lt;P&gt;Concatenate&lt;BR /&gt;load * inline [&lt;BR /&gt;ID, unit, count, month,key,key2,row&lt;BR /&gt;123, 1, 1, 3,123113,123113,1&lt;BR /&gt;123, 1, 1, 3,123113,123113,2&lt;BR /&gt;123, 2,0,3,123203,123203,3&lt;BR /&gt;];&lt;/P&gt;</description>
    <pubDate>Tue, 02 Jun 2020 03:43:32 GMT</pubDate>
    <dc:creator>YJ_SG</dc:creator>
    <dc:date>2020-06-02T03:43:32Z</dc:date>
    <item>
      <title>Help with Incremental load with unique records</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-Incremental-load-with-unique-records/m-p/1707323#M723473</link>
      <description>&lt;P&gt;&amp;nbsp;Hi All,&lt;/P&gt;&lt;P&gt;Can anyone please help me with Incremental load with unique records.&lt;/P&gt;&lt;P&gt;For example:&lt;/P&gt;&lt;P&gt;load * inline [&lt;BR /&gt;ID, unit, count, month, key, key2&lt;BR /&gt;123, 1, 1, 4,123114,123114&lt;BR /&gt;123, 1, 1, 4,123114,123114&lt;BR /&gt;123, 2,0,4,123204,123204&lt;BR /&gt;];&lt;/P&gt;&lt;P&gt;Concatenate&lt;BR /&gt;load * inline [&lt;BR /&gt;ID, unit, count, month,key,key2&lt;BR /&gt;123, 1, 1, 3,123113,123113&lt;BR /&gt;123, 1, 1, 3,123113,123113&lt;BR /&gt;123, 2,0,3,123203,123203&lt;BR /&gt;]&lt;BR /&gt;where not Exists(key2,key);&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I need output with 6 records but I'm getting 5 records. How to handle this situation to get 6 records as output?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 00:33:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-Incremental-load-with-unique-records/m-p/1707323#M723473</guid>
      <dc:creator>qlikuser222</dc:creator>
      <dc:date>2024-11-16T00:33:59Z</dc:date>
    </item>
    <item>
      <title>Re: Help with Incremental load with unique records</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-Incremental-load-with-unique-records/m-p/1707328#M723476</link>
      <description>&lt;P&gt;Add RowNo() when load. I modified inline table as below, it shows 6 records.&lt;/P&gt;&lt;P&gt;load * inline [&lt;BR /&gt;ID, unit, count, month, key, key2, row&lt;BR /&gt;123, 1, 1, 4,123114,123114,1&lt;BR /&gt;123, 1, 1, 4,123114,123114,2&lt;BR /&gt;123, 2,0,4,123204,123204,3&lt;BR /&gt;];&lt;/P&gt;&lt;P&gt;Concatenate&lt;BR /&gt;load * inline [&lt;BR /&gt;ID, unit, count, month,key,key2,row&lt;BR /&gt;123, 1, 1, 3,123113,123113,1&lt;BR /&gt;123, 1, 1, 3,123113,123113,2&lt;BR /&gt;123, 2,0,3,123203,123203,3&lt;BR /&gt;];&lt;/P&gt;</description>
      <pubDate>Tue, 02 Jun 2020 03:43:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-Incremental-load-with-unique-records/m-p/1707328#M723476</guid>
      <dc:creator>YJ_SG</dc:creator>
      <dc:date>2020-06-02T03:43:32Z</dc:date>
    </item>
    <item>
      <title>Re: Help with Incremental load with unique records</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-Incremental-load-with-unique-records/m-p/1707987#M723480</link>
      <description>&lt;P&gt;Thanks for your reply,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Unfortunately it still doesn't work and not giving me the expected results.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there anyway Qlik can handle situations like this?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Wed, 03 Jun 2020 22:59:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-Incremental-load-with-unique-records/m-p/1707987#M723480</guid>
      <dc:creator>qlikuser222</dc:creator>
      <dc:date>2020-06-03T22:59:47Z</dc:date>
    </item>
    <item>
      <title>Re: Help with Incremental load with unique records</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-Incremental-load-with-unique-records/m-p/1707999#M723482</link>
      <description>&lt;P&gt;check attached file&lt;/P&gt;</description>
      <pubDate>Thu, 04 Jun 2020 00:41:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-Incremental-load-with-unique-records/m-p/1707999#M723482</guid>
      <dc:creator>YJ_SG</dc:creator>
      <dc:date>2020-06-04T00:41:04Z</dc:date>
    </item>
    <item>
      <title>Re: Help with Incremental load with unique records</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-Incremental-load-with-unique-records/m-p/1708001#M723483</link>
      <description>&lt;P&gt;Can you check this?&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;tab1:
load *,ID&amp;amp;unit&amp;amp;count&amp;amp;month&amp;amp;key&amp;amp;key2 As Key3 inline [
ID, unit, count, month, key, key2
123, 1, 1, 4, 123114, 123114
123, 1, 1, 4, 123114, 123114
123, 2, 0, 4, 123204, 123204
];

Concatenate (tab1)
load * inline [
ID, unit, count, month, key, key2
123, 1, 1, 3, 123113, 123113
123, 1, 1, 3, 123113, 123113
123, 2, 0, 3, 123203, 123203
]
where not Exists(Key3,ID&amp;amp;unit&amp;amp;count&amp;amp;month&amp;amp;key&amp;amp;key2);&lt;/LI-CODE&gt;</description>
      <pubDate>Thu, 04 Jun 2020 00:48:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-Incremental-load-with-unique-records/m-p/1708001#M723483</guid>
      <dc:creator>Saravanan_Desingh</dc:creator>
      <dc:date>2020-06-04T00:48:41Z</dc:date>
    </item>
    <item>
      <title>Re: Help with Incremental load with unique records</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-Incremental-load-with-unique-records/m-p/1708424#M723484</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks For your reply,&lt;/P&gt;&lt;P&gt;If I use the below code I get expected results, but when I run the Qlik again by loading Tab1+tab2 results in QVD and concatenating it with Tab3 (which has tab2 data) it gives me duplicates and end result would be like below&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;ID, unit, count, month, key, key2,Key3&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;123, 1, 1, 4, 123114, 123114, &lt;SPAN&gt;1231 1 4123114123114&lt;/SPAN&gt;&lt;BR /&gt;123, 1, 1, 4, 123114, 123114,&lt;SPAN&gt;&lt;SPAN&gt;1231 1 4123114123114&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;123, 2, 0, 4, 123204, 123204,&lt;SPAN&gt;&lt;SPAN&gt;12320 4123114123204&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;123, 1, 1, 3, 123113, 123113, -&lt;BR /&gt;123, 1, 1, 3, 123113, 123113,&lt;SPAN&gt; -&lt;/SPAN&gt;&lt;BR /&gt;123, 2, 0, 3, 123203, 123203&lt;SPAN&gt;,&lt;SPAN&gt; -&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN&gt;123, 1, 1, 3, 123113, 123113,&lt;SPAN&gt; -&lt;/SPAN&gt;&lt;BR /&gt;123, 1, 1, 3, 123113, 123113,&lt;SPAN&gt; -&lt;/SPAN&gt;&lt;BR /&gt;123, 2, 0, 3, 123203, 123203,&lt;SPAN&gt; -&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;How to avoid getting duplicates , please help.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 05 Jun 2020 02:26:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-Incremental-load-with-unique-records/m-p/1708424#M723484</guid>
      <dc:creator>qlikuser222</dc:creator>
      <dc:date>2020-06-05T02:26:52Z</dc:date>
    </item>
  </channel>
</rss>

