<?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: Is it possible to store a QVD during a partial load? in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Is-it-possible-to-store-a-QVD-during-a-partial-load/m-p/2155364#M93591</link>
    <description>&lt;P&gt;Ah! Thanks Rob, I hadn't noticed it doing that, I'll check this out.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So does this mean that with ADD ONLY you would always need Concatenate as well? Since ADD wont create a table during partial load and only will only execute during one?&lt;/P&gt;</description>
    <pubDate>Thu, 21 Dec 2023 09:54:02 GMT</pubDate>
    <dc:creator>rnorris</dc:creator>
    <dc:date>2023-12-21T09:54:02Z</dc:date>
    <item>
      <title>Is it possible to store a QVD during a partial load?</title>
      <link>https://community.qlik.com/t5/App-Development/Is-it-possible-to-store-a-QVD-during-a-partial-load/m-p/2155163#M93579</link>
      <description>&lt;P&gt;I have some code that says:&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;[A Sessions Link]:&lt;BR /&gt;LOAD&amp;nbsp;&lt;/P&gt;
&lt;P&gt;1 as dummyrow&lt;/P&gt;
&lt;P&gt;Autogenerate(1);&lt;/P&gt;
&lt;DIV&gt;IF IsPartialReload() THEN&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; [A Sessions Link]:&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; ADD ONLY LOAD&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; 'Name' AS _ASessionName&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; AutoGenerate(1);&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp;Store [A Sessions Link] into [$(Folder)/SessionsLink.qvd];&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;END IF;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;So, I create a table during regular load (so it does already exist for the add only) but when I run the partial reload, I see a field in my dashboard called _ASessionName populated with 'Name', great.&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;I also get a QVD generated, with the right name in the right place. Great!&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;But the QVD only has one column, dummyrow.&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;The partial reload has loaded the data into the table, but stored the prior table. Is this right? This seems very counterintuitive / wrong? (Note: It does exactly the same thing with REPLACE ONLY LOAD too, so, no, it's not that!)&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;</description>
      <pubDate>Wed, 20 Dec 2023 15:59:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Is-it-possible-to-store-a-QVD-during-a-partial-load/m-p/2155163#M93579</guid>
      <dc:creator>rnorris</dc:creator>
      <dc:date>2023-12-20T15:59:02Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to store a QVD during a partial load?</title>
      <link>https://community.qlik.com/t5/App-Development/Is-it-possible-to-store-a-QVD-during-a-partial-load/m-p/2155187#M93581</link>
      <description>&lt;P&gt;On the second load, you will need to change the table label to Concatenate.&lt;/P&gt;
&lt;P class="p1"&gt;Concatenate (&lt;SPAN&gt;&amp;nbsp;[A Sessions Link])&lt;BR /&gt;ADD ONLY LOAD...&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN&gt;If you look in the data model without the concatenate, you'll see the table created by the second load was named "A Sessions Link-1". You must force concatenation with the first table by using the Concatenate prefix.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN&gt;-Rob&lt;BR /&gt;&lt;A href="http://www.easyqlik.com" target="_blank"&gt;http://www.easyqlik.com&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://masterssummit.com" target="_blank"&gt;http://masterssummit.com&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://qlikviewcookbook.com" target="_blank"&gt;http://qlikviewcookbook.com&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 20 Dec 2023 17:53:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Is-it-possible-to-store-a-QVD-during-a-partial-load/m-p/2155187#M93581</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2023-12-20T17:53:41Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to store a QVD during a partial load?</title>
      <link>https://community.qlik.com/t5/App-Development/Is-it-possible-to-store-a-QVD-during-a-partial-load/m-p/2155364#M93591</link>
      <description>&lt;P&gt;Ah! Thanks Rob, I hadn't noticed it doing that, I'll check this out.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So does this mean that with ADD ONLY you would always need Concatenate as well? Since ADD wont create a table during partial load and only will only execute during one?&lt;/P&gt;</description>
      <pubDate>Thu, 21 Dec 2023 09:54:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Is-it-possible-to-store-a-QVD-during-a-partial-load/m-p/2155364#M93591</guid>
      <dc:creator>rnorris</dc:creator>
      <dc:date>2023-12-21T09:54:02Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to store a QVD during a partial load?</title>
      <link>https://community.qlik.com/t5/App-Development/Is-it-possible-to-store-a-QVD-during-a-partial-load/m-p/2155903#M93619</link>
      <description>&lt;P&gt;I think partial reload is subject to the same rules of auto concatenation as a regular load.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/qlikview/May2023/Subsystems/Client/Content/QV_QlikView/LoadData/concatenate-tables.htm" target="_blank" rel="noopener"&gt;https://help.qlik.com/en-US/qlikview/May2023/Subsystems/Client/Content/QV_QlikView/LoadData/concatenate-tables.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;The Concatenate prefix&amp;nbsp; is only required if you have unlike columns.&amp;nbsp; Some developers always uses Concatenate, unlike columns or not, if the intent is to add rows to an existing table.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;-Rob&lt;/P&gt;</description>
      <pubDate>Sat, 23 Dec 2023 04:28:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Is-it-possible-to-store-a-QVD-during-a-partial-load/m-p/2155903#M93619</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2023-12-23T04:28:20Z</dc:date>
    </item>
  </channel>
</rss>

