<?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 Loading excels when date matches in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Loading-excels-when-date-matches/m-p/23579#M775130</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;I have two variables vMaxDate and vMinDate which has Max and min dates respectively.&lt;/P&gt;&lt;P&gt;For this particular dates the excel files should dynamically load.&lt;/P&gt;&lt;P&gt;For the excel files date field needs to be taken from filepath.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help on this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2020-11-25T16:16:04Z</dc:date>
    <item>
      <title>Loading excels when date matches</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-excels-when-date-matches/m-p/23579#M775130</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;I have two variables vMaxDate and vMinDate which has Max and min dates respectively.&lt;/P&gt;&lt;P&gt;For this particular dates the excel files should dynamically load.&lt;/P&gt;&lt;P&gt;For the excel files date field needs to be taken from filepath.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help on this?&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/Loading-excels-when-date-matches/m-p/23579#M775130</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Loading excels when date matches</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-excels-when-date-matches/m-p/23580#M775131</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Seems, i am not clear. Where and what you want to update with dates from that variables?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 May 2018 04:41:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-excels-when-date-matches/m-p/23580#M775131</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2018-05-14T04:41:25Z</dc:date>
    </item>
    <item>
      <title>Re: Loading excels when date matches</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-excels-when-date-matches/m-p/23581#M775132</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You will need to fill in the blanks as you have not provided very much to go on, but this is the general pattern:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;For Each vFile in FileList('... &lt;/EM&gt;the file path and filelist mask&lt;EM&gt; ...')&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Let vDate = ... &lt;/EM&gt;parse date from vFile&lt;EM&gt; ...;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; If vDate &amp;gt;= vMinDate And vDate &amp;lt;= vMaxDate Then&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; LOAD ....;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; End If&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Next&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 May 2018 06:15:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-excels-when-date-matches/m-p/23581#M775132</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2018-05-14T06:15:20Z</dc:date>
    </item>
    <item>
      <title>Re: Loading excels when date matches</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-excels-when-date-matches/m-p/23582#M775133</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'am calculating min and max variables from qvd, only for those dates I want to load excel files from a folder.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 May 2018 06:17:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-excels-when-date-matches/m-p/23582#M775133</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-05-14T06:17:30Z</dc:date>
    </item>
    <item>
      <title>Re: Loading excels when date matches</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-excels-when-date-matches/m-p/23583#M775134</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This will load all excels for all dates but I need only for vMaxDate and vMinDate and not for in between dates&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 May 2018 07:10:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-excels-when-date-matches/m-p/23583#M775134</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-05-14T07:10:29Z</dc:date>
    </item>
    <item>
      <title>Re: Loading excels when date matches</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-excels-when-date-matches/m-p/23584#M775135</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;load&amp;nbsp; *,&lt;/P&gt;&lt;P&gt;from 'C/Filepath/*.qvd'&lt;/P&gt;&lt;P&gt;where Date&amp;gt;=Mindate and Date&amp;lt;=Maxdate;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 May 2018 08:05:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-excels-when-date-matches/m-p/23584#M775135</guid>
      <dc:creator>vishalarote</dc:creator>
      <dc:date>2018-05-14T08:05:31Z</dc:date>
    </item>
    <item>
      <title>Re: Loading excels when date matches</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-excels-when-date-matches/m-p/23585#M775136</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Aparna,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Once solution could be if you can populate the date on the file name, so qlikview can identify the file using the file name. Else you have to load all the files and then exclude the unwanted one based on the Date field inside the file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Br,&lt;/P&gt;&lt;P&gt;KC&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 May 2018 08:36:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-excels-when-date-matches/m-p/23585#M775136</guid>
      <dc:creator>jyothish8807</dc:creator>
      <dc:date>2018-05-14T08:36:34Z</dc:date>
    </item>
    <item>
      <title>Re: Loading excels when date matches</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-excels-when-date-matches/m-p/23586#M775137</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;gt;&amp;gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;This will load all excels for all dates but I need only for vMaxDate and vMinDate and not for in between dates&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: 13px;"&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: 13px;"&gt;Then just modify the If statement accordingly:&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: 13px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;EM&gt;If vDate = vMinDate Or vDate = vMaxDate Then&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 May 2018 08:53:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-excels-when-date-matches/m-p/23586#M775137</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2018-05-14T08:53:48Z</dc:date>
    </item>
  </channel>
</rss>

