<?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 store table into QVD file in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/how-to-store-table-into-QVD-file/m-p/877611#M995254</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Table2 will auto-concatenate into Temp, so nothing will be saved in the QVD. You need:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Table2:&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;noconcatenate&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;load *&amp;nbsp; Resident Temp&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;where Date &amp;lt;= '09/28/2014';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;STORE Table2 INTO [Table2.qvd] (qvd);&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 03 Jul 2015 07:26:43 GMT</pubDate>
    <dc:creator>jonathandienst</dc:creator>
    <dc:date>2015-07-03T07:26:43Z</dc:date>
    <item>
      <title>how to store table into QVD file</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-store-table-into-QVD-file/m-p/877608#M995248</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all&lt;/P&gt;&lt;P&gt;How can we store the .QVD file&amp;nbsp;&amp;nbsp; &amp;lt;= '09/28/2014 date &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; YearNumber,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; MonthText,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; WeekNumber,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; DateTimeCreated,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; date(floor(DateTimeCreated),'MM/DD/YYYY') as Date,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; DateTimeModified;&lt;/P&gt;&lt;P&gt;SQL SELECT YearNumber,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; MonthText,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; WeekNumber,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; DateTimeCreated,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; DateTimeModified&lt;/P&gt;&lt;P&gt;FROM Source&lt;/P&gt;&lt;P&gt;WHERE metricidentkey='{xxxxxxxxxxx}' &lt;/P&gt;&lt;P&gt;AND YearNumber &amp;gt;='2011';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table2:&lt;/P&gt;&lt;P&gt;load *&amp;nbsp; Resident Temp&lt;/P&gt;&lt;P&gt;where Date &amp;lt;= '09/28/2014';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;STORE Table2 INTO [Table2.qvd] (qvd);&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Jul 2015 07:16:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-store-table-into-QVD-file/m-p/877608#M995248</guid>
      <dc:creator>madhubabum</dc:creator>
      <dc:date>2015-07-03T07:16:42Z</dc:date>
    </item>
    <item>
      <title>Re: how to store table into QVD file</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-store-table-into-QVD-file/m-p/877609#M995250</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try with&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;STORE store * from Table2 INTO Table2.qvd;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Jul 2015 07:19:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-store-table-into-QVD-file/m-p/877609#M995250</guid>
      <dc:creator>alexandros17</dc:creator>
      <dc:date>2015-07-03T07:19:02Z</dc:date>
    </item>
    <item>
      <title>Re: how to store table into QVD file</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-store-table-into-QVD-file/m-p/877610#M995252</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;seems You are using the correct syntax then what problem you are facing ?&lt;/P&gt;&lt;P&gt;Any error ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BKC&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Jul 2015 07:24:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-store-table-into-QVD-file/m-p/877610#M995252</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-07-03T07:24:43Z</dc:date>
    </item>
    <item>
      <title>Re: how to store table into QVD file</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-store-table-into-QVD-file/m-p/877611#M995254</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Table2 will auto-concatenate into Temp, so nothing will be saved in the QVD. You need:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Table2:&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;noconcatenate&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;load *&amp;nbsp; Resident Temp&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;where Date &amp;lt;= '09/28/2014';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;STORE Table2 INTO [Table2.qvd] (qvd);&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Jul 2015 07:26:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-store-table-into-QVD-file/m-p/877611#M995254</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2015-07-03T07:26:43Z</dc:date>
    </item>
    <item>
      <title>Re: how to store table into QVD file</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-store-table-into-QVD-file/m-p/877612#M995256</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What is the issue you are facing?&amp;nbsp;&amp;nbsp; If data is not storing in the QVD then use the where condition like below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Table2:&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;NoConcatenate&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;load *&amp;nbsp; Resident Temp&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;where Date &amp;lt;= Date('09/28/2014');&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Regards,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Jul 2015 07:27:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-store-table-into-QVD-file/m-p/877612#M995256</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2015-07-03T07:27:07Z</dc:date>
    </item>
    <item>
      <title>Re: how to store table into QVD file</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-store-table-into-QVD-file/m-p/877613#M995258</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-users/200191"&gt;madhubabuM&lt;/A&gt; , Just want to add that, if two or more tables have same fields (same number of columns with same names), QlikView will automatically concatenate them into a single table, with the name being the first table name. To overcome this behavior, Load statement has to be prefixed with &lt;STRONG&gt;NoConcatenate &lt;/STRONG&gt;to avoid the auto concatenation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In your case, after Table2 load has been executed, it will be concatenated with Temp table. So there will be no Table2 available. Because of this your ​STORE Table2 INTO [Table2.qvd] (qvd); ​didn't work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;KKR&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Jul 2015 07:58:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-store-table-into-QVD-file/m-p/877613#M995258</guid>
      <dc:creator />
      <dc:date>2015-07-03T07:58:29Z</dc:date>
    </item>
    <item>
      <title>Re: how to store table into QVD file</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-store-table-into-QVD-file/m-p/877614#M995259</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Thanks Jagan Mohan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Jul 2015 08:04:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-store-table-into-QVD-file/m-p/877614#M995259</guid>
      <dc:creator>madhubabum</dc:creator>
      <dc:date>2015-07-03T08:04:59Z</dc:date>
    </item>
    <item>
      <title>Re: how to store table into QVD file</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-store-table-into-QVD-file/m-p/877615#M995260</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jonathan Dienst&lt;/P&gt;&lt;P&gt;Thanks For your reply.....&lt;/P&gt;&lt;P&gt;Itz working&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Madhu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Jul 2015 08:07:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-store-table-into-QVD-file/m-p/877615#M995260</guid>
      <dc:creator>madhubabum</dc:creator>
      <dc:date>2015-07-03T08:07:10Z</dc:date>
    </item>
    <item>
      <title>Re: how to store table into QVD file</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-store-table-into-QVD-file/m-p/877616#M995261</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Madhu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you got the answer please close this thread by giving Correct answer to the reply which helped you, so that other users can find the correct answers easily.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Jul 2015 08:15:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-store-table-into-QVD-file/m-p/877616#M995261</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2015-07-03T08:15:02Z</dc:date>
    </item>
    <item>
      <title>Re: how to store table into QVD file</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-store-table-into-QVD-file/m-p/877617#M995262</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Case 1:&lt;/P&gt;&lt;P&gt;If you want to store the data for year greater than 2011 and&amp;nbsp; year greater than '09/28/2014' into two separate QVDs then:&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; YearNumber,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; MonthText,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; WeekNumber,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; DateTimeCreated,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; date(floor(DateTimeCreated),'MM/DD/YYYY') as Date,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; DateTimeModified;&lt;/P&gt;&lt;P&gt;SQL SELECT YearNumber,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; MonthText,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; WeekNumber,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; DateTimeCreated,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; DateTimeModified&lt;/P&gt;&lt;P&gt;FROM Source&lt;/P&gt;&lt;P&gt;WHERE metricidentkey='{xxxxxxxxxxx}' &lt;/P&gt;&lt;P&gt;AND YearNumber &amp;gt;='2011';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; STORE TempINTO [Temp.qvd] (qvd); // Temp.qvd will have all the data from year 2011&lt;/P&gt;&lt;P&gt;Noconcatenate&lt;/P&gt;&lt;P&gt;Table2:&lt;/P&gt;&lt;P&gt;load *&amp;nbsp; Resident Temp&lt;/P&gt;&lt;P&gt;where Date &amp;lt;= '09/28/2014';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;STORE Table2 INTO [Table2.qvd] (qvd);//Table2.qvd will have the data only from '09/28/2014'&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Jul 2015 08:27:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-store-table-into-QVD-file/m-p/877617#M995262</guid>
      <dc:creator>Siva_Sankar</dc:creator>
      <dc:date>2015-07-03T08:27:16Z</dc:date>
    </item>
    <item>
      <title>Re: how to store table into QVD file</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-store-table-into-QVD-file/m-p/877618#M995263</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;store [TableName] into Path .qvd&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ex&lt;/P&gt;&lt;P&gt;Store sales into D:\Sales.qvd&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Jul 2015 08:38:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-store-table-into-QVD-file/m-p/877618#M995263</guid>
      <dc:creator>stephenedberkg</dc:creator>
      <dc:date>2015-07-03T08:38:03Z</dc:date>
    </item>
  </channel>
</rss>

