CellSecurityCubeDestroy
CellSecurityCubeDestroy destroys a security cube that was created from an existing cube. This function, like all functions that update metadata, should not be used in the Data or Epilog tabs of a process.
This function is valid in TM1® TurboIntegrator processes only.
Syntax
CellSecurityCubeDestroy (‘DataCube’, ‘0:0:1:0’);
Argument |
Description |
---|---|
Cube |
Name of the data cube. |
Boolean return |
True if the operation succeeded. A major error otherwise. |
Additional information |
The GrantSecurityAccess property must be set for this TurboIntegrator process to succeed. Destroys the cell security cube. |
Example
CellSecurityCubeDestroy (‘DataCube’);