<?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 Specify deleted rows on incremental load in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Specify-deleted-rows-on-incremental-load/m-p/1810080#M66010</link>
    <description>&lt;P&gt;Hello everyone,&lt;/P&gt;&lt;P&gt;I have a app which has icnremental load (delete+insert).&lt;/P&gt;&lt;P&gt;I need to specify deleted rows with flag how can i achive it?&lt;/P&gt;&lt;P&gt;my script is like&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;//FullLoad&lt;BR /&gt;data:&lt;BR /&gt;load&lt;BR /&gt;date&lt;BR /&gt;key&lt;BR /&gt;field1,&lt;BR /&gt;field2&lt;BR /&gt;from db;&lt;BR /&gt;store * into data.qvd;&lt;/P&gt;&lt;P&gt;//vupdatedate&lt;BR /&gt;tab:&lt;BR /&gt;load&amp;nbsp;&lt;BR /&gt;max(date) as maxdate&lt;BR /&gt;resident data;&lt;BR /&gt;let vdate = peek('tab',*,'maxdate');&lt;BR /&gt;drop tables data,tab;&lt;/P&gt;&lt;P&gt;//Incremental&lt;BR /&gt;incremental:&lt;BR /&gt;load&amp;nbsp;&lt;BR /&gt;date&lt;BR /&gt;key&lt;BR /&gt;field1,&lt;BR /&gt;field2,&lt;BR /&gt;0 as Deleted&lt;BR /&gt;from db&lt;BR /&gt;Where date &amp;gt; $(vdate );&lt;/P&gt;&lt;P&gt;Concatanate&lt;BR /&gt;*&lt;BR /&gt;from data.qvd;&lt;/P&gt;&lt;P&gt;From here i need to fetch deleted rows and concatanate it to incremental table with "1 as Deleted" field(flag)&lt;BR /&gt;how can i achieve this???&lt;/P&gt;</description>
    <pubDate>Mon, 24 May 2021 15:06:33 GMT</pubDate>
    <dc:creator>BTIZAG_OA</dc:creator>
    <dc:date>2021-05-24T15:06:33Z</dc:date>
    <item>
      <title>Specify deleted rows on incremental load</title>
      <link>https://community.qlik.com/t5/App-Development/Specify-deleted-rows-on-incremental-load/m-p/1810080#M66010</link>
      <description>&lt;P&gt;Hello everyone,&lt;/P&gt;&lt;P&gt;I have a app which has icnremental load (delete+insert).&lt;/P&gt;&lt;P&gt;I need to specify deleted rows with flag how can i achive it?&lt;/P&gt;&lt;P&gt;my script is like&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;//FullLoad&lt;BR /&gt;data:&lt;BR /&gt;load&lt;BR /&gt;date&lt;BR /&gt;key&lt;BR /&gt;field1,&lt;BR /&gt;field2&lt;BR /&gt;from db;&lt;BR /&gt;store * into data.qvd;&lt;/P&gt;&lt;P&gt;//vupdatedate&lt;BR /&gt;tab:&lt;BR /&gt;load&amp;nbsp;&lt;BR /&gt;max(date) as maxdate&lt;BR /&gt;resident data;&lt;BR /&gt;let vdate = peek('tab',*,'maxdate');&lt;BR /&gt;drop tables data,tab;&lt;/P&gt;&lt;P&gt;//Incremental&lt;BR /&gt;incremental:&lt;BR /&gt;load&amp;nbsp;&lt;BR /&gt;date&lt;BR /&gt;key&lt;BR /&gt;field1,&lt;BR /&gt;field2,&lt;BR /&gt;0 as Deleted&lt;BR /&gt;from db&lt;BR /&gt;Where date &amp;gt; $(vdate );&lt;/P&gt;&lt;P&gt;Concatanate&lt;BR /&gt;*&lt;BR /&gt;from data.qvd;&lt;/P&gt;&lt;P&gt;From here i need to fetch deleted rows and concatanate it to incremental table with "1 as Deleted" field(flag)&lt;BR /&gt;how can i achieve this???&lt;/P&gt;</description>
      <pubDate>Mon, 24 May 2021 15:06:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Specify-deleted-rows-on-incremental-load/m-p/1810080#M66010</guid>
      <dc:creator>BTIZAG_OA</dc:creator>
      <dc:date>2021-05-24T15:06:33Z</dc:date>
    </item>
  </channel>
</rss>

