CubeAttrDelete
CubeAttrDelete deletes a cube attribute from the TM1® database.
This function is valid in TM1 TurboIntegrator processes only.
Syntax
CubeAttrDelete(AttrName);
Argument |
Description |
---|---|
AttrName |
The name of the cube attribute you want to delete. |
Example
This example deletes the Description attribute for cubes on your TM1 server.
CubeAttrDelete('Description');