<?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: Query_Incremental Load_Insert and Update in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Query-Incremental-Load-Insert-and-Update/m-p/1592431#M43543</link>
    <description>&lt;P&gt;By reading it i feel your ID may not be unique enough to use it as a condition. You may want to use a combination of your ID and Date as the unique ID.&lt;/P&gt;&lt;P&gt;Please try and let me know.&lt;/P&gt;</description>
    <pubDate>Mon, 17 Jun 2019 08:53:34 GMT</pubDate>
    <dc:creator>arpitkharkia</dc:creator>
    <dc:date>2019-06-17T08:53:34Z</dc:date>
    <item>
      <title>Query_Incremental Load_Insert and Update</title>
      <link>https://community.qlik.com/t5/App-Development/Query-Incremental-Load-Insert-and-Update/m-p/1592416#M43540</link>
      <description>&lt;P&gt;We have loaded data for 365 days in QVD. And have around 3L rows.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Now we have written incremental load as follows as we want to check last 60 days data and concatenate with existing QVD which has 1 year data&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;ID,&lt;/P&gt;&lt;P&gt;Details,&lt;/P&gt;&lt;P&gt;Date&lt;/P&gt;&lt;P&gt;From QVD where Date &amp;gt; (vDate..last 60 days)&lt;/P&gt;&lt;P&gt;Concatenate&lt;/P&gt;&lt;P&gt;Load * from Existing.qvd where not exist (ID)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;when we are doing this rows are getting reduced to around 75K. I am assuming its taking only last 60 days data. Ideally it should take for complete year and should check for 60 days for update.&lt;/P&gt;&lt;P&gt;Are we missing on anything?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 20:39:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Query-Incremental-Load-Insert-and-Update/m-p/1592416#M43540</guid>
      <dc:creator>rsdhavle</dc:creator>
      <dc:date>2024-11-16T20:39:28Z</dc:date>
    </item>
    <item>
      <title>Re: Query_Incremental Load_Insert and Update</title>
      <link>https://community.qlik.com/t5/App-Development/Query-Incremental-Load-Insert-and-Update/m-p/1592431#M43543</link>
      <description>&lt;P&gt;By reading it i feel your ID may not be unique enough to use it as a condition. You may want to use a combination of your ID and Date as the unique ID.&lt;/P&gt;&lt;P&gt;Please try and let me know.&lt;/P&gt;</description>
      <pubDate>Mon, 17 Jun 2019 08:53:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Query-Incremental-Load-Insert-and-Update/m-p/1592431#M43543</guid>
      <dc:creator>arpitkharkia</dc:creator>
      <dc:date>2019-06-17T08:53:34Z</dc:date>
    </item>
    <item>
      <title>Re: Query_Incremental Load_Insert and Update</title>
      <link>https://community.qlik.com/t5/App-Development/Query-Incremental-Load-Insert-and-Update/m-p/1592436#M43545</link>
      <description>&lt;P&gt;Hi..yes we have ID as combination of Date and ID already..&lt;/P&gt;</description>
      <pubDate>Mon, 17 Jun 2019 08:58:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Query-Incremental-Load-Insert-and-Update/m-p/1592436#M43545</guid>
      <dc:creator>rsdhavle</dc:creator>
      <dc:date>2019-06-17T08:58:30Z</dc:date>
    </item>
    <item>
      <title>Re: Query_Incremental Load_Insert and Update</title>
      <link>https://community.qlik.com/t5/App-Development/Query-Incremental-Load-Insert-and-Update/m-p/1592441#M43546</link>
      <description>&lt;P&gt;try combining the 'Details' field also&lt;/P&gt;</description>
      <pubDate>Mon, 17 Jun 2019 09:01:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Query-Incremental-Load-Insert-and-Update/m-p/1592441#M43546</guid>
      <dc:creator>arpitkharkia</dc:creator>
      <dc:date>2019-06-17T09:01:47Z</dc:date>
    </item>
    <item>
      <title>Re: Query_Incremental Load_Insert and Update</title>
      <link>https://community.qlik.com/t5/App-Development/Query-Incremental-Load-Insert-and-Update/m-p/1592443#M43547</link>
      <description>&lt;P&gt;or you can change your base table&lt;/P&gt;&lt;P&gt;Load * from Existing.qvd&lt;/P&gt;&lt;P&gt;concatenate&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;ID,&lt;/P&gt;&lt;P&gt;Details,&lt;/P&gt;&lt;P&gt;Date&lt;/P&gt;&lt;P&gt;From QVD where Date &amp;gt; (vDate..last 60 days)&lt;/P&gt;</description>
      <pubDate>Mon, 17 Jun 2019 09:11:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Query-Incremental-Load-Insert-and-Update/m-p/1592443#M43547</guid>
      <dc:creator>arpitkharkia</dc:creator>
      <dc:date>2019-06-17T09:11:37Z</dc:date>
    </item>
  </channel>
</rss>

