ViewAttrDelete

ViewAttrDelete deletes a view attribute for a specific cube from the TM1® database.

This function is valid in TM1 TurboIntegrator processes only.

Syntax

ViewAttrDelete(CubeName, AttrName);

Argument

Description

CubeName

The name of the cube whose view attribute is being deleted.

AttrName

The name of the view attribute you want to delete.

Example

This example deletes the Description attribute for views of the Sales cube on your TM1 server.

ViewAttrDelete('Sales', 'Description');