<?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: How to load latest QVD in application in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-load-latest-QVD-in-application/m-p/1253932#M396480</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You are missing a NEXT statement, right?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If that's not the solution, what does the error message say?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 21 Mar 2017 16:42:05 GMT</pubDate>
    <dc:creator>swuehl</dc:creator>
    <dc:date>2017-03-21T16:42:05Z</dc:date>
    <item>
      <title>How to load latest QVD in application</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-load-latest-QVD-in-application/m-p/1253929#M396477</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;In a one folder i have a premium Qvd's Year wise like Premium_2000, Premium_2001, Premium_2013, Premium_2017...&lt;/P&gt;&lt;P&gt;Year starts from April To March. So current year is 2017.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;In a application i want to load latest QVD on the basis of Year automatically..i.e. without mentioning year at the end. Application will load QVD on the basis of current year...&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Please help to resolve the issue.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Thanks in Advance.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Mar 2017 15:55:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-load-latest-QVD-in-application/m-p/1253929#M396477</guid>
      <dc:creator>pra_kale</dc:creator>
      <dc:date>2017-03-21T15:55:39Z</dc:date>
    </item>
    <item>
      <title>Re: How to load latest QVD in application</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-load-latest-QVD-in-application/m-p/1253930#M396478</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You should be able to follow the same like shown in&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-8912"&gt;Load latest Excel file to Qlikview&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Mar 2017 15:57:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-load-latest-QVD-in-application/m-p/1253930#M396478</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2017-03-21T15:57:33Z</dc:date>
    </item>
    <item>
      <title>Re: How to load latest QVD in application</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-load-latest-QVD-in-application/m-p/1253931#M396479</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Stefan for your help..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have made below given changes but it is giving error...I think i am missing something. Can you please help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LET vFilePath = 'E:\Qlikview\A';&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;/P&gt;&lt;P&gt;FOR EACH file in FileList('$(vFilePath)\*.qvd');&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;LET vFileYear =&amp;nbsp; Left(Right(file,8),4);&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;LET vMaxYear = Rangemax(vFileYear,vMaxYear);&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;/P&gt;&lt;P&gt;Data:&amp;nbsp; &lt;/P&gt;&lt;P&gt;LOAD *&amp;nbsp; &lt;/P&gt;&lt;P&gt;FROM&amp;nbsp; &lt;/P&gt;&lt;P&gt;[$(vFilePath )\Premium_$(vMaxYear).qvd](qvd); &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Mar 2017 16:37:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-load-latest-QVD-in-application/m-p/1253931#M396479</guid>
      <dc:creator>pra_kale</dc:creator>
      <dc:date>2017-03-21T16:37:24Z</dc:date>
    </item>
    <item>
      <title>Re: How to load latest QVD in application</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-load-latest-QVD-in-application/m-p/1253932#M396480</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You are missing a NEXT statement, right?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If that's not the solution, what does the error message say?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Mar 2017 16:42:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-load-latest-QVD-in-application/m-p/1253932#M396480</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2017-03-21T16:42:05Z</dc:date>
    </item>
    <item>
      <title>Re: How to load latest QVD in application</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-load-latest-QVD-in-application/m-p/1253933#M396481</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You are right...i have missed Next statement..It is working now..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Great Thanks..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Mar 2017 17:18:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-load-latest-QVD-in-application/m-p/1253933#M396481</guid>
      <dc:creator>pra_kale</dc:creator>
      <dc:date>2017-03-21T17:18:55Z</dc:date>
    </item>
  </channel>
</rss>

