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