CellSecurityCubeCreate

This function creates a security cube from an existing cube using a reduced set of dimensions.

This is a TM1® TurboIntegrator function, valid only in TurboIntegrator processes.

This function, like all functions that update metadata, should not be used in the Data or Epilog tabs of a process

Syntax

CellSecurityCubeCreate (‘DataCube’, ‘0:0:1:0’);

Argument

Description

Cube

Name of the data cube.

DimensionMap

String specifying whether the dimension at each position should be used in the security cube. The order of dimensions is the original cube order. A 1 for each included dimension and a 0 for an excluded one. Each value separated by a colon.

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. Creates the cell security cube.

Example

CellSecurityCubeCreate (‘DataCube’, ‘0:0:1:0’);

This example creates an RDCLS cube from the cube called Data Cube.