HierarchySubsetAttrDelete
HierarchySubsetAttrDelete deletes a subset attribute from the TM1® database.
This function is valid in TM1 TurboIntegrator processes only.
Syntax
HierarchySubsetAttrDelete(Dimension, Hierarchy, AttrName);
Argument |
Description |
---|---|
Dimension |
The name of the dimension whose subset attribute is being deleted. |
Hierarchy |
The name of a hierarchy in a dimension. |
AttrName |
The name of the dimension attribute you want to delete. |
Example
This example deletes the Description attribute for subsets from the Z hierarchy in the Model dimension.
HierarchySubsetAttrDelete('Model', 'Z, 'Description');