Hierarchy: PP.TS.MetaHierarchy;
The Hierarchy property determines the currently displayed dimension.
To execute the example, the HTML page must contain the MetaAttributeTree component named maTree (see MetaAttributeTree Constructor). Hide tree empty series:
hier = maTree.getHierarchy();
hier.setFilterMode("LightWeight");
maTree.refreshAll();
After executing the example empty series are hidden in the tree.
See also: