<?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: Loading into multiple QVD files based on time in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Loading-into-multiple-QVD-files-based-on-time/m-p/540458#M1146291</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Something like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LET vDate = date(today(), 'DD/MM/YYYY') &lt;/P&gt;&lt;P&gt;// adjust the date format to what your sql database expects&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LET vFilename = 'file' &amp;amp; date(today(),'D_M_YYYY') &amp;amp; '.qvd'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TableTodaysData:&lt;/P&gt;&lt;P&gt;SQL SELECT * FROM sometable&lt;/P&gt;&lt;P&gt;WHERE MyDateField = '$(vDate)';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;STORE TableTodaysData into $(vFilename);&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 30 Jul 2013 16:09:49 GMT</pubDate>
    <dc:creator>Gysbert_Wassenaar</dc:creator>
    <dc:date>2013-07-30T16:09:49Z</dc:date>
    <item>
      <title>Loading into multiple QVD files based on time</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-into-multiple-QVD-files-based-on-time/m-p/540457#M1146290</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;i am dealing with around 400000 rows of data per day. I is stored as SQL tables in the server. And i want to store the data in qvd files.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any way i can use the Reload function to put these data into different qvd files each one for a particular day. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want qlikview to automatically load the particular data into the respective file, using something like incremental load to take the data only for that particular day.&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;file_30_7_2013.qvd&lt;/P&gt;&lt;P&gt;file_31_7_2013.qvd and so on.....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Jul 2013 14:57:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-into-multiple-QVD-files-based-on-time/m-p/540457#M1146290</guid>
      <dc:creator />
      <dc:date>2013-07-30T14:57:46Z</dc:date>
    </item>
    <item>
      <title>Re: Loading into multiple QVD files based on time</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-into-multiple-QVD-files-based-on-time/m-p/540458#M1146291</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Something like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LET vDate = date(today(), 'DD/MM/YYYY') &lt;/P&gt;&lt;P&gt;// adjust the date format to what your sql database expects&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LET vFilename = 'file' &amp;amp; date(today(),'D_M_YYYY') &amp;amp; '.qvd'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TableTodaysData:&lt;/P&gt;&lt;P&gt;SQL SELECT * FROM sometable&lt;/P&gt;&lt;P&gt;WHERE MyDateField = '$(vDate)';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;STORE TableTodaysData into $(vFilename);&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Jul 2013 16:09:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-into-multiple-QVD-files-based-on-time/m-p/540458#M1146291</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2013-07-30T16:09:49Z</dc:date>
    </item>
    <item>
      <title>Re: Loading into multiple QVD files based on time</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-into-multiple-QVD-files-based-on-time/m-p/540459#M1146292</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a lot,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i also have one more problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have this mysql sheet that contains some historical data.&lt;/P&gt;&lt;P&gt;One of its fields is 'cdate'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to store this entire data into qvd files in a datewise manner.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is there any way in which the variable can refer to the 'cdate' and create qvd files accordingly??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Jul 2013 16:26:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-into-multiple-QVD-files-based-on-time/m-p/540459#M1146292</guid>
      <dc:creator />
      <dc:date>2013-07-30T16:26:19Z</dc:date>
    </item>
  </channel>
</rss>

