<?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: Incremental reload issue in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Incremental-reload-issue/m-p/1259973#M846927</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your reply,&amp;nbsp; but it doesn't change anything. The problem is in " &lt;SPAN lang="EN-US" style="color: blue; font-family: 'Courier New'; font-size: 9pt; mso-ansi-language: EN-US;"&gt;where&lt;/SPAN&gt; &lt;SPAN lang="EN-US" style="color: blue; font-family: 'Courier New'; font-size: 9pt; mso-ansi-language: EN-US;"&gt;not&lt;/SPAN&gt; &lt;SPAN lang="EN-US" style="color: blue; font-family: 'Courier New'; font-size: 9pt; mso-ansi-language: EN-US;"&gt;exists&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="color: black; font-family: 'Courier New'; font-size: 9pt; mso-ansi-language: EN-US;"&gt;&lt;/SPAN&gt;" because when i try to append rows with just concatenate, it's ok. I get 9,6M into planning_22_03_V2.qvd (100 000 rows reloaded since 5 days + 9,5M from qvd).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Look like an issue with my primary key PLANNING.ID but she's ok.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 27 Mar 2017 07:37:03 GMT</pubDate>
    <dc:creator>sergio0592</dc:creator>
    <dc:date>2017-03-27T07:37:03Z</dc:date>
    <item>
      <title>Incremental reload issue</title>
      <link>https://community.qlik.com/t5/QlikView/Incremental-reload-issue/m-p/1259969#M846923</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'am facing an issue with incremental reload. So i have a fact table (planning) with&amp;nbsp; 9,5 M rows (planning_22_03.qvd). I store it into .qvd file. Ok, it works.&lt;/P&gt;&lt;P&gt;But after i want an incremental reload where i add new data to former .qvd file (9,5 M). The result is that the new .qvd file (planning_22_03_V2.qvd) is 6,6 M.&lt;/P&gt;&lt;P&gt;I can't understand where are my 3M rows!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here my syntax of incremental reload. What goes wrong?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;V_NB_DAYS is a variable where i define the number of days to reload, usuallly between 1 and 5 days.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="color: black; font-family: 'Courier New'; font-size: 9pt; mso-ansi-language: EN-US;"&gt;PLANNING_TABLE :&lt;BR /&gt;&lt;STRONG&gt;&lt;SPAN lang="EN-US" style="color: blue; font-family: 'Courier New'; font-size: 9pt; mso-ansi-language: EN-US;"&gt;SQL&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN lang="EN-US" style="color: black; font-family: 'Courier New'; font-size: 9pt; mso-ansi-language: EN-US;"&gt;&lt;BR /&gt;select PLANNING.ID,&lt;BR /&gt;X,&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="color: black; font-family: 'Courier New'; font-size: 9pt; mso-ansi-language: EN-US;"&gt;X&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="color: black; font-family: 'Courier New'; font-size: 9pt; mso-ansi-language: EN-US;"&gt;from PLANNING P&lt;BR /&gt;where to_char(P.DT,'DD/MM/YYYY') &amp;gt;= to_date(sysdate-&lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM&gt;&lt;SPAN lang="EN-US" style="color: gray; font-family: 'Courier New'; font-size: 9pt; mso-ansi-language: EN-US;"&gt;$(V_NB_DAYS)&lt;/SPAN&gt;&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN lang="EN-US" style="color: black; font-family: 'Courier New'; font-size: 9pt; mso-ansi-language: EN-US;"&gt;)&lt;BR /&gt;;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN lang="EN-US" style="color: blue; font-family: 'Courier New'; font-size: 9pt; mso-ansi-language: EN-US;"&gt;Concatenate&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="color: black; font-family: 'Courier New'; font-size: 9pt; mso-ansi-language: EN-US;"&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;SPAN lang="EN-US" style="color: blue; font-family: 'Courier New'; font-size: 9pt; mso-ansi-language: EN-US;"&gt;load&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN lang="EN-US" style="color: black; font-family: 'Courier New'; font-size: 9pt; mso-ansi-language: EN-US;"&gt; *&lt;BR /&gt;&lt;SPAN lang="EN-US" style="color: blue; font-family: 'Courier New'; font-size: 9pt; mso-ansi-language: EN-US;"&gt;from&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="color: black; font-family: 'Courier New'; font-size: 9pt; mso-ansi-language: EN-US;"&gt; planning_22_03.qvd (&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="color: blue; font-family: 'Courier New'; font-size: 9pt; mso-ansi-language: EN-US;"&gt;qvd&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="color: black; font-family: 'Courier New'; font-size: 9pt; mso-ansi-language: EN-US;"&gt;) &lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="color: blue; font-family: 'Courier New'; font-size: 9pt; mso-ansi-language: EN-US;"&gt;where&lt;/SPAN&gt; &lt;SPAN lang="EN-US" style="color: blue; font-family: 'Courier New'; font-size: 9pt; mso-ansi-language: EN-US;"&gt;not&lt;/SPAN&gt; &lt;SPAN lang="EN-US" style="color: blue; font-family: 'Courier New'; font-size: 9pt; mso-ansi-language: EN-US;"&gt;exists&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="color: black; font-family: 'Courier New'; font-size: 9pt; mso-ansi-language: EN-US;"&gt; (&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="color: maroon; font-family: 'Courier New'; font-size: 9pt; mso-ansi-language: EN-US;"&gt;&lt;/SPAN&gt;PLANNING.ID&lt;SPAN lang="EN-US" style="color: black; font-family: 'Courier New'; font-size: 9pt; mso-ansi-language: EN-US;"&gt;);&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;SPAN lang="EN-US" style="color: blue; font-family: 'Courier New'; font-size: 9pt; mso-ansi-language: EN-US;"&gt;STORE&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN lang="EN-US" style="color: black; font-family: 'Courier New'; font-size: 9pt; mso-ansi-language: EN-US;"&gt; &lt;SPAN lang="EN-US" style="color: black; font-family: 'Courier New'; font-size: 9pt; mso-ansi-language: EN-US;"&gt;PLANNING_TABLE&lt;/SPAN&gt; &lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="color: blue; font-family: 'Courier New'; font-size: 9pt; mso-ansi-language: EN-US;"&gt;into&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="color: black; font-family: 'Courier New'; font-size: 9pt; mso-ansi-language: EN-US;"&gt; planning_22_03_V2.qvd;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Incremental-reload-issue/m-p/1259969#M846923</guid>
      <dc:creator>sergio0592</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Incremental reload issue</title>
      <link>https://community.qlik.com/t5/QlikView/Incremental-reload-issue/m-p/1259970#M846924</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN lang="EN-US" style="font-weight: inherit; font-style: inherit; font-size: 9pt; font-family: 'Courier New'; color: black;"&gt;Try with an Alias field,&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN lang="EN-US" style="font-weight: inherit; font-style: inherit; font-size: 9pt; font-family: 'Courier New'; color: black;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN lang="EN-US" style="font-weight: inherit; font-style: inherit; font-size: 9pt; font-family: 'Courier New'; color: black;"&gt;PLANNING_TABLE :&lt;BR /&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&lt;SPAN lang="EN-US" style="font-weight: inherit; font-style: inherit; font-size: 9pt; color: blue;"&gt;SQL&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN lang="EN-US" style="font-weight: inherit; font-style: inherit; font-size: 9pt;"&gt;&lt;BR /&gt;select PLANNING.ID,&lt;BR /&gt;X,&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN lang="EN-US" style="font-weight: inherit; font-style: inherit; font-size: 9pt; font-family: 'Courier New'; color: black;"&gt;X&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN lang="EN-US" style="font-weight: inherit; font-style: inherit; font-size: 9pt; font-family: 'Courier New'; color: black;"&gt;from PLANNING P&lt;BR /&gt;where to_char(P.DT,'DD/MM/YYYY') &amp;gt;= to_date(sysdate-&lt;/SPAN&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;&lt;SPAN lang="EN-US" style="font-weight: inherit; font-style: inherit; font-size: 9pt; font-family: 'Courier New'; color: gray;"&gt;$(V_NB_DAYS)&lt;/SPAN&gt;&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN lang="EN-US" style="font-weight: inherit; font-style: inherit; font-size: 9pt; font-family: 'Courier New'; color: black;"&gt;)&lt;BR /&gt;;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN lang="EN-US" style="font-weight: inherit; font-style: inherit; font-size: 9pt; color: blue;"&gt;Concatenate&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-weight: inherit; font-style: inherit; font-size: 9pt;"&gt;&lt;BR /&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&lt;SPAN lang="EN-US" style="font-weight: inherit; font-style: inherit; font-size: 9pt; color: blue;"&gt;load&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN lang="EN-US" style="font-weight: inherit; font-style: inherit; font-size: 9pt;"&gt; *,&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 12px;"&gt;PLANNING.ID&lt;/SPAN&gt; as &lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 12px;"&gt;PLANNING.ID&lt;/SPAN&gt;1&lt;BR /&gt;&lt;SPAN lang="EN-US" style="font-weight: inherit; font-style: inherit; font-size: 9pt; color: blue;"&gt;from&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-weight: inherit; font-style: inherit; font-size: 9pt;"&gt; planning_22_03.qvd (&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-weight: inherit; font-style: inherit; font-size: 9pt; color: blue;"&gt;qvd&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-weight: inherit; font-style: inherit; font-size: 9pt;"&gt;) &lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-weight: inherit; font-style: inherit; font-size: 9pt; color: blue;"&gt;where&lt;/SPAN&gt; &lt;SPAN lang="EN-US" style="font-weight: inherit; font-style: inherit; font-size: 9pt; color: blue;"&gt;not&lt;/SPAN&gt; &lt;SPAN lang="EN-US" style="font-weight: inherit; font-style: inherit; font-size: 9pt; color: blue;"&gt;exists&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-weight: inherit; font-style: inherit; font-size: 9pt;"&gt; (&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-weight: inherit; font-style: inherit; font-size: 9pt; color: maroon;"&gt;&lt;/SPAN&gt;PLANNING.ID1,&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 12px;"&gt;PLANNING.ID&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-weight: inherit; font-style: inherit; font-size: 9pt;"&gt;);&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN lang="EN-US" style="font-weight: inherit; font-style: inherit; font-size: 9pt; font-family: 'Courier New'; color: black;"&gt;&lt;SPAN lang="EN-US" style="font-weight: inherit; font-style: inherit; font-size: 9pt;"&gt;&lt;SPAN lang="EN-US" style="font-weight: inherit; font-style: inherit; font-size: 9pt;"&gt;&lt;SPAN lang="EN-US" style="font-weight: inherit; font-style: inherit; font-size: 9pt;"&gt;//if this doesn't work interchange the positions&lt;SPAN lang="EN-US" style="color: #000000; font-family: 'Courier New'; font-size: 9pt; font-style: inherit; font-weight: inherit;"&gt;(&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-family: 'Courier New'; font-size: 9pt; font-style: inherit; font-weight: inherit; color: maroon;"&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 12px;"&gt;PLANNING.ID,&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 12px;"&gt;PLANNING.ID1&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="color: #000000; font-family: 'Courier New'; font-size: 9pt; font-style: inherit; font-weight: inherit;"&gt;) , my memory isn't helping me&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&lt;SPAN lang="EN-US" style="font-weight: inherit; font-style: inherit; font-size: 9pt; color: blue;"&gt;STORE&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN lang="EN-US" style="font-weight: inherit; font-style: inherit; font-size: 9pt;"&gt; &lt;SPAN lang="EN-US" style="font-weight: inherit; font-style: inherit; font-size: 9pt;"&gt;PLANNING_TABLE&lt;/SPAN&gt; &lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-weight: inherit; font-style: inherit; font-size: 9pt; color: blue;"&gt;into&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-weight: inherit; font-style: inherit; font-size: 9pt;"&gt; planning_22_03_V2.qvd;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Mar 2017 13:45:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Incremental-reload-issue/m-p/1259970#M846924</guid>
      <dc:creator>vinieme12</dc:creator>
      <dc:date>2017-03-22T13:45:34Z</dc:date>
    </item>
    <item>
      <title>Re: Incremental reload issue</title>
      <link>https://community.qlik.com/t5/QlikView/Incremental-reload-issue/m-p/1259971#M846925</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Vineeth for your answer but it don't works. I have always 6,6 M in planning_22_03_V2.qvd and with this syntax i have lost the optimized mode reload (equal if i dont'have .qvd &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/confused.png" /&gt;).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Mar 2017 15:11:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Incremental-reload-issue/m-p/1259971#M846925</guid>
      <dc:creator>sergio0592</dc:creator>
      <dc:date>2017-03-22T15:11:14Z</dc:date>
    </item>
    <item>
      <title>Re: Incremental reload issue</title>
      <link>https://community.qlik.com/t5/QlikView/Incremental-reload-issue/m-p/1259972#M846926</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try two things&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SQL to get the differential&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="color: black; font-family: 'Courier New'; font-size: 9pt;"&gt;PLANNING_TABLE :&lt;BR /&gt;&lt;STRONG&gt;&lt;SPAN lang="EN-US" style="color: blue; font-family: 'Courier New'; font-size: 9pt;"&gt;SQL&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN lang="EN-US" style="color: black; font-family: 'Courier New'; font-size: 9pt;"&gt;&lt;BR /&gt;select PLANNING.ID,&lt;BR /&gt;X,&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="color: black; font-family: 'Courier New'; font-size: 9pt;"&gt;X&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="color: black; font-family: 'Courier New'; font-size: 9pt;"&gt;from PLANNING P&lt;BR /&gt;where to_char(P.DT,'DD/MM/YYYY') &amp;gt;= to_date(sysdate-&lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM&gt;&lt;SPAN lang="EN-US" style="color: gray; font-family: 'Courier New'; font-size: 9pt;"&gt;$(V_NB_DAYS)&lt;/SPAN&gt;&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="color: black; font-family: 'Courier New'; font-size: 9pt;"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;change it to&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="color: black; font-family: 'Courier New'; font-size: 9pt;"&gt;PLANNING_TABLE :&lt;BR /&gt;&lt;STRONG&gt;&lt;SPAN lang="EN-US" style="color: blue; font-family: 'Courier New'; font-size: 9pt;"&gt;SQL&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN lang="EN-US" style="color: black; font-family: 'Courier New'; font-size: 9pt;"&gt;&lt;BR /&gt;select PLANNING.ID,&lt;BR /&gt;X,&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="color: black; font-family: 'Courier New'; font-size: 9pt;"&gt;X&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="color: black; font-family: 'Courier New'; font-size: 9pt;"&gt;from PLANNING P&lt;BR /&gt;where Year(P.DT)=2017 and Month(P.DT)=3&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="color: black; font-family: 'Courier New'; font-size: 9pt;"&gt; so that if your where condition is working fine or not.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="color: black; font-family: 'Courier New'; font-size: 9pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="color: black; font-family: 'Courier New'; font-size: 9pt;"&gt;Second&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="color: black; font-family: 'Courier New'; font-size: 9pt;"&gt;Try the following &lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="color: black; font-family: 'Courier New'; font-size: 9pt;"&gt; &lt;SPAN lang="EN-US" style="color: black; font-family: 'Courier New'; font-size: 9pt;"&gt;where to_char(P.DT,'DD/MM/YYYY') &amp;gt;= to_date(sysdate-&lt;STRONG&gt;'&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM&gt;&lt;SPAN lang="EN-US" style="color: gray; font-family: 'Courier New'; font-size: 9pt;"&gt;$(V_NB_DAYS)'&lt;/SPAN&gt;&lt;/EM&gt;&lt;EM&gt;&lt;SPAN lang="EN-US" style="color: gray; font-family: 'Courier New'; font-size: 9pt;"&gt;&lt;STRONG&gt;)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/EM&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="color: black; font-family: 'Courier New'; font-size: 9pt;"&gt;&lt;STRONG&gt;&lt;EM&gt;&lt;SPAN lang="EN-US" style="color: gray; font-family: 'Courier New'; font-size: 9pt;"&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/EM&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="color: black; font-family: 'Courier New'; font-size: 9pt;"&gt;&lt;STRONG&gt;&lt;EM&gt;&lt;SPAN lang="EN-US" style="color: gray; font-family: 'Courier New'; font-size: 9pt;"&gt;&lt;STRONG&gt;hth&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/EM&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="color: black; font-family: 'Courier New'; font-size: 9pt;"&gt;&lt;STRONG&gt;&lt;EM&gt;&lt;SPAN lang="EN-US" style="color: gray; font-family: 'Courier New'; font-size: 9pt;"&gt;&lt;STRONG&gt;Sas&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/EM&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="color: black; font-family: 'Courier New'; font-size: 9pt;"&gt;&lt;STRONG&gt;&lt;EM&gt;&lt;SPAN lang="EN-US" style="color: gray; font-family: 'Courier New'; font-size: 9pt;"&gt;&lt;/SPAN&gt;&lt;/EM&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Mar 2017 09:50:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Incremental-reload-issue/m-p/1259972#M846926</guid>
      <dc:creator>sasiparupudi1</dc:creator>
      <dc:date>2017-03-23T09:50:18Z</dc:date>
    </item>
    <item>
      <title>Re: Incremental reload issue</title>
      <link>https://community.qlik.com/t5/QlikView/Incremental-reload-issue/m-p/1259973#M846927</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your reply,&amp;nbsp; but it doesn't change anything. The problem is in " &lt;SPAN lang="EN-US" style="color: blue; font-family: 'Courier New'; font-size: 9pt; mso-ansi-language: EN-US;"&gt;where&lt;/SPAN&gt; &lt;SPAN lang="EN-US" style="color: blue; font-family: 'Courier New'; font-size: 9pt; mso-ansi-language: EN-US;"&gt;not&lt;/SPAN&gt; &lt;SPAN lang="EN-US" style="color: blue; font-family: 'Courier New'; font-size: 9pt; mso-ansi-language: EN-US;"&gt;exists&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="color: black; font-family: 'Courier New'; font-size: 9pt; mso-ansi-language: EN-US;"&gt;&lt;/SPAN&gt;" because when i try to append rows with just concatenate, it's ok. I get 9,6M into planning_22_03_V2.qvd (100 000 rows reloaded since 5 days + 9,5M from qvd).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Look like an issue with my primary key PLANNING.ID but she's ok.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Mar 2017 07:37:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Incremental-reload-issue/m-p/1259973#M846927</guid>
      <dc:creator>sergio0592</dc:creator>
      <dc:date>2017-03-27T07:37:03Z</dc:date>
    </item>
    <item>
      <title>Re: Incremental reload issue</title>
      <link>https://community.qlik.com/t5/QlikView/Incremental-reload-issue/m-p/1259974#M846928</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Your Primary Key field may be only part of your actual primary key (unique value for each and every row). If you only want to grow your target table, either omit the WHERE EXISTS() clause, or correct the Primary Key so that &lt;EM&gt;all&lt;/EM&gt; required rows are loaded from the historical QVD.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;At the moment, it seems to me that your CONCATENATE LOAD will only add:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;PLANNING.IDs that do not exist yet in your initial Increment (as extracted from your database)&lt;/LI&gt;&lt;LI&gt;SINGLE INSTANCES of those PLANNING.IDs that do not exist yet in your INCREMENT, because as soon as you add the first copy with a specific value in PLANNING.ID, the next row in your historical QVD with an identical PLANNING.ID will be skipped.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The historical QVD should contain 9.5M rows, but only 6.5M of them have a unique PLANNING.ID vallue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Mar 2017 11:32:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Incremental-reload-issue/m-p/1259974#M846928</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2017-03-27T11:32:46Z</dc:date>
    </item>
  </channel>
</rss>

