<?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: QDF bootstrap code in Partial Reload mode in Archived Groups</title>
    <link>https://community.qlik.com/t5/Archived-Groups/QDF-bootstrap-code-in-Partial-Reload-mode/m-p/596805#M2468</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for great project. &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;We've switched to QDF in new project so I'm adapting our toolset to it. &lt;/P&gt;&lt;P&gt;I'll share experience in that group when and if some bits of it will be relevant to QDF&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 02 Feb 2014 15:33:35 GMT</pubDate>
    <dc:creator>vadimtsushko</dc:creator>
    <dc:date>2014-02-02T15:33:35Z</dc:date>
    <item>
      <title>QDF bootstrap code in Partial Reload mode</title>
      <link>https://community.qlik.com/t5/Archived-Groups/QDF-bootstrap-code-in-Partial-Reload-mode/m-p/596803#M2466</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In developing mode I sometimes use partial reload for my end user applications.&lt;/P&gt;&lt;P&gt;So instead of full datamodel reload, I reload only variables and some configuration files.&lt;/P&gt;&lt;P&gt;That used to work with binary load too - binary load command skipped in partial reload mode.&lt;/P&gt;&lt;P&gt;Now QVF bootstrap code breaks on partial reload.&lt;/P&gt;&lt;P&gt;Currently I wrapped QVF initilization fragment by IF statement&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;IF NOT IsPartialReload() THEN
&amp;nbsp; let vG.BasePath=; 
&amp;nbsp; // Basic search for 1.Init.qvs
&amp;nbsp; $(Include=..\..\..\..\3.include\1.basevariable\1.init.qvs);
&amp;nbsp; $(Include=..\..\..\3.include\1.basevariable\1.init.qvs);
&amp;nbsp; $(Include=..\..\3.include\1.basevariable\1.init.qvs);
&amp;nbsp; $(Include=..\3.include\1.basevariable\1.init.qvs);
&amp;nbsp; Exit script when '$(vG.BasePath)'= '';
ENDIF
&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also I updated LoadVariableCSV - changed LOAD statement to REPLACE LOAD&lt;/P&gt;&lt;P&gt;It works for me now.&lt;/P&gt;&lt;P&gt;Would it be worthwhile if all QDF bootstrap code can work in partial reload mode?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Jul 2025 17:59:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Archived-Groups/QDF-bootstrap-code-in-Partial-Reload-mode/m-p/596803#M2466</guid>
      <dc:creator>vadimtsushko</dc:creator>
      <dc:date>2025-07-22T17:59:49Z</dc:date>
    </item>
    <item>
      <title>Re: QDF bootstrap code in Partial Reload mode</title>
      <link>https://community.qlik.com/t5/Archived-Groups/QDF-bootstrap-code-in-Partial-Reload-mode/m-p/596804#M2467</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the input Vadim, agree the best will be to implement the enhancements into the initiation script.&lt;/P&gt;&lt;P&gt;Will check how to do this in the best way and get back to you.&lt;/P&gt;&lt;P&gt;thanks again for this great feedback &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;Magnus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 02 Feb 2014 14:05:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Archived-Groups/QDF-bootstrap-code-in-Partial-Reload-mode/m-p/596804#M2467</guid>
      <dc:creator>Magnus_Berg</dc:creator>
      <dc:date>2014-02-02T14:05:26Z</dc:date>
    </item>
    <item>
      <title>Re: QDF bootstrap code in Partial Reload mode</title>
      <link>https://community.qlik.com/t5/Archived-Groups/QDF-bootstrap-code-in-Partial-Reload-mode/m-p/596805#M2468</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for great project. &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;We've switched to QDF in new project so I'm adapting our toolset to it. &lt;/P&gt;&lt;P&gt;I'll share experience in that group when and if some bits of it will be relevant to QDF&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 02 Feb 2014 15:33:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Archived-Groups/QDF-bootstrap-code-in-Partial-Reload-mode/m-p/596805#M2468</guid>
      <dc:creator>vadimtsushko</dc:creator>
      <dc:date>2014-02-02T15:33:35Z</dc:date>
    </item>
    <item>
      <title>Re: QDF bootstrap code in Partial Reload mode</title>
      <link>https://community.qlik.com/t5/Archived-Groups/QDF-bootstrap-code-in-Partial-Reload-mode/m-p/596806#M2469</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Hi Vadim, &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;We have now released &lt;SPAN style="color: #3d3d3d; font-family: Arial, sans-serif;"&gt;QDF v 1.3.2 where &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;REPLACE LOAD&lt;/SPAN&gt; have been integrated into the initiation scripts. &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: Arial, sans-serif; font-size: 10pt;"&gt;It would be nice to see of this solves your &lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: Arial, sans-serif;"&gt;issues&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: Arial, sans-serif; font-size: 10pt;"&gt;. &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 10pt; font-family: Arial, sans-serif;"&gt;Best regards&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 10pt; font-family: Arial, sans-serif;"&gt;Magnus&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Feb 2014 15:02:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Archived-Groups/QDF-bootstrap-code-in-Partial-Reload-mode/m-p/596806#M2469</guid>
      <dc:creator>Magnus_Berg</dc:creator>
      <dc:date>2014-02-12T15:02:02Z</dc:date>
    </item>
    <item>
      <title>Re: QDF bootstrap code in Partial Reload mode</title>
      <link>https://community.qlik.com/t5/Archived-Groups/QDF-bootstrap-code-in-Partial-Reload-mode/m-p/596807#M2470</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you, Magnus.&lt;/P&gt;&lt;P&gt;It works for me now.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards, Vadim&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Feb 2014 06:15:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Archived-Groups/QDF-bootstrap-code-in-Partial-Reload-mode/m-p/596807#M2470</guid>
      <dc:creator>vadimtsushko</dc:creator>
      <dc:date>2014-02-14T06:15:59Z</dc:date>
    </item>
  </channel>
</rss>

