<?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 Load only modified fields from a QVD file. Need help in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Load-only-modified-fields-from-a-QVD-file-Need-help/m-p/317810#M580105</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Silviu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you be a little more detailed in your requirements?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jason&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 30 Jan 2012 17:09:05 GMT</pubDate>
    <dc:creator>Jason_Michaelides</dc:creator>
    <dc:date>2012-01-30T17:09:05Z</dc:date>
    <item>
      <title>Load only modified fields from a QVD file. Need help</title>
      <link>https://community.qlik.com/t5/QlikView/Load-only-modified-fields-from-a-QVD-file-Need-help/m-p/317804#M580099</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to put a condition on the LOAD statement, when getting data from a QVD file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The condition would be to LOAD only the modified fields from the .qvd file. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have this problem because I don't want to get the hole qvd, because the total amout of data is very large, and I need to get only the modified fields and Load them. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;Silviu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jan 2012 15:06:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-only-modified-fields-from-a-QVD-file-Need-help/m-p/317804#M580099</guid>
      <dc:creator />
      <dc:date>2012-01-30T15:06:44Z</dc:date>
    </item>
    <item>
      <title>Load only modified fields from a QVD file. Need help</title>
      <link>https://community.qlik.com/t5/QlikView/Load-only-modified-fields-from-a-QVD-file-Need-help/m-p/317805#M580100</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Silviu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;could you please detail how you decide which values / fields are modified? Do you have a modification date in your table or something like this? And against what value do you compare (e.g. do you have a LastDate or something like this)? Then you could probably use a WHERE ModDate &amp;gt;= LastDate statement in your load.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to perform an incremental load, please look also at the example in the QV cookbook, download available here:&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://robwunderlich.com/downloads/"&gt;http://robwunderlich.com/downloads/&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jan 2012 15:15:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-only-modified-fields-from-a-QVD-file-Need-help/m-p/317805#M580100</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2012-01-30T15:15:06Z</dc:date>
    </item>
    <item>
      <title>Load only modified fields from a QVD file. Need help</title>
      <link>https://community.qlik.com/t5/QlikView/Load-only-modified-fields-from-a-QVD-file-Need-help/m-p/317806#M580101</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Swuehl fot youre answer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I read about the incremental load, but I don't thik that this statement can be used in my problem, because I have aprox. 500 tables to load that are modified frequently. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This means that I have to add an extra ModDate field to each table and after that to apply the condition WHERE ModDate &amp;gt;= LastDate.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I thought that there is a solution; when loading, to verify what differences are between the new qvd and the old loaded one.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any idea will help me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Silviu.&lt;/P&gt;&lt;DIV class="mcePaste" id="_mcePaste" style="position: absolute; width: 1px; height: 1px; overflow: hidden; top: 0px; left: -10000px;"&gt;﻿&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jan 2012 15:35:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-only-modified-fields-from-a-QVD-file-Need-help/m-p/317806#M580101</guid>
      <dc:creator />
      <dc:date>2012-01-30T15:35:45Z</dc:date>
    </item>
    <item>
      <title>Load only modified fields from a QVD file. Need help</title>
      <link>https://community.qlik.com/t5/QlikView/Load-only-modified-fields-from-a-QVD-file-Need-help/m-p/317807#M580102</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Silviu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I&amp;nbsp; managed to get something like this working a little while ago - give it a go.&amp;nbsp; When you create the QVD files, combine the fields that are likely to change and wrap in a Hash() function (128, 160 or 256 bit depending on the number of records). Then use WHERE NOT EXISTS (HashField) in the load.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jason&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jan 2012 16:00:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-only-modified-fields-from-a-QVD-file-Need-help/m-p/317807#M580102</guid>
      <dc:creator>Jason_Michaelides</dc:creator>
      <dc:date>2012-01-30T16:00:32Z</dc:date>
    </item>
    <item>
      <title>Load only modified fields from a QVD file. Need help</title>
      <link>https://community.qlik.com/t5/QlikView/Load-only-modified-fields-from-a-QVD-file-Need-help/m-p/317808#M580103</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;NOTE: this will duplicate your modified records on its own so you'll need another couple of steps to ensure removal of the old records&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jan 2012 16:03:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-only-modified-fields-from-a-QVD-file-Need-help/m-p/317808#M580103</guid>
      <dc:creator>Jason_Michaelides</dc:creator>
      <dc:date>2012-01-30T16:03:20Z</dc:date>
    </item>
    <item>
      <title>Load only modified fields from a QVD file. Need help</title>
      <link>https://community.qlik.com/t5/QlikView/Load-only-modified-fields-from-a-QVD-file-Need-help/m-p/317809#M580104</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Hello Janson,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Youre method can be applied also if I'm interested on updated,deleted and inserted rows?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Hash() function attributes a dimension to some specified fields and after the load statement, QV loads only the fields that have a different dimension from the previous load.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it ok what I have understood?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jan 2012 16:27:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-only-modified-fields-from-a-QVD-file-Need-help/m-p/317809#M580104</guid>
      <dc:creator />
      <dc:date>2012-01-30T16:27:35Z</dc:date>
    </item>
    <item>
      <title>Load only modified fields from a QVD file. Need help</title>
      <link>https://community.qlik.com/t5/QlikView/Load-only-modified-fields-from-a-QVD-file-Need-help/m-p/317810#M580105</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Silviu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you be a little more detailed in your requirements?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jason&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jan 2012 17:09:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-only-modified-fields-from-a-QVD-file-Need-help/m-p/317810#M580105</guid>
      <dc:creator>Jason_Michaelides</dc:creator>
      <dc:date>2012-01-30T17:09:05Z</dc:date>
    </item>
  </channel>
</rss>

