<?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 date feild in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Incremental-Load-without-date-feild/m-p/483454#M180635</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can any one tell me how to perform incremental load when there is no date feild&amp;nbsp; but key feild is present?????????&lt;/P&gt;&lt;P&gt;Plz explain with example in case &lt;/P&gt;&lt;P&gt;1) Update&lt;/P&gt;&lt;P&gt;2) Insert&lt;/P&gt;&lt;P&gt;3) Delete..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 16 Jul 2013 06:47:50 GMT</pubDate>
    <dc:creator>lakhansajwan</dc:creator>
    <dc:date>2013-07-16T06:47:50Z</dc:date>
    <item>
      <title>Incremental Load without date feild</title>
      <link>https://community.qlik.com/t5/QlikView/Incremental-Load-without-date-feild/m-p/483454#M180635</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can any one tell me how to perform incremental load when there is no date feild&amp;nbsp; but key feild is present?????????&lt;/P&gt;&lt;P&gt;Plz explain with example in case &lt;/P&gt;&lt;P&gt;1) Update&lt;/P&gt;&lt;P&gt;2) Insert&lt;/P&gt;&lt;P&gt;3) Delete..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Jul 2013 06:47:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Incremental-Load-without-date-feild/m-p/483454#M180635</guid>
      <dc:creator>lakhansajwan</dc:creator>
      <dc:date>2013-07-16T06:47:50Z</dc:date>
    </item>
    <item>
      <title>Re: Incremental Load without date feild</title>
      <link>https://community.qlik.com/t5/QlikView/Incremental-Load-without-date-feild/m-p/483455#M180636</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Unless until you have some timestamp to check for latest updated data, you can't implement incremental load with key field only. Possibly you can handle the Insert Only and Delete Only cases with Key field, but that might not be really incremental.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Jul 2013 07:15:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Incremental-Load-without-date-feild/m-p/483455#M180636</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2013-07-16T07:15:26Z</dc:date>
    </item>
    <item>
      <title>Re: Incremental Load without date feild</title>
      <link>https://community.qlik.com/t5/QlikView/Incremental-Load-without-date-feild/m-p/483456#M180637</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If u dont hv Date field..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example:&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;a,b,c&lt;/P&gt;&lt;P&gt;From Source..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Store Example into Example.qvd;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In second time load it will clear old qvd &amp;amp; generate new qvd..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;without date it will refresh qvd..no incremental.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Jul 2013 07:25:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Incremental-Load-without-date-feild/m-p/483456#M180637</guid>
      <dc:creator />
      <dc:date>2013-07-16T07:25:37Z</dc:date>
    </item>
    <item>
      <title>Re: Incremental Load without date feild</title>
      <link>https://community.qlik.com/t5/QlikView/Incremental-Load-without-date-feild/m-p/483457#M180638</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is your key field an ascending value? Does your table have only inserts, not updates?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Jul 2013 07:29:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Incremental-Load-without-date-feild/m-p/483457#M180638</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2013-07-16T07:29:37Z</dc:date>
    </item>
    <item>
      <title>Re: Incremental Load without date feild</title>
      <link>https://community.qlik.com/t5/QlikView/Incremental-Load-without-date-feild/m-p/483458#M180639</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;here are a simple example without a date field.&lt;/P&gt;&lt;P&gt;Not perfect but shows in principal how it could work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Good luck!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rainer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Jul 2013 07:54:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Incremental-Load-without-date-feild/m-p/483458#M180639</guid>
      <dc:creator />
      <dc:date>2013-07-16T07:54:01Z</dc:date>
    </item>
    <item>
      <title>Re: Incremental Load without date feild</title>
      <link>https://community.qlik.com/t5/QlikView/Incremental-Load-without-date-feild/m-p/483459#M180640</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i want to update as well insert and delete in one table &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Jul 2013 08:00:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Incremental-Load-without-date-feild/m-p/483459#M180640</guid>
      <dc:creator>lakhansajwan</dc:creator>
      <dc:date>2013-07-16T08:00:56Z</dc:date>
    </item>
    <item>
      <title>Re: Incremental Load without date feild</title>
      <link>https://community.qlik.com/t5/QlikView/Incremental-Load-without-date-feild/m-p/483460#M180641</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;can i do it with trigger ???????????&lt;/P&gt;&lt;P&gt;if yes plz expalin with example.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Jul 2013 08:02:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Incremental-Load-without-date-feild/m-p/483460#M180641</guid>
      <dc:creator>lakhansajwan</dc:creator>
      <dc:date>2013-07-16T08:02:52Z</dc:date>
    </item>
    <item>
      <title>Re: Incremental Load without date feild</title>
      <link>https://community.qlik.com/t5/QlikView/Incremental-Load-without-date-feild/m-p/483461#M180642</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;suppose id are not seqential i.e&lt;/P&gt;&lt;P&gt;1 3 5 8 9 12&amp;nbsp; &lt;/P&gt;&lt;P&gt;and then you insert id 2 , how it will work??????????/&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Jul 2013 09:50:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Incremental-Load-without-date-feild/m-p/483461#M180642</guid>
      <dc:creator>lakhansajwan</dc:creator>
      <dc:date>2013-07-16T09:50:06Z</dc:date>
    </item>
    <item>
      <title>Re: Incremental Load without date feild</title>
      <link>https://community.qlik.com/t5/QlikView/Incremental-Load-without-date-feild/m-p/483462#M180643</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That does not matter as long as you have a unique identifier. ID. the id's should be ascending. The principle is similar to when you have a timestamp: identify your delta and load them.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Jul 2013 10:18:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Incremental-Load-without-date-feild/m-p/483462#M180643</guid>
      <dc:creator />
      <dc:date>2013-07-16T10:18:35Z</dc:date>
    </item>
  </channel>
</rss>

