<?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: QVD Date Range in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/QVD-Date-Range/m-p/517953#M193401</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Varun,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope you are trying to use an incremental load. The idea over here is&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. To have a QVD with all the data till last reload i.e. Data till last reload date &amp;amp; Time.&lt;/P&gt;&lt;P&gt;2. First reload all the data till LastReloadDateTime from QVD.&lt;/P&gt;&lt;P&gt;3. Now to Extract new data from database server using Modified Date &amp;gt; LastReloadDateTime and &amp;lt;CurrentDateTime.&lt;/P&gt;&lt;P&gt;4. Now store the LastReloadTime =CurrentDateTime for the next Reload.&lt;/P&gt;&lt;P&gt;5. Now store the QVD with all the data till last reload and the new data extracted from the database Server.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope you not reloading the Old Data from the QVD. Please check in your reload schedule for step 2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 13 Sep 2013 08:53:11 GMT</pubDate>
    <dc:creator>amars</dc:creator>
    <dc:date>2013-09-13T08:53:11Z</dc:date>
    <item>
      <title>QVD Date Range</title>
      <link>https://community.qlik.com/t5/QlikView/QVD-Date-Range/m-p/517950#M193398</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;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; I have a qvd with 13 lakh records and am using &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;'ModDate &amp;gt;= '$(VDate1)' and&amp;nbsp; ModDate &amp;lt;= '$(VDate2)' ' this condition to fetch records. but once the qvd is reloaded its holding the records only in between the two dates and my next reload am only able to fetch the data between these dates.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;for that each and every time i need to comment the condition reload the entire qvd and doing the range selection. any solution for this issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Sep 2013 07:35:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QVD-Date-Range/m-p/517950#M193398</guid>
      <dc:creator>techvarun</dc:creator>
      <dc:date>2013-09-13T07:35:22Z</dc:date>
    </item>
    <item>
      <title>Re: QVD Date Range</title>
      <link>https://community.qlik.com/t5/QlikView/QVD-Date-Range/m-p/517951#M193399</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Does your script contain a STORE statement somewhere after your LOAD, that overwrites the QVD? If I understand you correctly, it looks like you write back your selection of records, only to discover later on that all records that don't match this condition have disappeared from the QVD. Or am I wrong?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Sep 2013 08:23:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QVD-Date-Range/m-p/517951#M193399</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2013-09-13T08:23:47Z</dc:date>
    </item>
    <item>
      <title>Re: QVD Date Range</title>
      <link>https://community.qlik.com/t5/QlikView/QVD-Date-Range/m-p/517952#M193400</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;Like Peter I'm not entirely sure of the issue.&amp;nbsp; Although, from my understanding, it sounds like you are overwriting your qvd with the subset of data in your date range.&amp;nbsp; To add this new data to your qvd, simply load the subset of data between the dates required, then perform a concatenate load of the old version of the qvd.&amp;nbsp; THis will combine the datasets before you then save them over the original qvd resulting in no loss of data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Alternatively, save the individual qvds with the date variable as part of the name all in one sub-folder.&amp;nbsp; Then perform another load that concatenates all these individual qvds into one consolidated qvd.&amp;nbsp; I use this method myself in case of any failures/corruption - which has never happened but at least I feel the process is robust.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this helps and I haven't got hold of the wrong end of the stick.&amp;nbsp; Let me know if this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Steve&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Sep 2013 08:47:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QVD-Date-Range/m-p/517952#M193400</guid>
      <dc:creator />
      <dc:date>2013-09-13T08:47:18Z</dc:date>
    </item>
    <item>
      <title>Re: QVD Date Range</title>
      <link>https://community.qlik.com/t5/QlikView/QVD-Date-Range/m-p/517953#M193401</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Varun,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope you are trying to use an incremental load. The idea over here is&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. To have a QVD with all the data till last reload i.e. Data till last reload date &amp;amp; Time.&lt;/P&gt;&lt;P&gt;2. First reload all the data till LastReloadDateTime from QVD.&lt;/P&gt;&lt;P&gt;3. Now to Extract new data from database server using Modified Date &amp;gt; LastReloadDateTime and &amp;lt;CurrentDateTime.&lt;/P&gt;&lt;P&gt;4. Now store the LastReloadTime =CurrentDateTime for the next Reload.&lt;/P&gt;&lt;P&gt;5. Now store the QVD with all the data till last reload and the new data extracted from the database Server.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope you not reloading the Old Data from the QVD. Please check in your reload schedule for step 2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Sep 2013 08:53:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QVD-Date-Range/m-p/517953#M193401</guid>
      <dc:creator>amars</dc:creator>
      <dc:date>2013-09-13T08:53:11Z</dc:date>
    </item>
    <item>
      <title>Re: QVD Date Range</title>
      <link>https://community.qlik.com/t5/QlikView/QVD-Date-Range/m-p/517954#M193402</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;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; I have 2 datepickers named fromdate and todate and and a button with action reload.&lt;BR /&gt;when i select fromdate and todate and click the button it will fetch the value between the dates i have selected based on this "&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;'&lt;STRONG&gt;ModDate &amp;gt;= '$(VDate1)' and&amp;nbsp; ModDate &amp;lt;= '$(VDate2)&lt;/STRONG&gt;&lt;/SPAN&gt;"condition.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for example my fromdate is 22 Aug 2013 and todate is 28 Aug 2013 it is fetching the values perfectly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now the problem is when i try to fetch the values between any other dates out of the range between&amp;nbsp; 22 Aug 2013 and&amp;nbsp; 28 august 2013. it returns an empty set &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;means when i try to fetch values between 22 Aug 2013 and 24 Aug 2013 its running perfect and same condition for fromdate 20 Aug 2013 and todate 21 Aug 2013 returns an empty set&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Sep 2013 09:24:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QVD-Date-Range/m-p/517954#M193402</guid>
      <dc:creator>techvarun</dc:creator>
      <dc:date>2013-09-13T09:24:21Z</dc:date>
    </item>
    <item>
      <title>Re: QVD Date Range</title>
      <link>https://community.qlik.com/t5/QlikView/QVD-Date-Range/m-p/517955#M193403</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just some more questions to get into the heart of your issue:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;The button you mention really does a reload of the QVD via your load script? Or does it force a selection in the ModDate field in the UI so that a different filter is applied to your tables?&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;You're sure the&amp;nbsp; QVD contains data for aug 20 and aug 21?&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Sep 2013 09:46:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QVD-Date-Range/m-p/517955#M193403</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2013-09-13T09:46:15Z</dc:date>
    </item>
    <item>
      <title>Re: QVD Date Range</title>
      <link>https://community.qlik.com/t5/QlikView/QVD-Date-Range/m-p/517956#M193404</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you share the file?&amp;nbsp; It would be good to see to help unpick.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As a long shot, you're button is not reducing the data is it?&amp;nbsp; As this drops the data from memory, therefore a new exclusive selection would mean the data has already gone.&amp;nbsp; It's something that I've seen before and initially had me scratching my head.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Sep 2013 10:19:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QVD-Date-Range/m-p/517956#M193404</guid>
      <dc:creator />
      <dc:date>2013-09-13T10:19:32Z</dc:date>
    </item>
  </channel>
</rss>

