<?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 Re: Partial reloading without erasing in memory data in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Partial-reloading-without-erasing-in-memory-data/m-p/1632090#M594880</link>
    <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Check to see if your script drops the resident table.&amp;nbsp; Is it just a temporary table?&lt;/P&gt;&lt;P&gt;Use 'Add Load' before the creation of the resident table, and make sure this table is not dropped further in the script, then the partial reload will pick it up&lt;/P&gt;&lt;P&gt;Hope this makes sense&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 07 Oct 2019 15:03:49 GMT</pubDate>
    <dc:creator>ljackson</dc:creator>
    <dc:date>2019-10-07T15:03:49Z</dc:date>
    <item>
      <title>Partial reloading without erasing in memory data</title>
      <link>https://community.qlik.com/t5/QlikView/Partial-reloading-without-erasing-in-memory-data/m-p/1632052#M594878</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;&lt;P&gt;I noticed that when I reload a document that has a table in it (call it Segmentation_TMP), if I do a load * resident Segmentation_TMP , it cannot find the table. IS it a normal behaviour that Qlikview wipes the tables in-memory before loading the script?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;That table was loaded from an SQL script, and I don't want that SQL connection to run evey load.&amp;nbsp;&lt;/P&gt;&lt;P&gt;So I do an IF on a partial reload like so:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;IF IsPartialReload() = 0 THEN&lt;/P&gt;&lt;P&gt;OLEDB CONNECT TO&amp;nbsp; ***SQL CONNECTION***&lt;/P&gt;&lt;P&gt;Segmentation_TMP:&lt;BR /&gt;SQL SELECT *&lt;BR /&gt;FROM A TABLE IN OUR SQL SERVER&lt;BR /&gt;;&lt;/P&gt;&lt;P&gt;else&lt;/P&gt;&lt;P&gt;Segment_PL:&lt;BR /&gt;load&lt;BR /&gt;NAP_INDIVIDU as NAP_PL&lt;/P&gt;&lt;P&gt;resident&amp;nbsp;Segmentation_TMP;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But ALAS, that second table never loads, and doesn't show an error message.&lt;/P&gt;</description>
      <pubDate>Mon, 07 Oct 2019 13:37:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Partial-reloading-without-erasing-in-memory-data/m-p/1632052#M594878</guid>
      <dc:creator>sibrulotte</dc:creator>
      <dc:date>2019-10-07T13:37:02Z</dc:date>
    </item>
    <item>
      <title>Re: Partial reloading without erasing in memory data</title>
      <link>https://community.qlik.com/t5/QlikView/Partial-reloading-without-erasing-in-memory-data/m-p/1632058#M594879</link>
      <description>&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;when start a reload as partial reload, only load statements with a prefix&amp;nbsp;&lt;/P&gt;&lt;P&gt;replace or add&amp;nbsp;&lt;/P&gt;&lt;P&gt;are executed&lt;/P&gt;&lt;P&gt;see this&lt;/P&gt;&lt;P&gt;&lt;A href="https://help.qlik.com/de-DE/qlikview/November2017/Subsystems/Client/Content/Scripting/ScriptPrefixes/Replace.htm" target="_blank"&gt;https://help.qlik.com/de-DE/qlikview/November2017/Subsystems/Client/Content/Scripting/ScriptPrefixes/Replace.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;</description>
      <pubDate>Mon, 07 Oct 2019 13:43:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Partial-reloading-without-erasing-in-memory-data/m-p/1632058#M594879</guid>
      <dc:creator>martinpohl</dc:creator>
      <dc:date>2019-10-07T13:43:27Z</dc:date>
    </item>
    <item>
      <title>Re: Partial reloading without erasing in memory data</title>
      <link>https://community.qlik.com/t5/QlikView/Partial-reloading-without-erasing-in-memory-data/m-p/1632090#M594880</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Check to see if your script drops the resident table.&amp;nbsp; Is it just a temporary table?&lt;/P&gt;&lt;P&gt;Use 'Add Load' before the creation of the resident table, and make sure this table is not dropped further in the script, then the partial reload will pick it up&lt;/P&gt;&lt;P&gt;Hope this makes sense&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 07 Oct 2019 15:03:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Partial-reloading-without-erasing-in-memory-data/m-p/1632090#M594880</guid>
      <dc:creator>ljackson</dc:creator>
      <dc:date>2019-10-07T15:03:49Z</dc:date>
    </item>
    <item>
      <title>Re: Partial reloading without erasing in memory data</title>
      <link>https://community.qlik.com/t5/QlikView/Partial-reloading-without-erasing-in-memory-data/m-p/1634981#M594881</link>
      <description>&lt;P&gt;Simon, did either of the posts help you get things working as you expect?&amp;nbsp; If so, be sure to come back and use the Accept as Solution button on the post(s) that helped.&amp;nbsp; If you did something else, consider posting that and then mark things as above, and if you are still working on things, let us know where you stand, and we can see if we can come up with something else.&amp;nbsp; Might be good if you can attach the QVW on this one potentially, so folks can see the entire script and resulting data model to see if there is something quirky going on with things.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;BR /&gt;Brett&lt;/P&gt;</description>
      <pubDate>Mon, 14 Oct 2019 14:21:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Partial-reloading-without-erasing-in-memory-data/m-p/1634981#M594881</guid>
      <dc:creator>Brett_Bleess</dc:creator>
      <dc:date>2019-10-14T14:21:53Z</dc:date>
    </item>
  </channel>
</rss>

