<?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: need a help in qlik requirement in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/need-a-help-in-qlik-requirement/m-p/1647337#M731393</link>
    <description>&lt;P&gt;Hello Siva,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Basically, that's a question for 'Incremental load' in qlikview.&lt;/P&gt;&lt;P&gt;Which can be easily achieved with the Exists() function.&lt;/P&gt;&lt;P&gt;Example script you can plug and play:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;OldSource:
LOAD * Inline [
ID
1
2
3
4
];

JOIN (OldSource)
LOAD
'old record' as tag
AutoGenerate (1)
;


NewSource:
NoConcatenate
LOAD * Inline [
ID
1
2
3
4
5
6
]
WHERE NOT Exists(ID)
;

JOIN (NewSource)
LOAD
'new record' as tag
AutoGenerate (1)
;

Concatenate(OldSource)
LOAD
ID,tag
Resident NewSource;

DROP TABLE NewSource;&lt;/LI-CODE&gt;</description>
    <pubDate>Fri, 15 Nov 2019 08:17:47 GMT</pubDate>
    <dc:creator>Stoyan_Terziev</dc:creator>
    <dc:date>2019-11-15T08:17:47Z</dc:date>
    <item>
      <title>need a help in qlik requirement</title>
      <link>https://community.qlik.com/t5/QlikView/need-a-help-in-qlik-requirement/m-p/1647331#M731392</link>
      <description>&lt;P&gt;Hi All&amp;nbsp;&lt;/P&gt;&lt;P&gt;i have&amp;nbsp; two tables like below&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;yesterday:&lt;/P&gt;&lt;P&gt;record id&lt;/P&gt;&lt;P&gt;1&lt;/P&gt;&lt;P&gt;2&lt;/P&gt;&lt;P&gt;3&lt;/P&gt;&lt;P&gt;4&lt;/P&gt;&lt;P&gt;today:&lt;/P&gt;&lt;P&gt;record id&lt;/P&gt;&lt;P&gt;1&lt;/P&gt;&lt;P&gt;2&lt;/P&gt;&lt;P&gt;3&lt;/P&gt;&lt;P&gt;4&lt;/P&gt;&lt;P&gt;5&lt;/P&gt;&lt;P&gt;6&lt;/P&gt;&lt;P&gt;expected output :&lt;/P&gt;&lt;P&gt;record id ,tag&lt;/P&gt;&lt;P&gt;1, old record&lt;/P&gt;&lt;P&gt;2, old record&lt;/P&gt;&lt;P&gt;3, old record&lt;/P&gt;&lt;P&gt;4,old record&lt;/P&gt;&lt;P&gt;5,new record&lt;/P&gt;&lt;P&gt;6,new record&lt;/P&gt;&lt;P&gt;can u please help me with this&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks in advance&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;siva&lt;/P&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/need-a-help-in-qlik-requirement/m-p/1647331#M731392</guid>
      <dc:creator>siva8</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: need a help in qlik requirement</title>
      <link>https://community.qlik.com/t5/QlikView/need-a-help-in-qlik-requirement/m-p/1647337#M731393</link>
      <description>&lt;P&gt;Hello Siva,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Basically, that's a question for 'Incremental load' in qlikview.&lt;/P&gt;&lt;P&gt;Which can be easily achieved with the Exists() function.&lt;/P&gt;&lt;P&gt;Example script you can plug and play:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;OldSource:
LOAD * Inline [
ID
1
2
3
4
];

JOIN (OldSource)
LOAD
'old record' as tag
AutoGenerate (1)
;


NewSource:
NoConcatenate
LOAD * Inline [
ID
1
2
3
4
5
6
]
WHERE NOT Exists(ID)
;

JOIN (NewSource)
LOAD
'new record' as tag
AutoGenerate (1)
;

Concatenate(OldSource)
LOAD
ID,tag
Resident NewSource;

DROP TABLE NewSource;&lt;/LI-CODE&gt;</description>
      <pubDate>Fri, 15 Nov 2019 08:17:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/need-a-help-in-qlik-requirement/m-p/1647337#M731393</guid>
      <dc:creator>Stoyan_Terziev</dc:creator>
      <dc:date>2019-11-15T08:17:47Z</dc:date>
    </item>
  </channel>
</rss>

