<?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 avoid creating a large file when a QVW file creates a QVD file? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-avoid-creating-a-large-file-when-a-QVW-file-creates-a-QVD/m-p/1248326#M395488</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thank you - the syntax was&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;DROP Table xxx;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;I did it after every individual load.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Jo&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 10 Feb 2017 03:34:44 GMT</pubDate>
    <dc:creator>josephinetedesc</dc:creator>
    <dc:date>2017-02-10T03:34:44Z</dc:date>
    <item>
      <title>How to avoid creating a large file when a QVW file creates a QVD file?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-avoid-creating-a-large-file-when-a-QVW-file-creates-a-QVD/m-p/1248321#M395483</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 have a qvw file that daily creates 3 qvd files.&lt;/P&gt;&lt;P&gt;I want to keep the procedure but not the data.&lt;/P&gt;&lt;P&gt;I have read that I need to drop the table:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Where do i drop the table?&amp;nbsp; After each store?&amp;nbsp;&amp;nbsp; Would it be better to do it after all loads?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;fred:&lt;/P&gt;&lt;P&gt;SQL SELECT *&lt;/P&gt;&lt;P&gt;&amp;nbsp; FROM [directory\file];&lt;/P&gt;&lt;P&gt;STORE&lt;/P&gt;&lt;P&gt;fred INTO[fred] (qvd) ;&lt;/P&gt;&lt;P&gt;drop fred;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;john:&lt;/P&gt;&lt;P&gt;SQL SELECT *&lt;/P&gt;&lt;P&gt;&amp;nbsp; FROM [directory\file];&lt;/P&gt;&lt;P&gt;STORE&lt;/P&gt;&lt;P&gt;john INTO[john] (qvd) ;&lt;/P&gt;&lt;P&gt;drop john;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;P&gt;Jo &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Feb 2017 01:25:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-avoid-creating-a-large-file-when-a-QVW-file-creates-a-QVD/m-p/1248321#M395483</guid>
      <dc:creator>josephinetedesc</dc:creator>
      <dc:date>2017-02-10T01:25:49Z</dc:date>
    </item>
    <item>
      <title>Re: How to avoid creating a large file when a QVW file creates a QVD file?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-avoid-creating-a-large-file-when-a-QVW-file-creates-a-QVD/m-p/1248322#M395484</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;
&lt;P&gt;I have a qvw file that daily creates 3 qvd files.&lt;/P&gt;
&lt;P&gt;I want to keep the procedure but not the data.&lt;/P&gt;
&lt;P&gt;I have read that I need to drop the table:&lt;/P&gt;
&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;1) Where are the 3 qvd's. Here, I've seen only 2 Qvd's&lt;/P&gt;&lt;P&gt;2) Procedure and Keep is fine but what is the use to do store of QVD&lt;/P&gt;&lt;P&gt;3) Will help you, If you explain first Two&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Feb 2017 01:43:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-avoid-creating-a-large-file-when-a-QVW-file-creates-a-QVD/m-p/1248322#M395484</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-02-10T01:43:18Z</dc:date>
    </item>
    <item>
      <title>Re: How to avoid creating a large file when a QVW file creates a QVD file?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-avoid-creating-a-large-file-when-a-QVW-file-creates-a-QVD/m-p/1248323#M395485</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Anil&lt;/P&gt;&lt;P&gt;1.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; the 3rd QVD file follows the same format:&lt;/P&gt;&lt;P&gt;2.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; I store the rows into a QVD file for use by another QVW file&lt;/P&gt;&lt;P&gt;3. Thanks &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Feb 2017 02:29:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-avoid-creating-a-large-file-when-a-QVW-file-creates-a-QVD/m-p/1248323#M395485</guid>
      <dc:creator>josephinetedesc</dc:creator>
      <dc:date>2017-02-10T02:29:32Z</dc:date>
    </item>
    <item>
      <title>Re: How to avoid creating a large file when a QVW file creates a QVD file?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-avoid-creating-a-large-file-when-a-QVW-file-creates-a-QVD/m-p/1248324#M395486</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If your table structure for all 3 QVDs is exactly same then after each reload they will Auto Concatenate if you dint mention noconcatenate() function before second and 3rd Table reload.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you are storing tables seperately, its better to drop those reloaded table after each individual table load.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Feb 2017 02:35:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-avoid-creating-a-large-file-when-a-QVW-file-creates-a-QVD/m-p/1248324#M395486</guid>
      <dc:creator>jayanttibhe</dc:creator>
      <dc:date>2017-02-10T02:35:10Z</dc:date>
    </item>
    <item>
      <title>Re: How to avoid creating a large file when a QVW file creates a QVD file?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-avoid-creating-a-large-file-when-a-QVW-file-creates-a-QVD/m-p/1248325#M395487</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Tested Done &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check from your end with &lt;STRONG&gt;Proper Path &lt;/STRONG&gt;of &lt;STRONG&gt;stored&lt;/STRONG&gt; location&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Sample:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD * Inline [&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;FiscalYear, ServiceType, Field&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;FY13, Type3, 13&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Fy13, Type4,&amp;nbsp; 25&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;FY14, Type3, 29&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;FY14, Type4, 42&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;FY15, Type1, 1&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;FY15, Type2, 5&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;FY15, Type3, 68&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;FY15, Type4, 56&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;];&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;STORE Sample into C:\Users\XXX\Downloads\Sample.qvd (qvd);&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;DROP Table Sample;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Sample1:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD * Inline [&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Name, Amount&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;bala, 20&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;bala, 10&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;satheesh, 15&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;satheesh, 15&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;madhu, 14&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;];&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;STORE Sample1 into C:\Users\XXX\Downloads\Sample1.qvd (qvd);&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;DROP Table Sample1;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Data Model Seems Empty, Now. In future, If you want to use same thing of QVD it should work&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Feb 2017 02:38:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-avoid-creating-a-large-file-when-a-QVW-file-creates-a-QVD/m-p/1248325#M395487</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-02-10T02:38:46Z</dc:date>
    </item>
    <item>
      <title>Re: How to avoid creating a large file when a QVW file creates a QVD file?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-avoid-creating-a-large-file-when-a-QVW-file-creates-a-QVD/m-p/1248326#M395488</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thank you - the syntax was&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;DROP Table xxx;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;I did it after every individual load.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Jo&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Feb 2017 03:34:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-avoid-creating-a-large-file-when-a-QVW-file-creates-a-QVD/m-p/1248326#M395488</guid>
      <dc:creator>josephinetedesc</dc:creator>
      <dc:date>2017-02-10T03:34:44Z</dc:date>
    </item>
  </channel>
</rss>

