AttrDelete

AttrDelete deletes an element attribute from the TM1® database.

This function is valid in TM1 TurboIntegrator processes only.

Syntax

AttrDelete(DimName, AttrName);

Argument

Description

DimName

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

AttrName

The name of the attribute you want to delete.

Example

This example deletes the InteriorColor element attribute for the Model dimension.

AttrDelete('Model', 'InteriorColor');