Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Hierarchy node not selectable and grayed out

Hello,
I have a hierarchy created with

TagParent:

          LOAD TagId, Parent, Name;

SQL

SELECT

   <cropped>

;

Hierarchy(TagId, Parent, [Hierarchy Name], , [Hierarchy Name], Tags)

Load

TagId,

Parent,

Name AS [Hierarchy Name]

Resident TagParent;

DROP TABLE TagParent;

from which I create a TreeView List Box shown in the picture. I'm confused about why some nodes in the TreeView are always grayed out and not selectable (even after a Reload and a Clear of all selections). For example, Color and Date shown in the picture (when the Color node is collapsed, the white indicator appears to the right indicating selectable children). It seems that leaf-nodes do not behave this way.

http://community.qlik.com/thread/58450 refers to similar behavior, but in the case described above, not all internal-nodes are unselectable (and any Parent appearing in the adjacent nodes table has its own row in that table).

Why are some internal-nodes always unselectable?

Thanks! -Reid

1 Solution

Accepted Solutions
Not applicable
Author

I did not specify a PathDelimiter, so the default '/' was used. Some of my node-names contained the '/' character, causing those nodes to be split and producing behavior similar to what's described in http://community.qlik.com/thread/58450.

View solution in original post

1 Reply
Not applicable
Author

I did not specify a PathDelimiter, so the default '/' was used. Some of my node-names contained the '/' character, causing those nodes to be split and producing behavior similar to what's described in http://community.qlik.com/thread/58450.