<?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 creating QVD in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/creating-QVD/m-p/226211#M78436</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, You can Filter according to your requirement.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 23 Sep 2010 08:45:28 GMT</pubDate>
    <dc:creator>suniljain</dc:creator>
    <dc:date>2010-09-23T08:45:28Z</dc:date>
    <item>
      <title>creating QVD</title>
      <link>https://community.qlik.com/t5/QlikView/creating-QVD/m-p/226207#M78432</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;I am creating QVD for the first time, where do i write store command ?&lt;/P&gt;&lt;P&gt;beginning of the load statement or after the select statement ?currently i have it as below and when i save and reload the scripts it is fetching the records.&lt;/P&gt;&lt;P&gt;Actually the reson for me creating QVD is , my table has got more than 10 million records, whenever i reload the scripts after fetching some 2 million rows i get an error message saying out of virtual memery , so someone said that these kind of issues can be handled by a QVD,&lt;/P&gt;&lt;P&gt;But here this even started fetching the rows ? i know eventually even this says out of memory ....&lt;/P&gt;&lt;P&gt;How do i handle this?&lt;/P&gt;&lt;P&gt;DW_T_JOBDATA:&lt;/P&gt;&lt;P&gt;LOAD&lt;BR /&gt;DATE(FLOOR(FINISH_TIME)) AS FINISH_DATE,&lt;BR /&gt;YEAR(FINISH_TIME) AS YEAR,&lt;BR /&gt;MONTH(FINISH_TIME) AS MONTH,&lt;BR /&gt;DAY(FINISH_TIME) AS [DAY];&lt;/P&gt;&lt;P&gt;SQL SELECT * FROM PIOWNER."DW_T_JOBDATA" where FINISH_TIME &amp;gt; SYSDATE - 30 ;&lt;/P&gt;&lt;P&gt;STORE DW_T_JOBDATA into &lt;A&gt;\\qlikview\PDS&lt;/A&gt; Data\my forlder\DW_T_JOBDATA.QVD;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 18 Jul 2010 22:16:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/creating-QVD/m-p/226207#M78432</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-07-18T22:16:44Z</dc:date>
    </item>
    <item>
      <title>creating QVD</title>
      <link>https://community.qlik.com/t5/QlikView/creating-QVD/m-p/226208#M78433</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello.&lt;/P&gt;&lt;P&gt;Your script is right.&lt;/P&gt;&lt;P&gt;STORE statement must use after LOAD/SQL SELECT.&lt;/P&gt;&lt;P&gt;But if you get an error about out of virtual memory, that I think that you have a little physical memory. So you should add memory or share LOAD statement on some different parts. For example, you should load data by YEAR and store it in different QVD files.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Jul 2010 06:19:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/creating-QVD/m-p/226208#M78433</guid>
      <dc:creator>sparur</dc:creator>
      <dc:date>2010-07-19T06:19:11Z</dc:date>
    </item>
    <item>
      <title>creating QVD</title>
      <link>https://community.qlik.com/t5/QlikView/creating-QVD/m-p/226209#M78434</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-weight: bold"&gt;&lt;/P&gt;&lt;P style="font-weight: bold"&gt;Storage_Location:&lt;/P&gt;&lt;P style="font-weight: bold"&gt;LOAD SID_SID as SID_0STOR_LOC,&lt;/P&gt;&lt;P style="font-weight: bold"&gt;Plant_PLANT as Plant_Storage_Location ,&lt;/P&gt;&lt;P style="font-weight: bold"&gt;[Storage lo_STOR_LOC] as Storage_Location&lt;/P&gt;&lt;P style="font-weight: bold"&gt;FROM&lt;/P&gt;&lt;P style="font-weight: bold"&gt;&lt;E&gt;&lt;/E&gt;&lt;/P&gt;&lt;P style="font-weight: bold"&gt;(qvd);&lt;/P&gt;&lt;P style="font-weight: bold"&gt;Store Storage_Location into &lt;E&gt;&lt;/E&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Jul 2010 07:58:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/creating-QVD/m-p/226209#M78434</guid>
      <dc:creator>suniljain</dc:creator>
      <dc:date>2010-07-19T07:58:49Z</dc:date>
    </item>
    <item>
      <title>creating QVD</title>
      <link>https://community.qlik.com/t5/QlikView/creating-QVD/m-p/226210#M78435</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;So how do i get multiple QVD's into one Qlikview file. I have multiple Clusters data , i think i will get each cluster data with one QVD, can i have a filter on all cluster in the QVW i get data into??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Jul 2010 21:03:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/creating-QVD/m-p/226210#M78435</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-07-19T21:03:53Z</dc:date>
    </item>
    <item>
      <title>creating QVD</title>
      <link>https://community.qlik.com/t5/QlikView/creating-QVD/m-p/226211#M78436</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, You can Filter according to your requirement.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Sep 2010 08:45:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/creating-QVD/m-p/226211#M78436</guid>
      <dc:creator>suniljain</dc:creator>
      <dc:date>2010-09-23T08:45:28Z</dc:date>
    </item>
  </channel>
</rss>

