<?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 problem in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Partial-reload-problem/m-p/223927#M76390</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;there's non-clear moment when I use "ActiveDocument.PartialRelod" in macros:&lt;/P&gt;&lt;P&gt;I've load two tables - one of them from Oracle database (big, incremental load option) table, another "autogenerate" table (small, with "replace" prefix on load), also there's action (macros, Variable Event Trigger, on input) and chart. Well, when variable's value's changed data in small table correctly change too, but chart doesn't react to change data?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 23 Oct 2009 22:39:08 GMT</pubDate>
    <dc:creator />
    <dc:date>2009-10-23T22:39:08Z</dc:date>
    <item>
      <title>Partial reload problem</title>
      <link>https://community.qlik.com/t5/QlikView/Partial-reload-problem/m-p/223927#M76390</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;there's non-clear moment when I use "ActiveDocument.PartialRelod" in macros:&lt;/P&gt;&lt;P&gt;I've load two tables - one of them from Oracle database (big, incremental load option) table, another "autogenerate" table (small, with "replace" prefix on load), also there's action (macros, Variable Event Trigger, on input) and chart. Well, when variable's value's changed data in small table correctly change too, but chart doesn't react to change data?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Oct 2009 22:39:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Partial-reload-problem/m-p/223927#M76390</guid>
      <dc:creator />
      <dc:date>2009-10-23T22:39:08Z</dc:date>
    </item>
    <item>
      <title>Partial reload problem</title>
      <link>https://community.qlik.com/t5/QlikView/Partial-reload-problem/m-p/223928#M76391</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Whether both the QV tables loaded are having some common joins/mappings? In such cases I have also faced some reloading issues. Are you getting the Table Joins intact after partial reload? Is the chart uses data from both?&lt;/P&gt;&lt;P&gt;--Arun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Oct 2009 23:43:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Partial-reload-problem/m-p/223928#M76391</guid>
      <dc:creator />
      <dc:date>2009-10-23T23:43:39Z</dc:date>
    </item>
    <item>
      <title>Partial reload problem</title>
      <link>https://community.qlik.com/t5/QlikView/Partial-reload-problem/m-p/223929#M76392</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, Arun, you're rigth - there's join between these tables ( "intervalmatch" type ). I'm not sure that I understand correctly ( sorry for my poor english &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; ) your second question - but my answer is - yes, I put join after both tables:&lt;/P&gt;&lt;P&gt;table1: sql select ... -&amp;gt; table2: replace load ... autogenerate -&amp;gt; ... intervalmatch ...&lt;/P&gt;&lt;P&gt;and chart uses data from both tables.&lt;/P&gt;&lt;P&gt;I use QlikView Personal Edition 4Win, Ver.9.00.7119.4 and face with another collision - PartialReload method ( when I use "replace" without "only" ) add new data to table, but don't clear initial data ... I can't understand how it work.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 24 Oct 2009 00:12:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Partial-reload-problem/m-p/223929#M76392</guid>
      <dc:creator />
      <dc:date>2009-10-24T00:12:36Z</dc:date>
    </item>
    <item>
      <title>Partial reload problem</title>
      <link>https://community.qlik.com/t5/QlikView/Partial-reload-problem/m-p/223930#M76393</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Probably that will be the problem. As the QV table is dropped and re-created internally during the partial re-load, replace should apply for all mapped/intervalue matched join sources to the table also (in your example Table2:) to recreate the table proprly. Is there a possibility to avoid the intrvalmatch and leave the table2: independent of interval join?&lt;/P&gt;&lt;P&gt;'Only' qualifier will not recreate the QV table during full load. So for the initial load, comment this and try.. For further reloads, you can use this.&lt;/P&gt;&lt;P&gt;--Arun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 24 Oct 2009 02:11:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Partial-reload-problem/m-p/223930#M76393</guid>
      <dc:creator />
      <dc:date>2009-10-24T02:11:20Z</dc:date>
    </item>
    <item>
      <title>Partial reload problem</title>
      <link>https://community.qlik.com/t5/QlikView/Partial-reload-problem/m-p/223931#M76394</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for answer again, Arun.&lt;/P&gt;&lt;P&gt;About possibility to avoid "intervalmatch" link between 2 tables - of course I can drop link, but how I get result dataset (for chart)? May be there's another way to make a solution for my task (I have the table in Oracle database which contain some information about user's session: start time, finish time, program, user id, session id, etc. And I have to show count of sessions group by program on the same timestamp (15 min intervals of the same day) ).&lt;/P&gt;&lt;P&gt;Regards, Dmitry&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Oct 2009 15:37:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Partial-reload-problem/m-p/223931#M76394</guid>
      <dc:creator />
      <dc:date>2009-10-26T15:37:15Z</dc:date>
    </item>
    <item>
      <title>Partial reload problem</title>
      <link>https://community.qlik.com/t5/QlikView/Partial-reload-problem/m-p/223932#M76395</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well, I can't explain how is it works - but it works!&lt;/P&gt;&lt;P&gt;Before:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;&lt;BR /&gt;&lt;BR /&gt;inner join (LogOnOff)&lt;BR /&gt;intervalmatch(DateTimeStamp) load DDATE_LOGON, DDATE_LOGOFF resident LogOnOff;&lt;BR /&gt;&lt;BR /&gt;&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;Now:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;&lt;BR /&gt;&lt;BR /&gt;replace&lt;BR /&gt;//inner join (LogOnOff)&lt;BR /&gt;intervalmatch(DateTimeStamp) load DDATE_LOGON, DDATE_LOGOFF resident LogOnOff;&lt;BR /&gt;&lt;BR /&gt;&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Oct 2009 00:55:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Partial-reload-problem/m-p/223932#M76395</guid>
      <dc:creator />
      <dc:date>2009-10-27T00:55:32Z</dc:date>
    </item>
  </channel>
</rss>

