Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
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.
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.