<?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 Dynamic update QVW with data from QVD in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Dynamic-update-QVW-with-data-from-QVD/m-p/1009917#M342784</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a very large QVW file that loads once a day. Since this is the most used QVW file in the company I want to put in it some data that refreshes hourly, data that doesn't mess with that data that loads once a day. &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For the hourly data I've created a QVD file that reloads every hour. How do I add/update the data from the QVD into the QVW &lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;without reloading the entire file?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;QVD - hourly&lt;/P&gt;&lt;P&gt;QVW - daily&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 19 Oct 2015 17:15:31 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-10-19T17:15:31Z</dc:date>
    <item>
      <title>Dynamic update QVW with data from QVD</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-update-QVW-with-data-from-QVD/m-p/1009917#M342784</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a very large QVW file that loads once a day. Since this is the most used QVW file in the company I want to put in it some data that refreshes hourly, data that doesn't mess with that data that loads once a day. &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For the hourly data I've created a QVD file that reloads every hour. How do I add/update the data from the QVD into the QVW &lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;without reloading the entire file?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;QVD - hourly&lt;/P&gt;&lt;P&gt;QVW - daily&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Oct 2015 17:15:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-update-QVW-with-data-from-QVD/m-p/1009917#M342784</guid>
      <dc:creator />
      <dc:date>2015-10-19T17:15:31Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic update QVW with data from QVD</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-update-QVW-with-data-from-QVD/m-p/1009918#M342785</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You could execute a partial reload if you don't want to have this automatically reload from the QMC&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here's a previous forum discussing it:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/thread/48344"&gt;What is meant by partial reload? What is its use? Please explain!&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Otherwise, use the QMC and set up a task where your QVW reloads off a successful completion of the QVD generator.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Oct 2015 18:33:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-update-QVW-with-data-from-QVD/m-p/1009918#M342785</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-10-19T18:33:14Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic update QVW with data from QVD</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-update-QVW-with-data-from-QVD/m-p/1009919#M342786</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Partial reload is one option. Depending on your script logic, it may be more or less difficult to implement. However, the performance of partial reload can be flaky, and it's been frowned upon by R&amp;amp;D for quite some time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A better alternative might be loading your "old" document using a Binary load (which is very fast, even for large documents) and then adding new data from the new QVD file. In order to enable this logic, your QVD file should be formatted exactly the same way as the Fact table inside your QVW. It means that no additional data modelling logic is necessary after loading the QVD. You will also need to ensure that the dimensional data is all there - meaning that you don't need to load new customers, new items, etc.. because of the new slice of data that you are adding hourly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cheers,&lt;/P&gt;&lt;P&gt;Oleg Troyansky&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.amazon.com/gp/product/1118949552/ref=as_li_tl?ie=UTF8&amp;amp;camp=1789&amp;amp;creative=9325&amp;amp;creativeASIN=1118949552&amp;amp;linkCode=as2&amp;amp;tag=natursyner0f-20&amp;amp;linkId=64QJ6MD3O54VZHF7" rel="nofollow"&gt;Check out my new book &lt;EM&gt;QlikView Your Business&lt;/EM&gt;: An expert guide to Business Discovery with QlikView and Qlik Sense&lt;/A&gt;&lt;IMG alt="" border="0" height="1" src="http://ir-na.amazon-adsystem.com/e/ir?t=natursyner0f-20&amp;amp;l=as2&amp;amp;o=1&amp;amp;a=1118949552" style="border: none !important; margin: 0px !important;" width="1" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Oct 2015 18:50:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-update-QVW-with-data-from-QVD/m-p/1009919#M342786</guid>
      <dc:creator>Oleg_Troyansky</dc:creator>
      <dc:date>2015-10-19T18:50:05Z</dc:date>
    </item>
  </channel>
</rss>

