<?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: adding new table without reloading the whole script? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/adding-new-table-without-reloading-the-whole-script/m-p/513810#M192001</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe a partial reload. Add a load statement for your new table:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ExtraTable:&lt;/P&gt;&lt;P&gt;REPLACE LOAD&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; field1,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; field2&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; ...etc&lt;/P&gt;&lt;P&gt;FROM ...sourcetable...;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then choose Partial Reload in the File menu instead of Reload.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 05 Oct 2013 06:53:24 GMT</pubDate>
    <dc:creator>Gysbert_Wassenaar</dc:creator>
    <dc:date>2013-10-05T06:53:24Z</dc:date>
    <item>
      <title>adding new table without reloading the whole script?</title>
      <link>https://community.qlik.com/t5/QlikView/adding-new-table-without-reloading-the-whole-script/m-p/513807#M191998</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am working on&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt; a QVW at home,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;I have no way to connect to the original data source(at my office\),&lt;/P&gt;&lt;P&gt;If i would like to add a new table onto the data model,&lt;/P&gt;&lt;P&gt;how to achieve this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Oct 2013 15:36:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/adding-new-table-without-reloading-the-whole-script/m-p/513807#M191998</guid>
      <dc:creator />
      <dc:date>2013-10-04T15:36:10Z</dc:date>
    </item>
    <item>
      <title>Re: adding new table without reloading the whole script?</title>
      <link>https://community.qlik.com/t5/QlikView/adding-new-table-without-reloading-the-whole-script/m-p/513808#M191999</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;First use the QVWDataExtractor tool that you can find &lt;A _jive_internal="true" href="https://community.qlik.com/docs/DOC-4304"&gt;here&lt;/A&gt; to extract the data from your qvw document and store the tables in qvd files. Then make a copy of your document and replace the load statements with statements that load from the generated qvd files. Then add a load statement for your new table.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Oct 2013 15:41:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/adding-new-table-without-reloading-the-whole-script/m-p/513808#M191999</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2013-10-04T15:41:11Z</dc:date>
    </item>
    <item>
      <title>Re: adding new table without reloading the whole script?</title>
      <link>https://community.qlik.com/t5/QlikView/adding-new-table-without-reloading-the-whole-script/m-p/513809#M192000</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Wassenaar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thx for reply, but i still want to know, if there's any approach to add the table without extra effort(replacing almost all script),&lt;/P&gt;&lt;P&gt;that means only relaod a table and the the table will link up with the whole data set inside the QVW.&lt;/P&gt;&lt;P&gt;anyway, your answer really help^^&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 05 Oct 2013 05:19:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/adding-new-table-without-reloading-the-whole-script/m-p/513809#M192000</guid>
      <dc:creator />
      <dc:date>2013-10-05T05:19:52Z</dc:date>
    </item>
    <item>
      <title>Re: adding new table without reloading the whole script?</title>
      <link>https://community.qlik.com/t5/QlikView/adding-new-table-without-reloading-the-whole-script/m-p/513810#M192001</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe a partial reload. Add a load statement for your new table:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ExtraTable:&lt;/P&gt;&lt;P&gt;REPLACE LOAD&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; field1,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; field2&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; ...etc&lt;/P&gt;&lt;P&gt;FROM ...sourcetable...;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then choose Partial Reload in the File menu instead of Reload.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 05 Oct 2013 06:53:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/adding-new-table-without-reloading-the-whole-script/m-p/513810#M192001</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2013-10-05T06:53:24Z</dc:date>
    </item>
  </channel>
</rss>

