<?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: Load from QVD then save back to it in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Load-from-QVD-then-save-back-to-it/m-p/691805#M675552</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;IF 1=1 THEN&lt;/P&gt;&lt;P&gt;UNQUALIFY *;&lt;/P&gt;&lt;P&gt;PERF_MGMT_MTH_SUM_QLIK:&lt;/P&gt;&lt;P&gt;LOAD *&lt;/P&gt;&lt;P&gt;&amp;nbsp; FROM E:\PERF_MGMT_MTH_SUM_QLIK.qvd(qvd)&lt;/P&gt;&lt;P&gt;&amp;nbsp; WHERE MONTH_KEY&amp;lt;='201405';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ENDIF;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TRACE('End of load statements');&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Store PERF_MGMT_MTH_SUM_QLIK into E:\PERF_MGMT_MTH_SUM_QLIK.qvd (qvd);&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 01 Jul 2014 22:15:33 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-07-01T22:15:33Z</dc:date>
    <item>
      <title>Load from QVD then save back to it</title>
      <link>https://community.qlik.com/t5/QlikView/Load-from-QVD-then-save-back-to-it/m-p/691801#M675548</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is there a way to load from QVD then save back over the same QVD?&amp;nbsp; This works when running an incremental style load where I would concatenate a SQL load and QVD load and then store back to that QVD.&amp;nbsp; However it doesn't work to simply load * from QVD and the store into back to the same QVD.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just wondering if there is something I would need to do to get around this. (Im sure I could change my approach to stop the save back to QVD if I only load from QVD also).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Jul 2014 18:08:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-from-QVD-then-save-back-to-it/m-p/691801#M675548</guid>
      <dc:creator />
      <dc:date>2014-07-01T18:08:13Z</dc:date>
    </item>
    <item>
      <title>Re: Load from QVD then save back to it</title>
      <link>https://community.qlik.com/t5/QlikView/Load-from-QVD-then-save-back-to-it/m-p/691802#M675549</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes. It is very much possible to load and save back to the same QVD. Please find attached QVW for your reference.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Jul 2014 18:31:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-from-QVD-then-save-back-to-it/m-p/691802#M675549</guid>
      <dc:creator>manojkvrajan</dc:creator>
      <dc:date>2014-07-01T18:31:13Z</dc:date>
    </item>
    <item>
      <title>Re: Load from QVD then save back to it</title>
      <link>https://community.qlik.com/t5/QlikView/Load-from-QVD-then-save-back-to-it/m-p/691803#M675550</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;why not? &lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;below a small example&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;try to post your script if it doesn't work&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;directory;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;t: load rand() as r AutoGenerate 100;&lt;/P&gt;&lt;P&gt;STORE t into t.qvd (qvd);&lt;/P&gt;&lt;P&gt;DROP Table t;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;// read, add some records, store in same qvd&lt;/P&gt;&lt;P&gt;t: load * from t.qvd (qvd);&lt;/P&gt;&lt;P&gt;load rand() as r AutoGenerate 200;&lt;/P&gt;&lt;P&gt;STORE t into t.qvd (qvd);&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Jul 2014 19:02:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-from-QVD-then-save-back-to-it/m-p/691803#M675550</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2014-07-01T19:02:09Z</dc:date>
    </item>
    <item>
      <title>Re: Load from QVD then save back to it</title>
      <link>https://community.qlik.com/t5/QlikView/Load-from-QVD-then-save-back-to-it/m-p/691804#M675551</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Robby, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The only thing that comes to mind here is if you are not changing anything in the data you loaded, I am not sure the store command is going to do anything in that case as the table is unchanged.&amp;nbsp; I have not tested this myself to be honest, but about the only thing of which I can think that could be in play here the way you have described things.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One thing you may be able to do in this case is a record count on the load and then if nothing changes, use logic in the store statement to not do the store if the record count has not increased or decreased etc.&amp;nbsp; Sorry if I am way off-base here, but thought I would toss it out in case it may be applicable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you can post your script, that may help as one of the folks above mentioned, as we should be able to better see exactly what you are doing and have a better idea of what could be going wrong then.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Brett&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Jul 2014 19:36:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-from-QVD-then-save-back-to-it/m-p/691804#M675551</guid>
      <dc:creator>Brett_Bleess</dc:creator>
      <dc:date>2014-07-01T19:36:33Z</dc:date>
    </item>
    <item>
      <title>Re: Load from QVD then save back to it</title>
      <link>https://community.qlik.com/t5/QlikView/Load-from-QVD-then-save-back-to-it/m-p/691805#M675552</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;IF 1=1 THEN&lt;/P&gt;&lt;P&gt;UNQUALIFY *;&lt;/P&gt;&lt;P&gt;PERF_MGMT_MTH_SUM_QLIK:&lt;/P&gt;&lt;P&gt;LOAD *&lt;/P&gt;&lt;P&gt;&amp;nbsp; FROM E:\PERF_MGMT_MTH_SUM_QLIK.qvd(qvd)&lt;/P&gt;&lt;P&gt;&amp;nbsp; WHERE MONTH_KEY&amp;lt;='201405';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ENDIF;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TRACE('End of load statements');&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Store PERF_MGMT_MTH_SUM_QLIK into E:\PERF_MGMT_MTH_SUM_QLIK.qvd (qvd);&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Jul 2014 22:15:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-from-QVD-then-save-back-to-it/m-p/691805#M675552</guid>
      <dc:creator />
      <dc:date>2014-07-01T22:15:33Z</dc:date>
    </item>
    <item>
      <title>Re: Load from QVD then save back to it</title>
      <link>https://community.qlik.com/t5/QlikView/Load-from-QVD-then-save-back-to-it/m-p/691806#M675553</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Robby, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ok, thanks, that helps a ton, and I think if you change things just a bit, that may do the trick here:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TEMP:&lt;/P&gt;&lt;P&gt;LOAD *&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; FROM E:\PERF_MGMT_MTH_SUM_QLIK.qvd(qvd)&lt;/P&gt;&lt;P&gt;(This ensures your QVD loads optimized)&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 10pt; line-height: 1.5em;"&gt;IF 1=1 THEN&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 10pt; line-height: 1.5em;"&gt;UNQUALIFY *;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 10pt; line-height: 1.5em;"&gt;PERF_MGMT_MTH_SUM_QLIK:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 10pt; line-height: 1.5em;"&gt;NOCONCATENATE LOAD *&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 10pt; line-height: 1.5em;"&gt;RESIDENT TEMP;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 10pt; line-height: 1.5em;"&gt;WHERE MONTH_KEY&amp;lt;='201405';&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ENDIF;&lt;/P&gt;&lt;P&gt;.......&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try that and see if it results in different result or not.&amp;nbsp; This also ensures the QVD should definitely not be in use when you attempt your store statement.&amp;nbsp; Shout back when you can change things and rerun it.&amp;nbsp; If this does not do the trick, and you have a license, I would suggest opening a Support case on this issue, but be sure to send us sample QVW and QVD file, so we can run things to see exactly what is occurring here.&amp;nbsp; Hopefully the above may do the trick though.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Brett&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Jul 2014 11:11:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-from-QVD-then-save-back-to-it/m-p/691806#M675553</guid>
      <dc:creator>Brett_Bleess</dc:creator>
      <dc:date>2014-07-02T11:11:36Z</dc:date>
    </item>
    <item>
      <title>Re: Load from QVD then save back to it</title>
      <link>https://community.qlik.com/t5/QlikView/Load-from-QVD-then-save-back-to-it/m-p/691807#M675554</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Didn't seem to work.&amp;nbsp; Ill open up a support ticket.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Jul 2014 17:23:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-from-QVD-then-save-back-to-it/m-p/691807#M675554</guid>
      <dc:creator />
      <dc:date>2014-07-02T17:23:33Z</dc:date>
    </item>
  </channel>
</rss>

