<?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: Load QVDs into QlikView based on last modified date in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Load-QVDs-into-QlikView-based-on-last-modified-date/m-p/1332902#M411579</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-9531"&gt;Incremental Load in Qlikview - Sources&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 19 Jul 2017 09:46:02 GMT</pubDate>
    <dc:creator>Siva_Sankar</dc:creator>
    <dc:date>2017-07-19T09:46:02Z</dc:date>
    <item>
      <title>Load QVDs into QlikView based on last modified date</title>
      <link>https://community.qlik.com/t5/QlikView/Load-QVDs-into-QlikView-based-on-last-modified-date/m-p/1332900#M411577</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have monthly QVDs from 2016 to till date.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Data is stored into QVD based on Month. So I have 19 monthly wise QVDs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am showing the data from 2016 till date on the QlikView Application So I am loading the data from QVDs using * to load all the QVDs into QV.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Only current month and previous months QVDs only will be refreshed everyday.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In this case I don't have to load the data from all the historical QVDs into QV Dashboard everyday. But I should show the data from 2016 till date on the QV Application.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Only current and previous months QVD should load. So I can reduce the reload time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone suggest me how to achieve this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Nisha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Jul 2017 09:10:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-QVDs-into-QlikView-based-on-last-modified-date/m-p/1332900#M411577</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-07-19T09:10:32Z</dc:date>
    </item>
    <item>
      <title>Re: Load QVDs into QlikView based on last modified date</title>
      <link>https://community.qlik.com/t5/QlikView/Load-QVDs-into-QlikView-based-on-last-modified-date/m-p/1332901#M411578</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You may try with &lt;A href="http://help.qlik.com/en-US/qlikview/12.1/Subsystems/Client/Content/Partial%20Reload.htm" title="http://help.qlik.com/en-US/qlikview/12.1/Subsystems/Client/Content/Partial%20Reload.htm"&gt;Partial Reload ‒ QlikView&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Jul 2017 09:29:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-QVDs-into-QlikView-based-on-last-modified-date/m-p/1332901#M411578</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2017-07-19T09:29:11Z</dc:date>
    </item>
    <item>
      <title>Re: Load QVDs into QlikView based on last modified date</title>
      <link>https://community.qlik.com/t5/QlikView/Load-QVDs-into-QlikView-based-on-last-modified-date/m-p/1332902#M411579</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-9531"&gt;Incremental Load in Qlikview - Sources&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Jul 2017 09:46:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-QVDs-into-QlikView-based-on-last-modified-date/m-p/1332902#M411579</guid>
      <dc:creator>Siva_Sankar</dc:creator>
      <dc:date>2017-07-19T09:46:02Z</dc:date>
    </item>
    <item>
      <title>Re: Load QVDs into QlikView based on last modified date</title>
      <link>https://community.qlik.com/t5/QlikView/Load-QVDs-into-QlikView-based-on-last-modified-date/m-p/1332903#M411580</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this script&lt;/P&gt;&lt;P&gt;for each File in filelist ('C:\My Documents\Test\*.TXT')&lt;/P&gt;&lt;P&gt;Folder:&lt;/P&gt;&lt;P&gt;Load '$(File)' as Name,&lt;/P&gt;&lt;P&gt;FileTime( '$(File)' ) as FileTime,&lt;/P&gt;&lt;P&gt;Filename() as Source&lt;/P&gt;&lt;P&gt;autogenerate 1;&lt;/P&gt;&lt;P&gt;next File&lt;/P&gt;&lt;P&gt;LatestFile:&lt;/P&gt;&lt;P&gt;first 2&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;Name,&lt;/P&gt;&lt;P&gt;FileTime,&lt;/P&gt;&lt;P&gt;1 as dummy&lt;/P&gt;&lt;P&gt;Resident Folder&lt;/P&gt;&lt;P&gt;Order By FileTime DESC;&lt;/P&gt;&lt;P&gt;drop table Folder;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Source : &lt;A href="https://community.qlik.com/thread/3879"&gt;Load the latest file of a folder&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;//Code Modified to pick the latest two files from the folder//&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Jul 2017 10:31:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-QVDs-into-QlikView-based-on-last-modified-date/m-p/1332903#M411580</guid>
      <dc:creator>techvarun</dc:creator>
      <dc:date>2017-07-19T10:31:26Z</dc:date>
    </item>
  </channel>
</rss>

