<?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: Inconsistant tree/list box behavior in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Inconsistant-tree-list-box-behavior/m-p/518093#M193461</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;From your explanation, it sounds like the problem isn't with the list box, but with your data model.&amp;nbsp; Try comparing how your hierarchy tables are linked back to the other tables in your data model.&amp;nbsp; Is that linking the same?&amp;nbsp; I'm guessing it's different which is why you're getting different results for each field in the list boxes.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 13 Sep 2013 13:28:37 GMT</pubDate>
    <dc:creator>Nicole-Smith</dc:creator>
    <dc:date>2013-09-13T13:28:37Z</dc:date>
    <item>
      <title>Inconsistant tree/list box behavior</title>
      <link>https://community.qlik.com/t5/QlikView/Inconsistant-tree-list-box-behavior/m-p/518092#M193460</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have created a couple of sheets, each of which is being driven by a list box organized as a tree. Both of these boxes are populated from data loaded via the hierarchy command:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;// product codes&lt;/P&gt;&lt;P&gt;Hierarchy (product_code_id, parent_product_code_id, [Product Code], [Product Code Parent] , [Product Code] , [Product Code Path], "/", ProductDepth) &lt;/P&gt;&lt;P&gt;SQL SELECT "parent_product_code_id",&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "product_code_id",&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "product_code_name" as [Product Code],&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "sort_seq" as [Product Sort Seq]&lt;/P&gt;&lt;P&gt;FROM "MSP_New_Reporting".dbo."product_code";&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;// sales codes&lt;/P&gt;&lt;P&gt;Hierarchy (sales_code_id, parent_sales_code_id, [Sales Code], [Sales Code Parent], [Sales Code], [Sales Code Path], "/", SalesDepth) &lt;/P&gt;&lt;P&gt;SQL SELECT "parent_sales_code_id",&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "sales_code_id",&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "sales_code_name" as [Sales Code],&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "sort_seq" as [Sales Sort Seq]&lt;/P&gt;&lt;P&gt;FROM "MSP_New_Reporting".dbo."sales_code"&lt;/P&gt;&lt;P&gt;order by "sort_seq";&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have gone through the property sheets of both list boxes and other than the title and the 'field' they appear to be identical. I even took the one which works (product code), copied it to the other page, changed the field to sales code and I have the same problem. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That problem is that when the main data is filtered on the selected product code I see all the appropriate rows for that code and all child codes. this is what i want.&amp;nbsp; When I do the same thing with the sales code all i get are the rows that match the sales code exactly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Where I think may point to the problem is the current selections box. When i select a parent product code the current selection shows a value of '41 of 200'. When i select a sales code the value in the current selections box is a fully qualified path of values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in both cases the field for the list box is the 'Path' field; [Product Code Path] and [Sales Code Path]. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone point me to where the problem may be?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TIA,&lt;/P&gt;&lt;P&gt;Matthew Fleck&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Sep 2013 23:00:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Inconsistant-tree-list-box-behavior/m-p/518092#M193460</guid>
      <dc:creator />
      <dc:date>2013-09-12T23:00:21Z</dc:date>
    </item>
    <item>
      <title>Re: Inconsistant tree/list box behavior</title>
      <link>https://community.qlik.com/t5/QlikView/Inconsistant-tree-list-box-behavior/m-p/518093#M193461</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;From your explanation, it sounds like the problem isn't with the list box, but with your data model.&amp;nbsp; Try comparing how your hierarchy tables are linked back to the other tables in your data model.&amp;nbsp; Is that linking the same?&amp;nbsp; I'm guessing it's different which is why you're getting different results for each field in the list boxes.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Sep 2013 13:28:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Inconsistant-tree-list-box-behavior/m-p/518093#M193461</guid>
      <dc:creator>Nicole-Smith</dc:creator>
      <dc:date>2013-09-13T13:28:37Z</dc:date>
    </item>
    <item>
      <title>Re: Inconsistant tree/list box behavior</title>
      <link>https://community.qlik.com/t5/QlikView/Inconsistant-tree-list-box-behavior/m-p/518094#M193462</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Nicole, this suggestion was very helpful. It turns out in my main data result set I need to have both the ID field and the name field for the values listed in the hierarchy. Once I did that I noticed the table viewer view and data had consistent formatting between the two lists/trees. However, I still do not have the sales code tree behaving correctly. I am still trying to track down any other data issues which might be the cause.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Matthew&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Sep 2013 16:41:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Inconsistant-tree-list-box-behavior/m-p/518094#M193462</guid>
      <dc:creator />
      <dc:date>2013-09-13T16:41:28Z</dc:date>
    </item>
  </channel>
</rss>

