SETVISIBILITY
NAME
DESCRIPTION
1. SETVISIBILITY(ROW_NAME)
Syntax
SETVISIBILITY(ROW_NAME, BOOLEAN_ARG)Arguments
Example
SETVISIBILITY([United States], FALSE) #Hides the United States row category and all child nodes under it
SETVISIBILITY([International], TRUE) #Displays the International row category
SETVISIBILITY([Technology], THIS) #Use with a toggle variable to show or hide the technology category
2. SETVISIBILITY(COLUMNS)
Syntax
Arguments
Example

3. SETVISIBILITY(MEASURE)
Syntax
Arguments
Example

4. SETVISIBILITY(ROW, COLUMN)
Syntax
Arguments
Example

Last updated
Was this helpful?