Hey all. So I have a table that is a hierarchy, although I'm not loading it as a hierarchy table in QlikView. The table looks like this:
NodeId,
NodeName,
NodePath, // Delimited string including all nodes down to this one, e.g., Top\Branch\Branch\Leaf
NodeCode, // Numerical version of the above, e.g., 1.2.2.4
ParentNodeId,
RootNodeIt
So, is there a way for me to create a derived IsLeaf flag field? I'm assuming I'll have to run it through the hierarchy load first to get that. Any ideas?