<?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 Incremental Load without Primary Key in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Incremental-Load-without-Primary-Key/m-p/1656398#M448336</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I am using a stored procedure to populate the QVD, and for incremental load I donot have any primary key in my data set. In my data set I have a column Flag, if Flag is 0 its new&amp;nbsp; and 1 is Old. How can I implement this in my Qlik View Report so that Only those records come in the report with Flag 0. If the dataset records were updated to FLag = 1 then that record should not come in report.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
    <pubDate>Wed, 11 Dec 2019 08:38:48 GMT</pubDate>
    <dc:creator>ShrutiChavre</dc:creator>
    <dc:date>2019-12-11T08:38:48Z</dc:date>
    <item>
      <title>Incremental Load without Primary Key</title>
      <link>https://community.qlik.com/t5/QlikView/Incremental-Load-without-Primary-Key/m-p/1656398#M448336</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I am using a stored procedure to populate the QVD, and for incremental load I donot have any primary key in my data set. In my data set I have a column Flag, if Flag is 0 its new&amp;nbsp; and 1 is Old. How can I implement this in my Qlik View Report so that Only those records come in the report with Flag 0. If the dataset records were updated to FLag = 1 then that record should not come in report.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Wed, 11 Dec 2019 08:38:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Incremental-Load-without-Primary-Key/m-p/1656398#M448336</guid>
      <dc:creator>ShrutiChavre</dc:creator>
      <dc:date>2019-12-11T08:38:48Z</dc:date>
    </item>
    <item>
      <title>Re: Incremental Load without Primary Key</title>
      <link>https://community.qlik.com/t5/QlikView/Incremental-Load-without-Primary-Key/m-p/1657293#M448437</link>
      <description>&lt;P&gt;Hello!&lt;/P&gt;&lt;P&gt;You should be able to use a simple where clause to isolate the flag 0 records and concatenate these records to the table. For instance:&lt;/P&gt;&lt;P&gt;1) Load your QVD&lt;/P&gt;&lt;P&gt;2) Concatenate this table into the table above: Load the incremental data using where flag = 0&lt;/P&gt;&lt;P&gt;3) Reload into QVD&lt;/P&gt;&lt;P&gt;The reason you might want to create a primary key is if the table needs to make sure there are no duplicate records. Let me know if this works. If not, please share the code you are using.&lt;/P&gt;&lt;P&gt;Mike&lt;/P&gt;</description>
      <pubDate>Thu, 12 Dec 2019 19:31:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Incremental-Load-without-Primary-Key/m-p/1657293#M448437</guid>
      <dc:creator>michaelsikora</dc:creator>
      <dc:date>2019-12-12T19:31:09Z</dc:date>
    </item>
    <item>
      <title>Re: Incremental Load without Primary Key</title>
      <link>https://community.qlik.com/t5/QlikView/Incremental-Load-without-Primary-Key/m-p/1659059#M448583</link>
      <description>&lt;P&gt;Did Michael's post get you what you needed for your use case?&amp;nbsp; If so, please do not forget to return to your post and use the Accept as Solution button on his post to give him credit for the assistance and let other Community Members know that worked for you.&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The only other thing I have is the following, not sure it will be of much help, but figured I would put it out here for others too:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.qlik.com/t5/Qlik-Design-Blog/Overview-of-Qlik-Incremental-Loading/ba-p/1466780" target="_blank"&gt;https://community.qlik.com/t5/Qlik-Design-Blog/Overview-of-Qlik-Incremental-Loading/ba-p/1466780&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Regards,&lt;BR /&gt;Brett&lt;/P&gt;</description>
      <pubDate>Wed, 18 Dec 2019 14:59:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Incremental-Load-without-Primary-Key/m-p/1659059#M448583</guid>
      <dc:creator>Brett_Bleess</dc:creator>
      <dc:date>2019-12-18T14:59:02Z</dc:date>
    </item>
    <item>
      <title>Re: Incremental Load without Primary Key</title>
      <link>https://community.qlik.com/t5/QlikView/Incremental-Load-without-Primary-Key/m-p/1659061#M448585</link>
      <description>&lt;P&gt;you have no way at least create a key concatenating fields ??? beyond having the flag, I would think of having a date at least to only bring the news, with the theme of the flag, if you know how old, you leave it in the QVD, I imagine that you are going to bring only those that the flag has in 0, this in the first instance would not be bad, but, the problem comes in that you can get to have a flag at 0 and add it to the model, and continue having it the next reload, so you would have repeated.&lt;/P&gt;&lt;P&gt;Cheers!!!&lt;/P&gt;</description>
      <pubDate>Wed, 18 Dec 2019 15:09:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Incremental-Load-without-Primary-Key/m-p/1659061#M448585</guid>
      <dc:creator>Marcos_rv</dc:creator>
      <dc:date>2019-12-18T15:09:57Z</dc:date>
    </item>
  </channel>
</rss>

