<?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: Accessing QlikView Attributes from Live folder structure in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Accessing-QlikView-Attributes-from-Live-folder-structure/m-p/1630747#M1247054</link>
    <description>&lt;P&gt;Check out the following Design Blog, pretty much what you are trying to do I believe:&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>Wed, 02 Oct 2019 19:20:35 GMT</pubDate>
    <dc:creator>Brett_Bleess</dc:creator>
    <dc:date>2019-10-02T19:20:35Z</dc:date>
    <item>
      <title>Accessing QlikView Attributes from Live folder structure</title>
      <link>https://community.qlik.com/t5/QlikView/Accessing-QlikView-Attributes-from-Live-folder-structure/m-p/1627309#M1247051</link>
      <description>&lt;P&gt;Morning all,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am trying to create some script that allows me to extract a list of all the .qvw files that are on our production file path, and so far I have been using the following.&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;FONT color="#0000FF"&gt;Set&lt;/FONT&gt; vConcatenate = ;&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;&lt;FONT color="#0000FF"&gt;sub&lt;/FONT&gt; &lt;FONT color="#0000FF"&gt;ScanFolderProd&lt;/FONT&gt;(Root)&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;FONT color="#0000FF"&gt;for each&lt;/FONT&gt; FileExtension &lt;FONT color="#0000FF"&gt;in&lt;/FONT&gt; 'qvw'&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;&lt;FONT color="#0000FF"&gt;for each&lt;/FONT&gt; FoundFile &lt;FONT color="#0000FF"&gt;in filelist&lt;/FONT&gt;( &lt;FONT color="#800000"&gt;Root&lt;/FONT&gt; &amp;amp; '\*.' &amp;amp; &lt;FONT color="#800000"&gt;FileExtension&lt;/FONT&gt;)&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;Files:&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;&lt;FONT color="#0000FF"&gt;LOAD lower&lt;/FONT&gt;(&lt;FONT color="#0000FF"&gt;mid&lt;/FONT&gt;('$(FoundFile)',&lt;FONT color="#0000FF"&gt;index&lt;/FONT&gt;('$(FoundFile)','\',-1)+1,&lt;FONT color="#0000FF"&gt;len&lt;/FONT&gt;('$(FoundFile)'))) &lt;FONT color="#0000FF"&gt;as&lt;/FONT&gt; &lt;FONT color="#800000"&gt;SourceFile&lt;/FONT&gt;&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;, Filesize('$(FoundFile)') &lt;FONT color="#0000FF"&gt;as&lt;/FONT&gt; &lt;FONT color="#800000"&gt;Size&lt;/FONT&gt;&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;, FileTime('$(FoundFile)') &lt;FONT color="#0000FF"&gt;as&lt;/FONT&gt; &lt;FONT color="#800000"&gt;Last_Modified&lt;/FONT&gt;&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;, 'Production' &lt;FONT color="#0000FF"&gt;as&lt;/FONT&gt; &lt;FONT color="#800000"&gt;Status&lt;/FONT&gt;&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;&lt;FONT color="#0000FF"&gt;AUTOGENERATE&lt;/FONT&gt; 1;&lt;/EM&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;EM&gt;&lt;FONT color="#0000FF"&gt;Set&lt;/FONT&gt; vConcatenate = Concatenate;&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;&lt;FONT color="#0000FF"&gt;next&lt;/FONT&gt; FoundFile&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;&lt;FONT color="#0000FF"&gt;next&lt;/FONT&gt; FileExtension&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;FONT color="#0000FF"&gt;for each&lt;/FONT&gt; SubDirectory &lt;FONT color="#0000FF"&gt;in dirlist&lt;/FONT&gt;( &lt;FONT color="#800000"&gt;Root&lt;/FONT&gt; &amp;amp; '\*' )&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;&lt;FONT color="#0000FF"&gt;call ScanFolderProd&lt;/FONT&gt;(SubDirectory)&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;&lt;FONT color="#0000FF"&gt;next&lt;/FONT&gt; SubDirectory&lt;/EM&gt;&lt;BR /&gt;&lt;FONT color="#0000FF"&gt;&lt;EM&gt;end sub&lt;/EM&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;FONT color="#0000FF"&gt;Call ScanFolderProd&lt;/FONT&gt;('\\filepath') ;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What I am after, is a way of also extracting the attributes (as specified in the QMC), we have assigned each document a developer, department and business owner, and to get this as well as the list of .qvw files would be a great help.&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;Jon&lt;/P&gt;</description>
      <pubDate>Mon, 26 Jan 2026 18:19:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Accessing-QlikView-Attributes-from-Live-folder-structure/m-p/1627309#M1247051</guid>
      <dc:creator>Jon_87</dc:creator>
      <dc:date>2026-01-26T18:19:17Z</dc:date>
    </item>
    <item>
      <title>Re: Accessing QlikView Attributes from Live folder structure</title>
      <link>https://community.qlik.com/t5/QlikView/Accessing-QlikView-Attributes-from-Live-folder-structure/m-p/1630747#M1247054</link>
      <description>&lt;P&gt;Check out the following Design Blog, pretty much what you are trying to do I believe:&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>Wed, 02 Oct 2019 19:20:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Accessing-QlikView-Attributes-from-Live-folder-structure/m-p/1630747#M1247054</guid>
      <dc:creator>Brett_Bleess</dc:creator>
      <dc:date>2019-10-02T19:20:35Z</dc:date>
    </item>
  </channel>
</rss>

