SETRAGGEDHIERARCHY

SETRAGGEDHIERARCHY can be used to hide blank categories when you have uneven/unbalanced hierarchical data.

Syntax

SETRAGGEDHIERARCHY(VALUE)

Arguments

VALUE - Pass a boolean value of TRUE or FALSE.

Example

SETRAGGEDHIERARCHY(TRUE) //Suppresses blank categories
SETRAGGEDHIERARCHY(FALSE) //Displays blank categories

Notice how the blank category rows are suppressed when the EnableRaggedHierarchy button is clicked and displayed again when the DisableRaggedhierarchy button is clicked. The buttons use the SETRAGGEDHIERARCHY script internally to hide and display blank categories.

SETRAGGEDHIERARCHY function in action

Last updated

Was this helpful?