SETRAGGEDHIERARCHY
Syntax
SETRAGGEDHIERARCHY(VALUE)Arguments
Example
SETRAGGEDHIERARCHY(TRUE) //Suppresses blank categories
SETRAGGEDHIERARCHY(FALSE) //Displays blank categories

Last updated
Was this helpful?
SETRAGGEDHIERARCHY can be used to hide blank categories when you have uneven/unbalanced hierarchical data.
SETRAGGEDHIERARCHY(VALUE)VALUE - Pass a boolean value of TRUE or FALSE.
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.

Last updated
Was this helpful?
Was this helpful?