ViewDestroy

ViewDestroy deletes a view from the TM1® database.

This function is valid in TM1 TurboIntegrator processes only.

Syntax

ViewDestroy(Cube, ViewName);

Argument

Description

Cube

The parent cube of the view you are deleting.

ViewName

The name of the view you want to delete.

Example

ViewDestroy('99sales', '1st Quarter Actuals');

This example deletes the 1st Quarter Actuals view of the 99sales cube.