Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
In my qlikview app, I have added a list box which displays in a tree view. When I select something from the list box and the hierarchy is expanded, my dashboard does not display anything. When the tree view is collapsed, the dashboard displays what I expect. Has anybody else noticed this happening when using a tree view?
Thanks
I haven't seen anything like that. Does the same thing happen if you create a list box for each hierarchy level and select values in those list boxes? Is the information in your dashboard have a sufficient level of detail to be available at all levels of the hierarchy? Can you please post a couple screenshots of what you're seeing?
Regards
I think I may have figured out why this is happening. I am trying to map a user hierarchy, and I coded this via a hierarchy in the load script. I joined the hierarchy to the main transaction table (join is user name with the node key). What is happening is that when I select a department, the node key is the department name, but in the actual main table, department does not exist as the main table holds only the user name.