<?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 QlikView: Emulate File Explorer (HierarchyBelongsTo?) in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/QlikView-Emulate-File-Explorer-HierarchyBelongsTo/m-p/2033414#M85140</link>
    <description>&lt;P&gt;We have files on a server (research documents, but for the sake of an easy example - let's suppose they are .gif files).&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I want our users to be able to use QlikView to navigate through a folder structure to find the files they need and be able to download them.&amp;nbsp; &amp;nbsp;I already have a utility that is fully functional (searching, sorting, download, etc.) what I want to add is the folder structure in a filter using tree view.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If my Data Set looks like:&lt;/P&gt;
&lt;TABLE border="1" width="56.25%"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD width="25%" height="25px"&gt;FileID (hash)&lt;/TD&gt;
&lt;TD width="25%" height="25px"&gt;FilePath&lt;/TD&gt;
&lt;TD width="25%" height="25px"&gt;FileName&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="25%" height="25px"&gt;asdf34hsdf%87^%tyh&lt;/TD&gt;
&lt;TD width="25%" height="25px"&gt;/Root/grandparent/parentfolder01/path01/&lt;/TD&gt;
&lt;TD width="25%" height="25px"&gt;myFileName01.gif&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="25%" height="25px"&gt;asdfkjh3876%56twe&lt;/TD&gt;
&lt;TD width="25%" height="25px"&gt;&amp;nbsp;/Root/grandparent/parentfolder02/path02/&lt;/TD&gt;
&lt;TD width="25%" height="25px"&gt;myFileName02.gif&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="25%" height="25px"&gt;ashsdfhjjh^^%67&lt;/TD&gt;
&lt;TD width="25%" height="25px"&gt;&amp;nbsp;/Root/grandparent/parentfolder02/path02/&lt;/TD&gt;
&lt;TD width="25%" height="25px"&gt;myFileName03.gif&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="25%" height="25px"&gt;sdfjlkjlk^&amp;amp;76uujkgh&lt;/TD&gt;
&lt;TD width="25%" height="25px"&gt;&amp;nbsp;/Root/grandparent/parentfolder01/&lt;/TD&gt;
&lt;TD width="25%" height="25px"&gt;myFileName_01.gif&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="25%" height="25px"&gt;jlkasdfjksdf78%$%^Fh&lt;/TD&gt;
&lt;TD width="25%" height="25px"&gt;&amp;nbsp;/Root/grandparent/&lt;/TD&gt;
&lt;TD width="25%" height="25px"&gt;my__File__Name__01.gif&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;How do I get this into a treeview in such a way that when I click on "ParentFolder01" I see everything at or below that folder level?&amp;nbsp; &amp;nbsp;I think this is a "HierarchyBelongsTo" exercise, but I'm not sure how to configure my data set.&lt;/P&gt;</description>
    <pubDate>Thu, 02 Feb 2023 15:05:27 GMT</pubDate>
    <dc:creator>tdegen_qlik</dc:creator>
    <dc:date>2023-02-02T15:05:27Z</dc:date>
    <item>
      <title>QlikView: Emulate File Explorer (HierarchyBelongsTo?)</title>
      <link>https://community.qlik.com/t5/App-Development/QlikView-Emulate-File-Explorer-HierarchyBelongsTo/m-p/2033414#M85140</link>
      <description>&lt;P&gt;We have files on a server (research documents, but for the sake of an easy example - let's suppose they are .gif files).&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I want our users to be able to use QlikView to navigate through a folder structure to find the files they need and be able to download them.&amp;nbsp; &amp;nbsp;I already have a utility that is fully functional (searching, sorting, download, etc.) what I want to add is the folder structure in a filter using tree view.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If my Data Set looks like:&lt;/P&gt;
&lt;TABLE border="1" width="56.25%"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD width="25%" height="25px"&gt;FileID (hash)&lt;/TD&gt;
&lt;TD width="25%" height="25px"&gt;FilePath&lt;/TD&gt;
&lt;TD width="25%" height="25px"&gt;FileName&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="25%" height="25px"&gt;asdf34hsdf%87^%tyh&lt;/TD&gt;
&lt;TD width="25%" height="25px"&gt;/Root/grandparent/parentfolder01/path01/&lt;/TD&gt;
&lt;TD width="25%" height="25px"&gt;myFileName01.gif&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="25%" height="25px"&gt;asdfkjh3876%56twe&lt;/TD&gt;
&lt;TD width="25%" height="25px"&gt;&amp;nbsp;/Root/grandparent/parentfolder02/path02/&lt;/TD&gt;
&lt;TD width="25%" height="25px"&gt;myFileName02.gif&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="25%" height="25px"&gt;ashsdfhjjh^^%67&lt;/TD&gt;
&lt;TD width="25%" height="25px"&gt;&amp;nbsp;/Root/grandparent/parentfolder02/path02/&lt;/TD&gt;
&lt;TD width="25%" height="25px"&gt;myFileName03.gif&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="25%" height="25px"&gt;sdfjlkjlk^&amp;amp;76uujkgh&lt;/TD&gt;
&lt;TD width="25%" height="25px"&gt;&amp;nbsp;/Root/grandparent/parentfolder01/&lt;/TD&gt;
&lt;TD width="25%" height="25px"&gt;myFileName_01.gif&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="25%" height="25px"&gt;jlkasdfjksdf78%$%^Fh&lt;/TD&gt;
&lt;TD width="25%" height="25px"&gt;&amp;nbsp;/Root/grandparent/&lt;/TD&gt;
&lt;TD width="25%" height="25px"&gt;my__File__Name__01.gif&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;How do I get this into a treeview in such a way that when I click on "ParentFolder01" I see everything at or below that folder level?&amp;nbsp; &amp;nbsp;I think this is a "HierarchyBelongsTo" exercise, but I'm not sure how to configure my data set.&lt;/P&gt;</description>
      <pubDate>Thu, 02 Feb 2023 15:05:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/QlikView-Emulate-File-Explorer-HierarchyBelongsTo/m-p/2033414#M85140</guid>
      <dc:creator>tdegen_qlik</dc:creator>
      <dc:date>2023-02-02T15:05:27Z</dc:date>
    </item>
  </channel>
</rss>

