SubsetDestroy
SubsetDestroy deletes a subset from the TM1® database.
This function is valid in TM1 TurboIntegrator processes only.
Syntax
SubsetDestroy(DimName, SubName);
Argument |
Description |
---|---|
DimName | The parent dimension of the subset you are deleting. |
SubName | The name of the subset you want to delete. |
Example
SubsetDestroy('Region', 'Northern Europe');
This example deletes the Northern Europe subset of the Region dimension.