<?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 Dyanamic load of excel files based on year from folder in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Dyanamic-load-of-excel-files-based-on-year-from-folder/m-p/1822982#M67505</link>
    <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;I need to load excel files dynamically from the folder based on year. The name of excel file ends with date (daily basis) and the below image is for reference.&lt;/P&gt;&lt;P&gt;In the folder I have files for 2020 as well, however I need to restrict the files ending with 2020 while loading. As the current year is 2021, I need to load only files ending with 2021.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="nakuldev_0-1626683162350.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/58787iBFDE356157D6ED8F/image-size/medium?v=v2&amp;amp;px=400" role="button" title="nakuldev_0-1626683162350.png" alt="nakuldev_0-1626683162350.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Thanks for the support in advance&lt;/P&gt;&lt;P&gt;Nakul&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 30 Nov 2021 18:17:33 GMT</pubDate>
    <dc:creator>nakuldev</dc:creator>
    <dc:date>2021-11-30T18:17:33Z</dc:date>
    <item>
      <title>Dyanamic load of excel files based on year from folder</title>
      <link>https://community.qlik.com/t5/App-Development/Dyanamic-load-of-excel-files-based-on-year-from-folder/m-p/1822982#M67505</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;I need to load excel files dynamically from the folder based on year. The name of excel file ends with date (daily basis) and the below image is for reference.&lt;/P&gt;&lt;P&gt;In the folder I have files for 2020 as well, however I need to restrict the files ending with 2020 while loading. As the current year is 2021, I need to load only files ending with 2021.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="nakuldev_0-1626683162350.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/58787iBFDE356157D6ED8F/image-size/medium?v=v2&amp;amp;px=400" role="button" title="nakuldev_0-1626683162350.png" alt="nakuldev_0-1626683162350.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Thanks for the support in advance&lt;/P&gt;&lt;P&gt;Nakul&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 30 Nov 2021 18:17:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Dyanamic-load-of-excel-files-based-on-year-from-folder/m-p/1822982#M67505</guid>
      <dc:creator>nakuldev</dc:creator>
      <dc:date>2021-11-30T18:17:33Z</dc:date>
    </item>
    <item>
      <title>Re: Dyanamic load of excel files based on year from folder</title>
      <link>https://community.qlik.com/t5/App-Development/Dyanamic-load-of-excel-files-based-on-year-from-folder/m-p/1823104#M67512</link>
      <description>&lt;P&gt;Hi, &lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/2389"&gt;@nakuldev&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can try&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;let folder = 'Your_path';&lt;/P&gt;&lt;P&gt;for each file in FileList('$(folder)/*.qvd')&lt;BR /&gt;let file_name = SubField('$(file)', '/', -1);&lt;BR /&gt;&lt;BR /&gt;if index('$(file_name)', '2021') &amp;gt; 0 then&lt;/P&gt;&lt;P&gt;LOAD&lt;BR /&gt;from $(file)&lt;BR /&gt;(qvd);&lt;BR /&gt;&lt;BR /&gt;End If;&lt;/P&gt;&lt;P&gt;next file;&lt;/P&gt;</description>
      <pubDate>Mon, 19 Jul 2021 14:27:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Dyanamic-load-of-excel-files-based-on-year-from-folder/m-p/1823104#M67512</guid>
      <dc:creator>ArinaRay</dc:creator>
      <dc:date>2021-07-19T14:27:07Z</dc:date>
    </item>
    <item>
      <title>Re: Dyanamic load of excel files based on year from folder</title>
      <link>https://community.qlik.com/t5/App-Development/Dyanamic-load-of-excel-files-based-on-year-from-folder/m-p/1823247#M67529</link>
      <description>&lt;P&gt;let vYear=Year(Today());&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Load * from [lib:/yourlibrary/Daily*$(vYear)*];&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 20 Jul 2021 08:13:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Dyanamic-load-of-excel-files-based-on-year-from-folder/m-p/1823247#M67529</guid>
      <dc:creator>menta</dc:creator>
      <dc:date>2021-07-20T08:13:26Z</dc:date>
    </item>
    <item>
      <title>Re: Dyanamic load of excel files based on year from folder</title>
      <link>https://community.qlik.com/t5/App-Development/Dyanamic-load-of-excel-files-based-on-year-from-folder/m-p/1823257#M67532</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/2389"&gt;@nakuldev&lt;/a&gt;&amp;nbsp; refer below&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/t5/Documents/Dynamically-Loading-Multiple-Excel-Files/ta-p/1479021" target="_blank"&gt;https://community.qlik.com/t5/Documents/Dynamically-Loading-Multiple-Excel-Files/ta-p/1479021&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 20 Jul 2021 09:27:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Dyanamic-load-of-excel-files-based-on-year-from-folder/m-p/1823257#M67532</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2021-07-20T09:27:52Z</dc:date>
    </item>
  </channel>
</rss>

