<?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 for Devs chapter 9 Hierarchy example getting different results in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/QlikView-for-Devs-chapter-9-Hierarchy-example-getting-different/m-p/1237777#M862295</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have followed this Hierarchy example and generated the following code:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;SET ThousandSep=',';&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;SET DecimalSep='.';&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;SET MoneyThousandSep=',';&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;&lt;EM&gt;HIERARCHY(Child_ID, Parent_ID, Child, ParentName, Child, Path, '-', HierarchyLevel)&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;LOAD Parent_ID, &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Child_ID, &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Parent, &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Child&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;FROM&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;D&gt;&lt;/D&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;(biff, embedded labels, table is Sheet1$);&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, when I execute it I get multiple table for each column as opposed to, as per p.323 of this book, hierarchical results within the same large table.&lt;/P&gt;&lt;P&gt;Does anyone know why I am getting this hierarchy on separate tables (see multi-table.png attached)?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
    <dc:creator>happyjoshua777</dc:creator>
    <dc:date>2020-11-25T16:16:04Z</dc:date>
    <item>
      <title>QlikView for Devs chapter 9 Hierarchy example getting different results</title>
      <link>https://community.qlik.com/t5/QlikView/QlikView-for-Devs-chapter-9-Hierarchy-example-getting-different/m-p/1237777#M862295</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have followed this Hierarchy example and generated the following code:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;SET ThousandSep=',';&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;SET DecimalSep='.';&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;SET MoneyThousandSep=',';&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;&lt;EM&gt;HIERARCHY(Child_ID, Parent_ID, Child, ParentName, Child, Path, '-', HierarchyLevel)&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;LOAD Parent_ID, &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Child_ID, &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Parent, &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Child&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;FROM&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;D&gt;&lt;/D&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;(biff, embedded labels, table is Sheet1$);&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, when I execute it I get multiple table for each column as opposed to, as per p.323 of this book, hierarchical results within the same large table.&lt;/P&gt;&lt;P&gt;Does anyone know why I am getting this hierarchy on separate tables (see multi-table.png attached)?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QlikView-for-Devs-chapter-9-Hierarchy-example-getting-different/m-p/1237777#M862295</guid>
      <dc:creator>happyjoshua777</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: QlikView for Devs chapter 9 Hierarchy example getting different results</title>
      <link>https://community.qlik.com/t5/QlikView/QlikView-for-Devs-chapter-9-Hierarchy-example-getting-different/m-p/1237778#M862296</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Happy,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you mean multiple fields?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your shared script is fine. Please double check given below steps:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Add List Box and Select Field "Path" &amp;gt; List Box Properties &amp;gt; General Tab &amp;gt; Checked to check box "Show as TreeView" &amp;gt; Write &lt;STRONG&gt;&lt;EM&gt;- &lt;/EM&gt;&lt;/STRONG&gt;in With Separator &amp;gt; Apply &amp;gt; OK.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For mor, I am sharing you screenshot please have a look into.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;P&gt;Ishfaque Ahmed&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Dec 2016 13:21:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QlikView-for-Devs-chapter-9-Hierarchy-example-getting-different/m-p/1237778#M862296</guid>
      <dc:creator>engishfaque</dc:creator>
      <dc:date>2016-12-27T13:21:43Z</dc:date>
    </item>
    <item>
      <title>Re: QlikView for Devs chapter 9 Hierarchy example getting different results</title>
      <link>https://community.qlik.com/t5/QlikView/QlikView-for-Devs-chapter-9-Hierarchy-example-getting-different/m-p/1237779#M862297</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I followed these steps, thanks.&lt;/P&gt;&lt;P&gt;Path Object did display as Hierarchy&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, as per my init. question, after following the Hierarchy wizard on p. 323 all objects were created in separate tables as opposed to one large table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Dec 2016 11:11:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QlikView-for-Devs-chapter-9-Hierarchy-example-getting-different/m-p/1237779#M862297</guid>
      <dc:creator>happyjoshua777</dc:creator>
      <dc:date>2016-12-28T11:11:54Z</dc:date>
    </item>
    <item>
      <title>Re: QlikView for Devs chapter 9 Hierarchy example getting different results</title>
      <link>https://community.qlik.com/t5/QlikView/QlikView-for-Devs-chapter-9-Hierarchy-example-getting-different/m-p/1237780#M862298</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Happy,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think, you are actually adding List Box for all the available fields instead of Table Box. Therefore, you are not getting required output. So, remove all the fields from your Main Sheet and follow the given below steps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would suggest you to Add Table Box with all the available fields, and add Field "Path" two times one with Option "Show as TreeView" (Title: Tree View List Box) and one without "Show as TreeView" (Title: Normal List Box).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;P&gt;Ishfaque Ahmed&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Dec 2016 14:18:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QlikView-for-Devs-chapter-9-Hierarchy-example-getting-different/m-p/1237780#M862298</guid>
      <dc:creator>engishfaque</dc:creator>
      <dc:date>2016-12-28T14:18:47Z</dc:date>
    </item>
    <item>
      <title>Re: QlikView for Devs chapter 9 Hierarchy example getting different results</title>
      <link>https://community.qlik.com/t5/QlikView/QlikView-for-Devs-chapter-9-Hierarchy-example-getting-different/m-p/1237781#M862299</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thank you&lt;/P&gt;&lt;P&gt;that resolved it. I added Path once though.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Dec 2016 10:21:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QlikView-for-Devs-chapter-9-Hierarchy-example-getting-different/m-p/1237781#M862299</guid>
      <dc:creator>happyjoshua777</dc:creator>
      <dc:date>2016-12-29T10:21:10Z</dc:date>
    </item>
  </channel>
</rss>

