Drilling down and across reporting hierarchies in organizational charts

For large organizations, it may not be feasible to show all employee due to the limitation of screen real estate. Using “collapse level” attribute in your shortcodes, you can display intended hierarchy level and let users drill down the path by clicking “arrow” icons which show up when hover over any employee info.

The image shows how to set Collapse Depth attribute in the Visual Shortcode Builder.

insert_collapse_depth_shortcode

Hover on any employee and click arrow icon(s) to to drill down and across the path of your choosing. If an arrow icon is pointing inward, then you can collapse the employees on the side of the arrow to focus on where you want to navigate to.

Level 1 Chart

The following shortcode displays Level 1 hierarchy of our demo organization.

[employee_orgchart filter="misc::collapse_depth::is::1;"]

Level 3 Chart

The following shortcode displays Level 1 hierarchy of our demo organization.

[employee_orgchart filter="misc::collapse_depth::is::3;"]