<?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 Store.... into in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Store-into/m-p/234795#M86122</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;It will overwrite the existing file.&lt;/P&gt;&lt;P&gt;Steve&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 07 May 2010 15:14:32 GMT</pubDate>
    <dc:creator />
    <dc:date>2010-05-07T15:14:32Z</dc:date>
    <item>
      <title>Store.... into</title>
      <link>https://community.qlik.com/t5/QlikView/Store-into/m-p/234794#M86121</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, I'm new here, and I'm new with qlikview.&lt;/P&gt;&lt;P&gt;Please, can anybody help? I have to analyze some QV-Scripts, and I wonder, what the commad '...store... into...' will do, if the target file exists. Will it ad the source files to the targed, or will it overwrite? There's no answer about that in the QV-Help.&lt;/P&gt;&lt;P&gt;Thanks for any help,&lt;/P&gt;&lt;P&gt;best Regards&lt;/P&gt;&lt;P&gt;S.Bockelmann&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 May 2010 13:25:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Store-into/m-p/234794#M86121</guid>
      <dc:creator />
      <dc:date>2010-05-07T13:25:15Z</dc:date>
    </item>
    <item>
      <title>Store.... into</title>
      <link>https://community.qlik.com/t5/QlikView/Store-into/m-p/234795#M86122</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;It will overwrite the existing file.&lt;/P&gt;&lt;P&gt;Steve&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 May 2010 15:14:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Store-into/m-p/234795#M86122</guid>
      <dc:creator />
      <dc:date>2010-05-07T15:14:32Z</dc:date>
    </item>
    <item>
      <title>Store.... into</title>
      <link>https://community.qlik.com/t5/QlikView/Store-into/m-p/234796#M86123</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Steve,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks for that info. Is there a way to add data to an existing file? It's not important for me at the moment, it's just for interest.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;best regards&lt;/P&gt;&lt;P&gt;Stefan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 May 2010 07:48:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Store-into/m-p/234796#M86123</guid>
      <dc:creator />
      <dc:date>2010-05-10T07:48:47Z</dc:date>
    </item>
    <item>
      <title>Store.... into</title>
      <link>https://community.qlik.com/t5/QlikView/Store-into/m-p/234797#M86124</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Stefan,&lt;/P&gt;&lt;P&gt;As far as I know there's no way to add records into the existing qvd. If you want to use the same QVD name you could do something like this:&lt;/P&gt;&lt;P&gt;TempA: // load the first QVD into temporary table TempA&lt;/P&gt;&lt;P&gt;LOAD *&lt;/P&gt;&lt;P&gt;FROM 1.QVD (QVD);&lt;/P&gt;&lt;P&gt;TempA: // load the second QVD into the same temporary table TempA&lt;/P&gt;&lt;P&gt;LOAD *&lt;/P&gt;&lt;P&gt;FROM 2.QVD (QVD); // 2.QVD has the new data you want to add to the original 1.QVD. Instead 2.QVD you can use a SQL expression.&lt;/P&gt;&lt;P&gt;STORE TempA INTO 1.QVD;&lt;/P&gt;&lt;P&gt;That way you're going to store the whole data into one single QVD (1.QVD)&lt;/P&gt;&lt;P&gt;Steve&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 May 2010 15:13:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Store-into/m-p/234797#M86124</guid>
      <dc:creator />
      <dc:date>2010-05-11T15:13:00Z</dc:date>
    </item>
    <item>
      <title>Store.... into</title>
      <link>https://community.qlik.com/t5/QlikView/Store-into/m-p/234798#M86125</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ok, many thanks...&lt;/P&gt;&lt;P&gt;hope I can need this any time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;best regards&lt;/P&gt;&lt;P&gt;Stefan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 May 2010 16:16:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Store-into/m-p/234798#M86125</guid>
      <dc:creator />
      <dc:date>2010-05-11T16:16:54Z</dc:date>
    </item>
  </channel>
</rss>

