<?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: update method from SQL to QVD in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/update-method-from-SQL-to-QVD/m-p/461820#M172467</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi sampath,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can i know which will be faster incremental reload for very large amount of data either by "not exists" or "checking with MaxDate condition" on update procedure ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 29 Oct 2012 15:27:10 GMT</pubDate>
    <dc:creator />
    <dc:date>2012-10-29T15:27:10Z</dc:date>
    <item>
      <title>update method from SQL to QVD</title>
      <link>https://community.qlik.com/t5/QlikView/update-method-from-SQL-to-QVD/m-p/461818#M172465</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;how we can use the update method for incremental procedure ? Please let me know with some example.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Consider my data is fetching into SQL daily bases. Now in SQL data i'm having 3 days data and also having single PrimaryKey column i.e; 01-01-2012 to 03-01-2012.&lt;/P&gt;&lt;P&gt;Step 1:) I created QVD from SQL by using QVW file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Step 2:) Now again into SQL data entered for 06-01-2012 to 07-01-2012. The entire SQL data having for dates 1,2,3,6,7.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Step 3:) By using incremental process i updated to QVD only fetching the latest data.&lt;/P&gt;&lt;P&gt;i.e; Getting Max Date from old Qvd and after the Getting the data from SQL where date greater than MaxDate of Old QVD.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Step 4:) Now admin&amp;nbsp; members got know that they missed to enter data into SQL dates for 04-01-2012 and 05-01-2012, so they updated in SQL data. The entire SQL data having for dates 1,2,3,4,5,6,7&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Step 5:) If i STEP3 process it is not updating the missing dates to QVD i.e; 04-01-2012 and 05-01-2012 data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I GOT TO KNOW THAT THERE IS A UPDATE METHOD WHICH WILL OVERCOME THIS KIND OF PROBLEMS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please can anyone explain the steps that i can overcome this problem with UPDATE METHOD.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Satish.A&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Oct 2012 11:41:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/update-method-from-SQL-to-QVD/m-p/461818#M172465</guid>
      <dc:creator />
      <dc:date>2012-10-29T11:41:13Z</dc:date>
    </item>
    <item>
      <title>Re: update method from SQL to QVD</title>
      <link>https://community.qlik.com/t5/QlikView/update-method-from-SQL-to-QVD/m-p/461819#M172466</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi rav,&lt;/P&gt;&lt;P&gt;Load the complete data into QVD and find the data wich are not in the history QVD using not exists function.&lt;/P&gt;&lt;P&gt;Note: if required create a key with date,primarykey and fields you required to find the record distinctly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;sampath&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Oct 2012 11:54:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/update-method-from-SQL-to-QVD/m-p/461819#M172466</guid>
      <dc:creator />
      <dc:date>2012-10-29T11:54:16Z</dc:date>
    </item>
    <item>
      <title>Re: update method from SQL to QVD</title>
      <link>https://community.qlik.com/t5/QlikView/update-method-from-SQL-to-QVD/m-p/461820#M172467</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi sampath,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can i know which will be faster incremental reload for very large amount of data either by "not exists" or "checking with MaxDate condition" on update procedure ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Oct 2012 15:27:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/update-method-from-SQL-to-QVD/m-p/461820#M172467</guid>
      <dc:creator />
      <dc:date>2012-10-29T15:27:10Z</dc:date>
    </item>
    <item>
      <title>Re: update method from SQL to QVD</title>
      <link>https://community.qlik.com/t5/QlikView/update-method-from-SQL-to-QVD/m-p/461821#M172468</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;Please share your knowledge on this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Oct 2012 08:56:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/update-method-from-SQL-to-QVD/m-p/461821#M172468</guid>
      <dc:creator />
      <dc:date>2012-10-30T08:56:37Z</dc:date>
    </item>
    <item>
      <title>Re: update method from SQL to QVD</title>
      <link>https://community.qlik.com/t5/QlikView/update-method-from-SQL-to-QVD/m-p/461822#M172469</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well, you must have someway to identify which records are new or not.&lt;/P&gt;&lt;P&gt;If the records entered into the database does not have a timestamp for when they are entered/updated or a sequential column that gets incremented it is hard to create the incremental load logic.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/gg&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Oct 2012 12:29:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/update-method-from-SQL-to-QVD/m-p/461822#M172469</guid>
      <dc:creator>gandalfgray</dc:creator>
      <dc:date>2012-10-30T12:29:50Z</dc:date>
    </item>
  </channel>
</rss>

