<?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 and show all data in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/incremental-load-and-show-all-data/m-p/237426#M88483</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Miguel,&lt;/P&gt;&lt;P&gt;one quick question.. does partial reload work on left join table.?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 14 Oct 2010 13:22:20 GMT</pubDate>
    <dc:creator />
    <dc:date>2010-10-14T13:22:20Z</dc:date>
    <item>
      <title>incremental load and show all data</title>
      <link>https://community.qlik.com/t5/QlikView/incremental-load-and-show-all-data/m-p/237423#M88480</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi I made and Incremental load from my acces DB and I stored all the data in a QVD file and it works.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ODBC CONNECT TO [test_qvd;DBQ=C:\Temp\TestQV\test_DB.mdb];&lt;BR /&gt;LET LastExecTime = ReloadTime();&lt;BR /&gt;LET BeginningThisExecTime = Now();&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;T1:&lt;BR /&gt;SQL SELECT * FROM Tabella1&lt;BR /&gt;WHERE Modifica &amp;gt;= #$(LastExecTime)#&lt;BR /&gt;AND Modifica &amp;lt; #$(BeginningThisExecTime)#;&lt;BR /&gt;Concatenate LOAD * FROM andrea.qvd;&lt;BR /&gt;STORE T1 INTO andrea.qvd;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem is that in my QV file I want to see all the records the previous and the new...how can I do.&lt;/P&gt;&lt;P&gt;Thank you in advance.&lt;/P&gt;&lt;P&gt;Andrea&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Oct 2010 11:16:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/incremental-load-and-show-all-data/m-p/237423#M88480</guid>
      <dc:creator />
      <dc:date>2010-10-14T11:16:29Z</dc:date>
    </item>
    <item>
      <title>incremental load and show all data</title>
      <link>https://community.qlik.com/t5/QlikView/incremental-load-and-show-all-data/m-p/237424#M88481</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Andrea,&lt;/P&gt;&lt;P&gt;You can do a partial reload (File, Partial Reload), so you keep all data already loaded in your model, and then add those new records. So you will use something like (untested)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;ODBC CONNECT TO [test_qvd;DBQ=C:\Temp\TestQV\test_DB.mdb];LET LastExecTime = ReloadTime();LET BeginningThisExecTime = Now();T1:ADD LOAD *;SQL SELECT * FROM Tabella1WHERE Modifica &amp;gt;= #$(LastExecTime)#AND Modifica &amp;lt; #$(BeginningThisExecTime)#;Concatenate LOAD * FROM andrea.qvd;REPLACE STORE T1 INTO andrea.qvd;&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;You can control when to load something depending on whether they have to be loaded in a partial or full reload using&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;If (Not IsPartialReload()) Then ...&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;You may not want the table to load without limits, so in any point you will need to do a full reload and then start incremental (partial) reloads. Same with the QVD file.&lt;/P&gt;&lt;P&gt;Hope that helps!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Oct 2010 12:24:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/incremental-load-and-show-all-data/m-p/237424#M88481</guid>
      <dc:creator>Miguel_Angel_Baeyens</dc:creator>
      <dc:date>2010-10-14T12:24:48Z</dc:date>
    </item>
    <item>
      <title>incremental load and show all data</title>
      <link>https://community.qlik.com/t5/QlikView/incremental-load-and-show-all-data/m-p/237425#M88482</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Miguel thank you for your rapid reply however the script adds only the new record correctly but the QV file shows only this new record and if i click reload 2 times no records are displayed.&lt;/P&gt;&lt;P&gt;Aany other suggestion ?&lt;/P&gt;&lt;P&gt;Thank U&lt;/P&gt;&lt;P&gt;Andrea&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Oct 2010 12:49:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/incremental-load-and-show-all-data/m-p/237425#M88482</guid>
      <dc:creator />
      <dc:date>2010-10-14T12:49:20Z</dc:date>
    </item>
    <item>
      <title>incremental load and show all data</title>
      <link>https://community.qlik.com/t5/QlikView/incremental-load-and-show-all-data/m-p/237426#M88483</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Miguel,&lt;/P&gt;&lt;P&gt;one quick question.. does partial reload work on left join table.?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Oct 2010 13:22:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/incremental-load-and-show-all-data/m-p/237426#M88483</guid>
      <dc:creator />
      <dc:date>2010-10-14T13:22:20Z</dc:date>
    </item>
    <item>
      <title>incremental load and show all data</title>
      <link>https://community.qlik.com/t5/QlikView/incremental-load-and-show-all-data/m-p/237427#M88484</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Andrea,&lt;/P&gt;&lt;P&gt;What I do to control which dates have to be loaded into QlikView is creating a QVD file daily or weekly, and then I do, in short&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;FactTable:LOAD *FROM *.QVD (qvd);&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;That loads all QVD files from the directory I'm working. As loading from QVD files is far faster than from database, I've got two different scripts, one that pulls from the database and the other that loads from QVD into QlikView. That may work for you as well.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Oct 2010 18:30:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/incremental-load-and-show-all-data/m-p/237427#M88484</guid>
      <dc:creator>Miguel_Angel_Baeyens</dc:creator>
      <dc:date>2010-10-14T18:30:13Z</dc:date>
    </item>
    <item>
      <title>incremental load and show all data</title>
      <link>https://community.qlik.com/t5/QlikView/incremental-load-and-show-all-data/m-p/237428#M88485</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;In theory, something like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;LOAD * INLINE [ID, AmtA, 1B, 2C, 3];REPLACE LEFT JOIN LOAD * INLINE [ID, Amt2A, 4D, 4C, 5];&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;should work (untested).&lt;/P&gt;&lt;P&gt;Hope that helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Oct 2010 18:38:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/incremental-load-and-show-all-data/m-p/237428#M88485</guid>
      <dc:creator>Miguel_Angel_Baeyens</dc:creator>
      <dc:date>2010-10-14T18:38:08Z</dc:date>
    </item>
    <item>
      <title>incremental load and show all data</title>
      <link>https://community.qlik.com/t5/QlikView/incremental-load-and-show-all-data/m-p/237429#M88486</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Andrea&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Oct 2010 17:59:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/incremental-load-and-show-all-data/m-p/237429#M88486</guid>
      <dc:creator />
      <dc:date>2010-10-15T17:59:43Z</dc:date>
    </item>
  </channel>
</rss>

