Hierarchy View
  • 28 May 2021
  • 1 Minute to read
  • Dark
    Light
  This documentation version is deprecated, please click here for the latest version.

Hierarchy View

  • Dark
    Light

Article summary

Overview

A Hierarchy View is a visual that shows nested objects within a Report. To create that view a Data Structure will need to have one field declared as a parent. This field is usually a data member that contains the same data value. For example, an Employee Data Structure that has a firstname, lastname, role, and manager, could have multiple records with the same value in the manager column. Often those types of Data Members can be used as the 'Parent Field' in the 'Hierarchy View.' The second part to consider is the 'Child Field.' This field will be the one column that the user clicks on to expand and collapse the Hierarchical view. 

Example

  1. In this example create a Report that uses the Folder Data Source and has "Entity Name, Folder Type Name, Modified By, Modified Date, Folder ID, and Entity Folder ID "as Data Fields.  
  2. In the Views Column select 'Add', select Hierarchical View
  3. When the Hierarchical View is added, navigate to the Properties panel and expand Hierarchical View.  
  4. For the Parent Field, choose Entity Folder Id in the drop-down menu. For Child Field, choose Folder Id.
  5. In the top action panel, select Run Report.
  6. In the Report, select the Settings icon, under Views choose the Hierarchical View icon.
  7. The Hierarchy Report shows. Notice the ability to expand some data rows to show the nested entities. 

Was this article helpful?