<?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: Datewise QVD in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Datewise-QVD/m-p/885540#M1014506</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Hi,&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;Try this :&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;load&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;QvdCreateTime(path\QvdName) as New,&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;from ...... ;&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;Nagarjuna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 10 Apr 2015 05:58:44 GMT</pubDate>
    <dc:creator>nagarjuna_kotha</dc:creator>
    <dc:date>2015-04-10T05:58:44Z</dc:date>
    <item>
      <title>Datewise QVD</title>
      <link>https://community.qlik.com/t5/QlikView/Datewise-QVD/m-p/885533#M1014499</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;&lt;/P&gt;&lt;P&gt;Is there any possibility, we can get previous date data ?&lt;/P&gt;&lt;P&gt;means suppose I created a qvd on 7th Apr but on 9th Apr can we check 7th Apr qvd data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(Date is not any field in my database)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think it can be possible if I save daily created qvds with different name.. and when we need previous date data we access that qvd.&lt;/P&gt;&lt;P&gt;it is just an idea which I think, Can it be done automatic?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All replies are valuable &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;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Apr 2015 12:27:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Datewise-QVD/m-p/885533#M1014499</guid>
      <dc:creator>tyagishaila</dc:creator>
      <dc:date>2015-04-09T12:27:24Z</dc:date>
    </item>
    <item>
      <title>Re: Datewise QVD</title>
      <link>https://community.qlik.com/t5/QlikView/Datewise-QVD/m-p/885534#M1014500</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do you have separate QVD files for each date?&lt;/P&gt;&lt;P&gt;If so you can use the QvdCreateTime() function in your load script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;load&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt; QvdCreateTime('C:\MyDir\MyFile.qvd') as Created,&lt;/P&gt;&lt;P&gt;.....&lt;/P&gt;&lt;P&gt;from 'C:\MyDir\MyFile.qvd' (qvd) ;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you add a date field in your data that you can include in the script that generates the QVD?&lt;/P&gt;&lt;P&gt;Can you reload the data for previous dates with a date field?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Apr 2015 12:40:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Datewise-QVD/m-p/885534#M1014500</guid>
      <dc:creator>Colin-Albert</dc:creator>
      <dc:date>2015-04-09T12:40:36Z</dc:date>
    </item>
    <item>
      <title>Re: Datewise QVD</title>
      <link>https://community.qlik.com/t5/QlikView/Datewise-QVD/m-p/885535#M1014501</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Colin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I dont have separate qvd files.&lt;/P&gt;&lt;P&gt;I have to save qvds daily with different names.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And I also can't add Date field in my database.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Apr 2015 12:58:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Datewise-QVD/m-p/885535#M1014501</guid>
      <dc:creator>tyagishaila</dc:creator>
      <dc:date>2015-04-09T12:58:46Z</dc:date>
    </item>
    <item>
      <title>Re: Datewise QVD</title>
      <link>https://community.qlik.com/t5/QlikView/Datewise-QVD/m-p/885536#M1014502</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Create a variable with the date and the name of your QVD you add the name of the variable, example: the name of your QVD&amp;nbsp; will&amp;nbsp; be &lt;/P&gt;&lt;P&gt; 09/ 04 / 2015_NameQVD.qvd&lt;/P&gt;&lt;P&gt;----------------------------------------------&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let vDate = date(today(),'DD/MM/YYYY'); // Create a variable&lt;/P&gt;&lt;P&gt;NameTable:&amp;nbsp; &lt;/P&gt;&lt;P&gt;Load &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; * &lt;/P&gt;&lt;P&gt;....&lt;/P&gt;&lt;P&gt;from NameTale&lt;/P&gt;&lt;P&gt;;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;STORE * FROM NameTable INTO&amp;nbsp; $(vDate)_NameQVD.QVD;&lt;/P&gt;&lt;P&gt;DROP TABLE [NameTable ];&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Apr 2015 17:42:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Datewise-QVD/m-p/885536#M1014502</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-04-09T17:42:25Z</dc:date>
    </item>
    <item>
      <title>Re: Datewise QVD</title>
      <link>https://community.qlik.com/t5/QlikView/Datewise-QVD/m-p/885537#M1014503</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;EM&gt;// yesterday&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;let date=date(Today()-1, 'YYYYMMDD');&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;table: &lt;/EM&gt;&lt;EM&gt;load rowno() as field autogenerate 100;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;STORE table into table_$(date).qvd (qvd);&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;DROP Table table;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;// today, read yesterday qvd &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;let date_1=date(Today()-1, 'YYYYMMDD');&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;table: &lt;/EM&gt;&lt;EM&gt;load * from table_$(date_1).qvd (qvd);&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Apr 2015 18:30:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Datewise-QVD/m-p/885537#M1014503</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2015-04-09T18:30:10Z</dc:date>
    </item>
    <item>
      <title>Re: Datewise QVD</title>
      <link>https://community.qlik.com/t5/QlikView/Datewise-QVD/m-p/885538#M1014504</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Santos,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I will create vDate variable with today() then this today() will change daily with today date.&lt;/P&gt;&lt;P&gt;I want daily create a new qvd. so that we can use previous qvd to analyse previous result any time.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Apr 2015 05:32:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Datewise-QVD/m-p/885538#M1014504</guid>
      <dc:creator>tyagishaila</dc:creator>
      <dc:date>2015-04-10T05:32:00Z</dc:date>
    </item>
    <item>
      <title>Re: Datewise QVD</title>
      <link>https://community.qlik.com/t5/QlikView/Datewise-QVD/m-p/885539#M1014505</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;Check this script for saving and reading data&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;// To save todays data to QVD&lt;/P&gt;&lt;P&gt;LET vToday = Date(Today(), 'YYYYMMDD');&lt;/P&gt;&lt;P&gt;Data: &lt;/P&gt;&lt;P&gt;Load &lt;/P&gt;&lt;P&gt;*&lt;/P&gt;&lt;P&gt;FROM DataSource;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;STORE Data Into Data_$(vToday).qvd(qvd);&lt;/P&gt;&lt;P&gt;DROP Table table;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;// To read yesterdays data&lt;/P&gt;&lt;P&gt;LET vYesterday = Date(Today() - 1, 'YYYYMMDD');&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Data: &lt;/P&gt;&lt;P&gt;Load * &lt;/P&gt;&lt;P&gt;FROM Data_$(vYesterday).qvd (qvd);&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, 10 Apr 2015 05:52:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Datewise-QVD/m-p/885539#M1014505</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2015-04-10T05:52:24Z</dc:date>
    </item>
    <item>
      <title>Re: Datewise QVD</title>
      <link>https://community.qlik.com/t5/QlikView/Datewise-QVD/m-p/885540#M1014506</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Hi,&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;Try this :&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;load&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;QvdCreateTime(path\QvdName) as New,&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;from ...... ;&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;Nagarjuna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Apr 2015 05:58:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Datewise-QVD/m-p/885540#M1014506</guid>
      <dc:creator>nagarjuna_kotha</dc:creator>
      <dc:date>2015-04-10T05:58:44Z</dc:date>
    </item>
    <item>
      <title>Re: Datewise QVD</title>
      <link>https://community.qlik.com/t5/QlikView/Datewise-QVD/m-p/885541#M1014507</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is it right every time it runs used the current date, if it runs at different times of day you can add time&amp;nbsp; for&amp;nbsp; distinguish from one another.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let vDate =date( now() , 'DD/MM/YYYY hh:mm:ss'); // Create a variable&lt;/P&gt;&lt;P&gt;NameTable: &lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; *&lt;/P&gt;&lt;P&gt;....&lt;/P&gt;&lt;P&gt;from NameTale&lt;/P&gt;&lt;P&gt;;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;STORE * FROM NameTable INTO&amp;nbsp; $(vDate)_NameQVD.QVD;&lt;/P&gt;&lt;P&gt;DROP TABLE [NameTable ];&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Apr 2015 14:27:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Datewise-QVD/m-p/885541#M1014507</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-04-10T14:27:47Z</dc:date>
    </item>
  </channel>
</rss>

