<?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: Run script reload to new code only in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Run-script-reload-to-new-code-only/m-p/567496#M683731</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Two options:&lt;/P&gt;&lt;P&gt;1)You should copy your QVD´s to your development workstation&lt;/P&gt;&lt;P&gt;2) Copy your app to a new one. Open this app, erase your script and include into very first line &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; binary [Path\yourqvw.qvw]&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; add your new code here&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 12 Mar 2014 21:52:13 GMT</pubDate>
    <dc:creator>Clever_Anjos</dc:creator>
    <dc:date>2014-03-12T21:52:13Z</dc:date>
    <item>
      <title>Run script reload to new code only</title>
      <link>https://community.qlik.com/t5/QlikView/Run-script-reload-to-new-code-only/m-p/567494#M683729</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, &lt;BR /&gt;My QVW reads data from many QVD's. I have copied QVW into my PC from server and added new code to it and now I want to reload to take effective only newly added code while keeping existing data as it is. I know it is possible, but dont know the commands/required code changes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Appreciate your input.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Laks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Mar 2014 21:19:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Run-script-reload-to-new-code-only/m-p/567494#M683729</guid>
      <dc:creator />
      <dc:date>2014-03-12T21:19:19Z</dc:date>
    </item>
    <item>
      <title>Re: Run script reload to new code only</title>
      <link>https://community.qlik.com/t5/QlikView/Run-script-reload-to-new-code-only/m-p/567495#M683730</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You are looking for the partial reload function.&amp;nbsp; File-&amp;gt;Partial Reload.&amp;nbsp; Note you need to add the "Replace" function to your script in the places you want to reload.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You may also want to consider using a binary load for the load data model.&amp;nbsp; That may be easier than adding "Replace" all over the place in your script.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Mar 2014 21:49:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Run-script-reload-to-new-code-only/m-p/567495#M683730</guid>
      <dc:creator>Josh_Good</dc:creator>
      <dc:date>2014-03-12T21:49:14Z</dc:date>
    </item>
    <item>
      <title>Re: Run script reload to new code only</title>
      <link>https://community.qlik.com/t5/QlikView/Run-script-reload-to-new-code-only/m-p/567496#M683731</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Two options:&lt;/P&gt;&lt;P&gt;1)You should copy your QVD´s to your development workstation&lt;/P&gt;&lt;P&gt;2) Copy your app to a new one. Open this app, erase your script and include into very first line &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; binary [Path\yourqvw.qvw]&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; add your new code here&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Mar 2014 21:52:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Run-script-reload-to-new-code-only/m-p/567496#M683731</guid>
      <dc:creator>Clever_Anjos</dc:creator>
      <dc:date>2014-03-12T21:52:13Z</dc:date>
    </item>
    <item>
      <title>Re: Run script reload to new code only</title>
      <link>https://community.qlik.com/t5/QlikView/Run-script-reload-to-new-code-only/m-p/567497#M683732</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I guess this is what I'm looking for.. I added new tab in the end and&amp;nbsp; added LOAD statement like REPLACE LOAD&amp;gt;&amp;gt;..and tried to run File-&amp;gt;Partial Reload, but it is still looking for prior LOAD ..or QVDs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is the scenario..&lt;/P&gt;&lt;P&gt;Original file that I copied from server..&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD * from customer.qvd;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Modified file&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD * from customer.qvd;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;REPLACE LOAD * from location.csv;&amp;nbsp; // added&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want run reload for the modified file without having customer.qvd&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cheers.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Mar 2014 22:20:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Run-script-reload-to-new-code-only/m-p/567497#M683732</guid>
      <dc:creator />
      <dc:date>2014-03-12T22:20:11Z</dc:date>
    </item>
    <item>
      <title>Re: Run script reload to new code only</title>
      <link>https://community.qlik.com/t5/QlikView/Run-script-reload-to-new-code-only/m-p/567498#M683733</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try naming the tables and using the replace statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Customer:&lt;/P&gt;&lt;P&gt;Load * from customer.qvd;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Location:&lt;/P&gt;&lt;P&gt;Replace&lt;/P&gt;&lt;P&gt;Load * from location.csv;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Mar 2014 15:00:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Run-script-reload-to-new-code-only/m-p/567498#M683733</guid>
      <dc:creator>Josh_Good</dc:creator>
      <dc:date>2014-03-13T15:00:59Z</dc:date>
    </item>
  </channel>
</rss>

