<?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 Scan folder and find all  . qvd in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Scan-folder-and-find-all-qvd/m-p/1637656#M732141</link>
    <description>&lt;P&gt;Hi guys, need your help please&lt;/P&gt;&lt;P&gt;I need to create a loop that will scan \folder\folder\folder\ and find all possible .qvds&amp;nbsp;&lt;/P&gt;&lt;P&gt;and make a list of this . qvds&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sat, 16 Nov 2024 02:10:46 GMT</pubDate>
    <dc:creator>Jogi</dc:creator>
    <dc:date>2024-11-16T02:10:46Z</dc:date>
    <item>
      <title>Scan folder and find all  . qvd</title>
      <link>https://community.qlik.com/t5/QlikView/Scan-folder-and-find-all-qvd/m-p/1637656#M732141</link>
      <description>&lt;P&gt;Hi guys, need your help please&lt;/P&gt;&lt;P&gt;I need to create a loop that will scan \folder\folder\folder\ and find all possible .qvds&amp;nbsp;&lt;/P&gt;&lt;P&gt;and make a list of this . qvds&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 02:10:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Scan-folder-and-find-all-qvd/m-p/1637656#M732141</guid>
      <dc:creator>Jogi</dc:creator>
      <dc:date>2024-11-16T02:10:46Z</dc:date>
    </item>
    <item>
      <title>Re: Scan folder and find all  . qvd</title>
      <link>https://community.qlik.com/t5/QlikView/Scan-folder-and-find-all-qvd/m-p/1637665#M732142</link>
      <description>&lt;P&gt;Does anybody knows why it is not working?&amp;nbsp;&lt;/P&gt;&lt;P&gt;SUB DoDir (Root)&lt;BR /&gt;FOR Each Ext in 'qvd'&lt;BR /&gt;FOR Each File in filelist (Root&amp;amp;' \*.' &amp;amp;Ext)&lt;BR /&gt;LOAD&lt;BR /&gt;'$(File)' as Name,&lt;BR /&gt;FileSize( '$(File)' ) as Size,&lt;BR /&gt;FileTime( '$(File)' ) as FileTime&lt;BR /&gt;autogenerate 1;&lt;BR /&gt;NEXT File&lt;BR /&gt;NEXT Ext&lt;/P&gt;&lt;P&gt;FOR Each Dir in dirlist (Root&amp;amp;' \*' )&lt;BR /&gt;call DoDir (Dir)&lt;BR /&gt;NEXT Dir&lt;BR /&gt;ENDSUB&lt;/P&gt;&lt;P&gt;CALL DoDir('My path')&lt;/P&gt;</description>
      <pubDate>Mon, 21 Oct 2019 08:55:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Scan-folder-and-find-all-qvd/m-p/1637665#M732142</guid>
      <dc:creator>Jogi</dc:creator>
      <dc:date>2019-10-21T08:55:27Z</dc:date>
    </item>
    <item>
      <title>Re: Scan folder and find all  . qvd</title>
      <link>https://community.qlik.com/t5/QlikView/Scan-folder-and-find-all-qvd/m-p/1637669#M732143</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;Can I suggest you have a look at the following.&lt;/P&gt;&lt;P&gt;&lt;A href="https://qlikviewcookbook.com/recipes/#squelch-taas-accordion-shortcode-content-11" target="_blank"&gt;https://qlikviewcookbook.com/recipes/#squelch-taas-accordion-shortcode-content-11&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Under Scripting the List Files item is what I think you need.&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Adrian&lt;/P&gt;</description>
      <pubDate>Mon, 21 Oct 2019 09:00:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Scan-folder-and-find-all-qvd/m-p/1637669#M732143</guid>
      <dc:creator>atoz1158</dc:creator>
      <dc:date>2019-10-21T09:00:15Z</dc:date>
    </item>
    <item>
      <title>Re: Scan folder and find all  . qvd</title>
      <link>https://community.qlik.com/t5/QlikView/Scan-folder-and-find-all-qvd/m-p/1640795#M732144</link>
      <description>&lt;P&gt;Mykola, below is a Design Blog link that may be helpful in this case.&amp;nbsp; If the other post did help, you can use the Accept as Solution button on it to mark that as having worked, but if you still need help after checking the below too, shout back with an update on where you are with things currently.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.qlik.com/t5/Qlik-Design-Blog/Loops-in-the-Script/ba-p/1473543" target="_blank"&gt;https://community.qlik.com/t5/Qlik-Design-Blog/Loops-in-the-Script/ba-p/1473543&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Regards,&lt;BR /&gt;Brett&lt;/P&gt;</description>
      <pubDate>Tue, 29 Oct 2019 12:44:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Scan-folder-and-find-all-qvd/m-p/1640795#M732144</guid>
      <dc:creator>Brett_Bleess</dc:creator>
      <dc:date>2019-10-29T12:44:18Z</dc:date>
    </item>
    <item>
      <title>Re: Scan folder and find all  . qvd</title>
      <link>https://community.qlik.com/t5/QlikView/Scan-folder-and-find-all-qvd/m-p/1734233#M732146</link>
      <description>&lt;P&gt;Hi Jogi,&lt;/P&gt;&lt;P&gt;Please use QlikView Directory Scan Application. This will help you.&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/t5/QlikView-Documents/QlikView-Directory-Scan-Application/ta-p/1734223" target="_blank"&gt;https://community.qlik.com/t5/QlikView-Documents/QlikView-Directory-Scan-Application/ta-p/1734223&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Fri, 07 Aug 2020 18:39:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Scan-folder-and-find-all-qvd/m-p/1734233#M732146</guid>
      <dc:creator>pradeep_s</dc:creator>
      <dc:date>2020-08-07T18:39:43Z</dc:date>
    </item>
  </channel>
</rss>

