ElementAttrDelete

ElementAttrDelete deletes an element attribute from the TM1® database.

This function is valid in TM1 TurboIntegrator processes only.

Syntax

ElementAttrDelete(DimName, HierName, AttrName);

Argument

Description

DimName

The dimension for which you want to delete an element attribute.

HierName

The name of the hierarchy within the dimension.

AttrName

The name of the attribute you want to delete.

Example

This example deletes the InteriorColor element attribute from the Autombile hierarchy in the Model dimension.

ElementAttrDelete('Model', 'Automobile', 'InteriorColor');