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