<?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: I want to load all folders in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/I-want-to-load-all-folders/m-p/2086570#M89096</link>
    <description>&lt;P&gt;If the folder keeps adding new folders what to do&lt;/P&gt;</description>
    <pubDate>Thu, 22 Jun 2023 04:09:02 GMT</pubDate>
    <dc:creator>Sxbbb</dc:creator>
    <dc:date>2023-06-22T04:09:02Z</dc:date>
    <item>
      <title>I want to load all folders</title>
      <link>https://community.qlik.com/t5/App-Development/I-want-to-load-all-folders/m-p/2086560#M89094</link>
      <description>&lt;P&gt;I want to load all folders.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Sxbbb_2-1687403959443.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/110719iA122B2128D3EF74D/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Sxbbb_2-1687403959443.png" alt="Sxbbb_2-1687403959443.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Inside the folder is an excel file.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Sxbbb_1-1687403841467.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/110718iE4DAE84565FA2D93/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Sxbbb_1-1687403841467.png" alt="Sxbbb_1-1687403841467.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;I tried the code but Error&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Sxbbb_3-1687403998722.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/110720i7552DF05B97B9615/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Sxbbb_3-1687403998722.png" alt="Sxbbb_3-1687403998722.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;I want to load all folders&lt;/P&gt;</description>
      <pubDate>Fri, 15 Nov 2024 21:39:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/I-want-to-load-all-folders/m-p/2086560#M89094</guid>
      <dc:creator>Sxbbb</dc:creator>
      <dc:date>2024-11-15T21:39:16Z</dc:date>
    </item>
    <item>
      <title>Re: I want to load all folders</title>
      <link>https://community.qlik.com/t5/App-Development/I-want-to-load-all-folders/m-p/2086567#M89095</link>
      <description>&lt;P&gt;You'll want to a loop&amp;nbsp;&lt;/P&gt;
&lt;P&gt;for each dir in dirlist('xyz')&lt;/P&gt;
&lt;P&gt;as shown here&amp;nbsp;&lt;A href="https://help.qlik.com/en-US/sense/May2023/Subsystems/Hub/Content/Sense_Hub/Scripting/ScriptControlStatements/For%20Each.htm" target="_blank"&gt;https://help.qlik.com/en-US/sense/May2023/Subsystems/Hub/Content/Sense_Hub/Scripting/ScriptControlStatements/For%20Each.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;-Rob&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 22 Jun 2023 04:05:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/I-want-to-load-all-folders/m-p/2086567#M89095</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2023-06-22T04:05:50Z</dc:date>
    </item>
    <item>
      <title>Re: I want to load all folders</title>
      <link>https://community.qlik.com/t5/App-Development/I-want-to-load-all-folders/m-p/2086570#M89096</link>
      <description>&lt;P&gt;If the folder keeps adding new folders what to do&lt;/P&gt;</description>
      <pubDate>Thu, 22 Jun 2023 04:09:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/I-want-to-load-all-folders/m-p/2086570#M89096</guid>
      <dc:creator>Sxbbb</dc:creator>
      <dc:date>2023-06-22T04:09:02Z</dc:date>
    </item>
    <item>
      <title>Re: I want to load all folders</title>
      <link>https://community.qlik.com/t5/App-Development/I-want-to-load-all-folders/m-p/2086829#M89110</link>
      <description>&lt;P&gt;The code is dynamic.&amp;nbsp; Each time it runs it will find all folders.&lt;/P&gt;
&lt;P&gt;-Rob&lt;/P&gt;</description>
      <pubDate>Thu, 22 Jun 2023 14:02:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/I-want-to-load-all-folders/m-p/2086829#M89110</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2023-06-22T14:02:51Z</dc:date>
    </item>
    <item>
      <title>Re: I want to load all folders</title>
      <link>https://community.qlik.com/t5/App-Development/I-want-to-load-all-folders/m-p/2086992#M89120</link>
      <description>&lt;P&gt;I don't understand what type of code do I need? I read and didn't understand.&lt;/P&gt;</description>
      <pubDate>Fri, 23 Jun 2023 01:31:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/I-want-to-load-all-folders/m-p/2086992#M89120</guid>
      <dc:creator>Sxbbb</dc:creator>
      <dc:date>2023-06-23T01:31:14Z</dc:date>
    </item>
    <item>
      <title>Re: I want to load all folders</title>
      <link>https://community.qlik.com/t5/App-Development/I-want-to-load-all-folders/m-p/2086997#M89121</link>
      <description>&lt;P&gt;The folder address comes from the SharePath.&lt;/P&gt;</description>
      <pubDate>Fri, 23 Jun 2023 02:45:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/I-want-to-load-all-folders/m-p/2086997#M89121</guid>
      <dc:creator>Sxbbb</dc:creator>
      <dc:date>2023-06-23T02:45:09Z</dc:date>
    </item>
  </channel>
</rss>

