Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Sets the visibility flag of a cube dimensions.
Syntax
public void setCubeDimensionVisibility(
str _databaseName,
str _cubeName,
str _dimensionName,
boolean _visible)
Run On
Server
Parameters
- _databaseName
Type: str
The name of the OLAP database.
- _cubeName
Type: str
The name of the cube to be modified.
- _dimensionName
Type: str
The name of the dimension to be modified.
- _visible
Type: boolean
The flag indicating if the dimension should be visible.