<?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 Partial Reload Question in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Partial-Reload-Question/m-p/491640#M183745</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Folks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a question on using Partial Reload that you might be able to help me with.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a document that loads a very large (100m rows, 180 columns) QVD file, and after loading the master file (re-built daily) it then loads a series of much smaller (in terms of rows) files that are generated throughout the day.&amp;nbsp; My question is, can I use a partial reload so that only the smaller files are added throughout the day?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Script currently:&lt;/P&gt;&lt;P&gt;TRADE_FACT:&lt;/P&gt;&lt;P&gt;LOAD * FROM Trade_Data.QVD;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD * FROM Trade_Incremental_Data_*.QVD;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am wondering if you think the following would work:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TRADE_FACT:&lt;/P&gt;&lt;P&gt;LOAD * FROM Trade_Data.QVD;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REPLACE LOAD * FROM Trade_Incremental_Data_*.QVD;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If this won't work, do you have any suggestions as to how this incremental load could be done.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Nigel.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 20 Jun 2013 09:57:04 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-06-20T09:57:04Z</dc:date>
    <item>
      <title>Partial Reload Question</title>
      <link>https://community.qlik.com/t5/QlikView/Partial-Reload-Question/m-p/491640#M183745</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Folks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a question on using Partial Reload that you might be able to help me with.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a document that loads a very large (100m rows, 180 columns) QVD file, and after loading the master file (re-built daily) it then loads a series of much smaller (in terms of rows) files that are generated throughout the day.&amp;nbsp; My question is, can I use a partial reload so that only the smaller files are added throughout the day?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Script currently:&lt;/P&gt;&lt;P&gt;TRADE_FACT:&lt;/P&gt;&lt;P&gt;LOAD * FROM Trade_Data.QVD;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD * FROM Trade_Incremental_Data_*.QVD;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am wondering if you think the following would work:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TRADE_FACT:&lt;/P&gt;&lt;P&gt;LOAD * FROM Trade_Data.QVD;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REPLACE LOAD * FROM Trade_Incremental_Data_*.QVD;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If this won't work, do you have any suggestions as to how this incremental load could be done.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Nigel.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Jun 2013 09:57:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Partial-Reload-Question/m-p/491640#M183745</guid>
      <dc:creator />
      <dc:date>2013-06-20T09:57:04Z</dc:date>
    </item>
    <item>
      <title>Re: Partial Reload Question</title>
      <link>https://community.qlik.com/t5/QlikView/Partial-Reload-Question/m-p/491641#M183746</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Instead of "Replace" you can use "Add"..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Karthik&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Jun 2013 10:26:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Partial-Reload-Question/m-p/491641#M183746</guid>
      <dc:creator />
      <dc:date>2013-06-20T10:26:53Z</dc:date>
    </item>
    <item>
      <title>Re: Partial Reload Question</title>
      <link>https://community.qlik.com/t5/QlikView/Partial-Reload-Question/m-p/491642#M183747</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;Pls Check...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: blue; font-size: 9pt; font-family: 'Courier New';"&gt;&lt;STRONG&gt;set&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;STRONG style="color: gray; font-size: 9pt; font-family: 'Courier New';"&gt;&lt;EM&gt;vLoadType&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 9pt; color: black; font-family: 'Courier New';"&gt; = 'Delta'; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background: white;"&gt;&lt;SPAN style="color: blue; font-size: 9pt; font-family: 'Courier New';"&gt;&lt;STRONG&gt;If&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;SPAN style="font-size: 9pt; color: maroon; font-family: 'Courier New';"&gt;vLoadType&lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt; color: black; font-family: 'Courier New';"&gt; = 'Delta' &lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt; color: blue; font-family: 'Courier New';"&gt;then&lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt; color: black; font-family: 'Courier New';"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background: white;"&gt;&lt;SPAN style="font-size: 9pt; color: black; font-family: 'Courier New';"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="color: blue; font-size: 9pt; font-family: 'Courier New';"&gt;&lt;STRONG&gt;If&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;SPAN style="font-size: 9pt; color: blue; font-family: 'Courier New';"&gt;NoOfRows&lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt; color: black; font-family: 'Courier New';"&gt;(&lt;/SPAN&gt;&lt;SPAN lang="EN" style="font-size: 8pt; color: #737373; font-family: 'Arial','sans-serif';"&gt;TRADE_FACT&lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt; color: black; font-family: 'Courier New';"&gt;) &amp;gt; 0 &lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt; color: blue; font-family: 'Courier New';"&gt;then&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background: white;"&gt;&lt;SPAN style="font-size: 9pt; color: black; font-family: 'Courier New';"&gt;&lt;SPAN style="font-size: 9pt; color: blue; font-family: 'Courier New';"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt; color: black; font-family: 'Courier New';"&gt;&lt;SPAN style="color: blue; font-size: 9pt; font-family: 'Courier New';"&gt;&lt;STRONG&gt;Store&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;SPAN lang="EN" style="font-size: 8pt; color: #737373; font-family: 'Arial','sans-serif';"&gt;TRADE_FACT&lt;/SPAN&gt; &lt;SPAN style="font-size: 9pt; color: blue; font-family: 'Courier New';"&gt;into&lt;/SPAN&gt; &lt;STRONG style="color: gray; font-size: 9pt; font-family: 'Courier New';"&gt;&lt;EM&gt;Delta&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN lang="EN" style="font-size: 8pt; color: #737373; font-family: 'Arial','sans-serif';"&gt;TRADE_FACT&lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt; color: black; font-family: 'Courier New';"&gt;.qvd;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: blue; font-size: 9pt; font-family: 'Courier New';"&gt;Else&lt;/STRONG&gt;&lt;SPAN style="font-size: 9pt; color: black; font-family: 'Courier New';"&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;STRONG style="color: blue; font-size: 9pt; font-family: 'Courier New';"&gt;Store&lt;/STRONG&gt; &lt;SPAN lang="EN" style="font-size: 8pt; color: #737373; font-family: 'Arial','sans-serif';"&gt;TRADE_FACT&lt;/SPAN&gt; &lt;SPAN style="font-size: 9pt; color: blue; font-family: 'Courier New';"&gt;into&lt;/SPAN&gt; &lt;SPAN lang="EN" style="font-size: 8pt; color: #737373; font-family: 'Arial','sans-serif';"&gt;TRADE_FACT&lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt; color: black; font-family: 'Courier New';"&gt;.qvd;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background: white;"&gt;&lt;SPAN style="color: black; font-size: 9pt; font-family: 'Courier New';"&gt;Regards-Bika&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Jun 2013 10:37:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Partial-Reload-Question/m-p/491642#M183747</guid>
      <dc:creator />
      <dc:date>2013-06-20T10:37:44Z</dc:date>
    </item>
  </channel>
</rss>

