CubeRuleDestroy
CubeRuleDestroy deletes any rule that exists for a specified cube.
This function is valid in TM1® TurboIntegrator processes only.
Syntax
CubeRuleDestroy(CubeName);
|
Argument |
Description |
|---|---|
|
CubeName |
The name of the cube associated with the rule that you want to delete |
Example
CubeRuleDestroy('SalesProjections');
This example deletes the rule for the SalesProjectionscube.