<?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 Excel files from multiple Folders in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Load-Excel-files-from-multiple-Folders/m-p/1894159#M73748</link>
    <description>&lt;P&gt;I haven't time at the moment to give a fully solution, but may this keywords will help you found the solution on your own.&lt;BR /&gt;Make a variable (vMonthnames) with all possible month folder names devieded by ',' so you can iterate over then.&lt;BR /&gt;Make a nother variable vor the month length. vMonthlenght = 31,28,31,30,...;&lt;BR /&gt;using a for &lt;A href="https://help.qlik.com/de-DE/qlikview/May2021/Subsystems/Client/Content/QV_QlikView/Scripting/ScriptControlStatements/For.htm" target="_blank" rel="noopener"&gt;Loop&lt;/A&gt; (vLoopCounter =1) to (Substringcount($(vMonthnames),',')+1)&lt;BR /&gt;within this loop start another loop for vInnerLoopCounter=&amp;nbsp; 1 to subfield(vMonthlenght, ',', vLoopCounter)&lt;BR /&gt;your Load statement ... &lt;BR /&gt;from ".../$(=Subfield(vMonthnames,',',vLoopCounter))/yourexcelforDay_$(vInnerLoopCounter).xlsx"&lt;/P&gt;</description>
    <pubDate>Thu, 17 Feb 2022 08:47:32 GMT</pubDate>
    <dc:creator>chris_djih</dc:creator>
    <dc:date>2022-02-17T08:47:32Z</dc:date>
    <item>
      <title>Load Excel files from multiple Folders</title>
      <link>https://community.qlik.com/t5/App-Development/Load-Excel-files-from-multiple-Folders/m-p/1893949#M73734</link>
      <description>&lt;P&gt;Dears,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have a Folder which contains subfolders for each month and inside this sub folder, i have excel files for each day. I need to load all the months excel file into one table and save it into QVD in QlikSense. I tried different articles but not able to achieve it.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;the Sub folder names are Jan 21, Feb 21 etc and inside the subfolder i have xlsx files one for each day. all the excels have same number of columns and sheet names are same in all the excel files.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Amith&lt;/P&gt;</description>
      <pubDate>Wed, 16 Feb 2022 19:25:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Load-Excel-files-from-multiple-Folders/m-p/1893949#M73734</guid>
      <dc:creator>amithmurali</dc:creator>
      <dc:date>2022-02-16T19:25:49Z</dc:date>
    </item>
    <item>
      <title>Re: Load Excel files from multiple Folders</title>
      <link>https://community.qlik.com/t5/App-Development/Load-Excel-files-from-multiple-Folders/m-p/1894159#M73748</link>
      <description>&lt;P&gt;I haven't time at the moment to give a fully solution, but may this keywords will help you found the solution on your own.&lt;BR /&gt;Make a variable (vMonthnames) with all possible month folder names devieded by ',' so you can iterate over then.&lt;BR /&gt;Make a nother variable vor the month length. vMonthlenght = 31,28,31,30,...;&lt;BR /&gt;using a for &lt;A href="https://help.qlik.com/de-DE/qlikview/May2021/Subsystems/Client/Content/QV_QlikView/Scripting/ScriptControlStatements/For.htm" target="_blank" rel="noopener"&gt;Loop&lt;/A&gt; (vLoopCounter =1) to (Substringcount($(vMonthnames),',')+1)&lt;BR /&gt;within this loop start another loop for vInnerLoopCounter=&amp;nbsp; 1 to subfield(vMonthlenght, ',', vLoopCounter)&lt;BR /&gt;your Load statement ... &lt;BR /&gt;from ".../$(=Subfield(vMonthnames,',',vLoopCounter))/yourexcelforDay_$(vInnerLoopCounter).xlsx"&lt;/P&gt;</description>
      <pubDate>Thu, 17 Feb 2022 08:47:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Load-Excel-files-from-multiple-Folders/m-p/1894159#M73748</guid>
      <dc:creator>chris_djih</dc:creator>
      <dc:date>2022-02-17T08:47:32Z</dc:date>
    </item>
  </channel>
</rss>

