<?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: Daily Qvd's in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Daily-Qvd-s/m-p/1063184#M919729</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mahesh ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What you are asking incremental load ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or you want how many records are created newly today/update today?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.resultdata.com/three-types-of-qlikview-incremental-loads/" title="https://www.resultdata.com/three-types-of-qlikview-incremental-loads/"&gt;https://www.resultdata.com/three-types-of-qlikview-incremental-loads/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.learnallbi.com/incremental-load-in-qlikview-part2/" title="http://www.learnallbi.com/incremental-load-in-qlikview-part2/"&gt;Incremental Load in QlikView – Part2 – Learn QlikView&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 03 May 2016 12:51:52 GMT</pubDate>
    <dc:creator>ramasaisaksoft</dc:creator>
    <dc:date>2016-05-03T12:51:52Z</dc:date>
    <item>
      <title>Daily Qvd's</title>
      <link>https://community.qlik.com/t5/QlikView/Daily-Qvd-s/m-p/1063182#M919727</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to create Daily Qvd's? and how to generate&amp;nbsp; qvd&amp;nbsp; daily base contentiously?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Daily-Qvd-s/m-p/1063182#M919727</guid>
      <dc:creator>qlikview979</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Daily Qvd's</title>
      <link>https://community.qlik.com/t5/QlikView/Daily-Qvd-s/m-p/1063183#M919728</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Each day load only the records of the last day and store the resulting table in a new qvd file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DailyRecords:&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Field1,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Field2,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ...etc&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; MyDate&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; MySourceTable&lt;/P&gt;&lt;P&gt;WHERE&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; MyDate = num(Today()-1)&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;LET vQVDName = 'DailyRecords' &amp;amp; Date(Today()-1,'YYYY-MM-DD')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;STORE DailyRecords into $(vQVDName).qvd (qvd);&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 May 2016 12:27:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Daily-Qvd-s/m-p/1063183#M919728</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2016-05-03T12:27:25Z</dc:date>
    </item>
    <item>
      <title>Re: Daily Qvd's</title>
      <link>https://community.qlik.com/t5/QlikView/Daily-Qvd-s/m-p/1063184#M919729</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mahesh ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What you are asking incremental load ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or you want how many records are created newly today/update today?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.resultdata.com/three-types-of-qlikview-incremental-loads/" title="https://www.resultdata.com/three-types-of-qlikview-incremental-loads/"&gt;https://www.resultdata.com/three-types-of-qlikview-incremental-loads/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.learnallbi.com/incremental-load-in-qlikview-part2/" title="http://www.learnallbi.com/incremental-load-in-qlikview-part2/"&gt;Incremental Load in QlikView – Part2 – Learn QlikView&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 May 2016 12:51:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Daily-Qvd-s/m-p/1063184#M919729</guid>
      <dc:creator>ramasaisaksoft</dc:creator>
      <dc:date>2016-05-03T12:51:52Z</dc:date>
    </item>
    <item>
      <title>Re: Daily Qvd's</title>
      <link>https://community.qlik.com/t5/QlikView/Daily-Qvd-s/m-p/1063185#M919730</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gysbert Wassenaar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;where condition is not working and &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You should change the Store command also &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f2f2f2;"&gt;STORE "TABLE" DailyRecords into $(vQVDName).qvd (qvd);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f2f2f2;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f2f2f2;"&gt;after Store "TABLE" is not required.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 May 2016 16:58:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Daily-Qvd-s/m-p/1063185#M919730</guid>
      <dc:creator>qlikview979</dc:creator>
      <dc:date>2016-05-03T16:58:06Z</dc:date>
    </item>
    <item>
      <title>Re: Daily Qvd's</title>
      <link>https://community.qlik.com/t5/QlikView/Daily-Qvd-s/m-p/1063186#M919731</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sai,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I Want to Generate Daily Qvd's Continuously?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 May 2016 17:00:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Daily-Qvd-s/m-p/1063186#M919731</guid>
      <dc:creator>qlikview979</dc:creator>
      <dc:date>2016-05-03T17:00:17Z</dc:date>
    </item>
    <item>
      <title>Re: Daily Qvd's</title>
      <link>https://community.qlik.com/t5/QlikView/Daily-Qvd-s/m-p/1063187#M919732</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want&amp;nbsp; daily Qvd's&amp;nbsp; on daily date base like this&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;01/05/2016&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;02/05/2016&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;03/05/2016&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;03/05/2016&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;04/05/2016&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;05/05/2016&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;-&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;-&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;-&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;-&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;-&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;01/06/2016&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;-&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;-&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;-&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;-&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;etc.....&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 May 2016 17:39:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Daily-Qvd-s/m-p/1063187#M919732</guid>
      <dc:creator>qlikview979</dc:creator>
      <dc:date>2016-05-03T17:39:19Z</dc:date>
    </item>
    <item>
      <title>Re: Daily Qvd's</title>
      <link>https://community.qlik.com/t5/QlikView/Daily-Qvd-s/m-p/1063188#M919733</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you looking for something like below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DailyRecords:&lt;/P&gt;&lt;P&gt;LOAD * inline [&lt;/P&gt;&lt;P&gt;Field1,Field2,Field3&lt;/P&gt;&lt;P&gt;A,F10,100&lt;/P&gt;&lt;P&gt;B,S20,200&lt;/P&gt;&lt;P&gt;C,T30,300&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;LET vQVDName = 'DailyRecords' &amp;amp; Date(Today(),'YYYY-MM-DD');&lt;/P&gt;&lt;P&gt;STORE&amp;nbsp; DailyRecords into $(vQVDName).qvd (qvd);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The above script will create a .qvd file with a filename as "&lt;STRONG&gt;DailyRecords2016-05-03.qvd&lt;/STRONG&gt;"&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 May 2016 17:51:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Daily-Qvd-s/m-p/1063188#M919733</guid>
      <dc:creator>trdandamudi</dc:creator>
      <dc:date>2016-05-03T17:51:29Z</dc:date>
    </item>
    <item>
      <title>Re: Daily Qvd's</title>
      <link>https://community.qlik.com/t5/QlikView/Daily-Qvd-s/m-p/1063189#M919734</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;I want&amp;nbsp; daily Qvd's&amp;nbsp; on daily date base like this &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;01/05/2016&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;02/05/2016&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;03/05/2016&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;03/05/2016&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;04/05/2016&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;05/05/2016&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;-&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;-&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;-&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;-&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;-&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;01/06/2016&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;-&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;-&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;-&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;-&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;etc.....&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 May 2016 17:51:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Daily-Qvd-s/m-p/1063189#M919734</guid>
      <dc:creator>qlikview979</dc:creator>
      <dc:date>2016-05-03T17:51:48Z</dc:date>
    </item>
    <item>
      <title>Re: Daily Qvd's</title>
      <link>https://community.qlik.com/t5/QlikView/Daily-Qvd-s/m-p/1063190#M919735</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Or may be like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DailyRecords:&lt;/P&gt;&lt;P&gt;LOAD * inline [&lt;/P&gt;&lt;P&gt;Field1,Field2,Field3&lt;/P&gt;&lt;P&gt;A,F10,100&lt;/P&gt;&lt;P&gt;B,S20,200&lt;/P&gt;&lt;P&gt;C,T30,300&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;LET vQVDName = Date(Today(),'DD-MM-YYYY');&lt;/P&gt;&lt;P&gt;STORE&amp;nbsp; DailyRecords into $(vQVDName).qvd (qvd);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The above script will create a .qvd file with filename as "&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;03-05-2016.qvd&lt;/STRONG&gt;".&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 May 2016 17:57:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Daily-Qvd-s/m-p/1063190#M919735</guid>
      <dc:creator>trdandamudi</dc:creator>
      <dc:date>2016-05-03T17:57:43Z</dc:date>
    </item>
    <item>
      <title>Re: Daily Qvd's</title>
      <link>https://community.qlik.com/t5/QlikView/Daily-Qvd-s/m-p/1063191#M919736</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Thirumala,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;today date is 4/5/2016&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i am not getting&amp;nbsp; 4/5/2016.qvd;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please check once . if i go to next day i want current date qvd.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Mahesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 May 2016 18:37:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Daily-Qvd-s/m-p/1063191#M919736</guid>
      <dc:creator>qlikview979</dc:creator>
      <dc:date>2016-05-03T18:37:02Z</dc:date>
    </item>
    <item>
      <title>Re: Daily Qvd's</title>
      <link>https://community.qlik.com/t5/QlikView/Daily-Qvd-s/m-p/1063192#M919737</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;I am in US that is the reason you see the date as 3-5-2016. No issue I changed the code below and now you will see it as 04-05-2016.qvd.&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;DailyRecords:&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;LOAD * inline [&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Field1,Field2,Field3&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;A,F10,100&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;B,S20,200&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;C,T30,300&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;LET vQVDName = Date(Today() &lt;STRONG&gt;+ 1&lt;/STRONG&gt;,'DD-MM-YYYY');&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;STORE&amp;nbsp; DailyRecords into $(vQVDName).qvd (qvd);&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 May 2016 18:53:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Daily-Qvd-s/m-p/1063192#M919737</guid>
      <dc:creator>trdandamudi</dc:creator>
      <dc:date>2016-05-03T18:53:09Z</dc:date>
    </item>
    <item>
      <title>Re: Daily Qvd's</title>
      <link>https://community.qlik.com/t5/QlikView/Daily-Qvd-s/m-p/1063193#M919738</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Thirumala,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if i&amp;nbsp; go for reload tomorrow can i get tomorrow qvd ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 May 2016 05:22:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Daily-Qvd-s/m-p/1063193#M919738</guid>
      <dc:creator>qlikview979</dc:creator>
      <dc:date>2016-05-04T05:22:01Z</dc:date>
    </item>
    <item>
      <title>Re: Daily Qvd's</title>
      <link>https://community.qlik.com/t5/QlikView/Daily-Qvd-s/m-p/1063194#M919739</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="line-height: 1.5em;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;I have&amp;nbsp; source1 folder Three Qvds&amp;nbsp; names like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;2016_01_01.qvd&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;2016_01_02.qvd&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;2016_01_03.qvd&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;qvd creation time is 11:10:10 AM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;and&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;source2 folder Three Qvds names like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;2016_01_01.qvd&lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;2016_01_04.qvd&lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;2016_01_05.qvd&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Qvd creation time is &lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;11:15:15 AM&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;then i have loaded all qvd's into qlikview .Check here&amp;nbsp; &lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;2016_01_01.qvd name having 2 qvd's&amp;nbsp; ..&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;coming to my requirement&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;i need latest with same&amp;nbsp; name 2&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;016_01_01.qvd&amp;nbsp; from source2&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Output:&amp;nbsp; i want &lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;2016_01_01.qvd&amp;nbsp;&amp;nbsp; from source2 because this is the latest qvd based on timestamp.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 May 2016 05:25:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Daily-Qvd-s/m-p/1063194#M919739</guid>
      <dc:creator>qlikview979</dc:creator>
      <dc:date>2016-05-04T05:25:32Z</dc:date>
    </item>
    <item>
      <title>Re: Daily Qvd's</title>
      <link>https://community.qlik.com/t5/QlikView/Daily-Qvd-s/m-p/1063195#M919740</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;see this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-8923"&gt;Creating Daywise QVDs&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 May 2016 05:58:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Daily-Qvd-s/m-p/1063195#M919740</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2016-05-04T05:58:06Z</dc:date>
    </item>
    <item>
      <title>Re: Daily Qvd's</title>
      <link>https://community.qlik.com/t5/QlikView/Daily-Qvd-s/m-p/1063196#M919741</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.qlikview.com/thread/16085" title="https://community.qlikview.com/thread/16085"&gt;QVDs creation? | Qlik Community&lt;/A&gt;&lt;/P&gt;&lt;P&gt;it is use full to you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 May 2016 08:58:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Daily-Qvd-s/m-p/1063196#M919741</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-05-04T08:58:29Z</dc:date>
    </item>
  </channel>
</rss>

