<?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: How to create/implement a QVD file process in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-create-implement-a-QVD-file-process/m-p/567205#M211551</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can do somethig like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for i = 1 to 12&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; myTab:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; load * resident table where year = 2014 and month = $(i);&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; store * from myTab into myQvd$(i).qvd;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; drop table myTab;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Next&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 25 Feb 2014 15:02:53 GMT</pubDate>
    <dc:creator>alexandros17</dc:creator>
    <dc:date>2014-02-25T15:02:53Z</dc:date>
    <item>
      <title>How to create/implement a QVD file process</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-implement-a-QVD-file-process/m-p/567204#M211550</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Does anyone have any basic instructions or how to docs on creating and/or implementing a QVD file process.&amp;nbsp; This is my first attempt at the QVD process.&amp;nbsp; I am looking to import 2013 data into a QVD file and not have it refreshed, just be a QVD file that is brought in.&amp;nbsp; Going forward I am looking to create monthly QVD files for 2014 so I began creating trending charts based on historical data.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Feb 2014 14:53:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-implement-a-QVD-file-process/m-p/567204#M211550</guid>
      <dc:creator />
      <dc:date>2014-02-25T14:53:40Z</dc:date>
    </item>
    <item>
      <title>Re: How to create/implement a QVD file process</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-implement-a-QVD-file-process/m-p/567205#M211551</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can do somethig like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for i = 1 to 12&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; myTab:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; load * resident table where year = 2014 and month = $(i);&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; store * from myTab into myQvd$(i).qvd;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; drop table myTab;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Next&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Feb 2014 15:02:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-implement-a-QVD-file-process/m-p/567205#M211551</guid>
      <dc:creator>alexandros17</dc:creator>
      <dc:date>2014-02-25T15:02:53Z</dc:date>
    </item>
    <item>
      <title>Re: How to create/implement a QVD file process</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-implement-a-QVD-file-process/m-p/567206#M211552</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI there.. maybe you have to be more explicit in what you are trying to achieve.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To make a QVD file, you just import the data into your qvw using a&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;tablename;&lt;/P&gt;&lt;P&gt;load *&lt;/P&gt;&lt;P&gt;from (file)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and you can do a store of that into a file..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you are looking for something more especific, please clarify your question.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Feb 2014 15:06:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-implement-a-QVD-file-process/m-p/567206#M211552</guid>
      <dc:creator />
      <dc:date>2014-02-25T15:06:57Z</dc:date>
    </item>
    <item>
      <title>Re: How to create/implement a QVD file process</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-implement-a-QVD-file-process/m-p/567207#M211553</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;This part of the QlikView Help is pretty well documented.&amp;nbsp; Just look for the section that is called "QVD files and Incremental Load" in QlikView Help.&amp;nbsp; It details all the ways to do incremental loads using QVDs and example script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Karl&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Feb 2014 15:08:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-implement-a-QVD-file-process/m-p/567207#M211553</guid>
      <dc:creator>pover</dc:creator>
      <dc:date>2014-02-25T15:08:36Z</dc:date>
    </item>
    <item>
      <title>Re: How to create/implement a QVD file process</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-implement-a-QVD-file-process/m-p/567208#M211554</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You may also want to check out this video &lt;A href="https://community.qlik.com/message/237198"&gt;Creating QVDs and Using the Store Function&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or this more advance version &lt;A href="https://community.qlik.com/docs/DOC-5317"&gt;Script for Incremental Loading of Multiple QVDs from a List of Table Names&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Feb 2014 16:16:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-implement-a-QVD-file-process/m-p/567208#M211554</guid>
      <dc:creator>Josh_Good</dc:creator>
      <dc:date>2014-02-25T16:16:03Z</dc:date>
    </item>
  </channel>
</rss>

