CubeUnload

CubeUnload unloads a specified cube, along with all associated cube views, from memory.

This function is valid in TM1® TurboIntegrator processes only.

Syntax

CubeUnload(CubeName);

Argument

Description

CubeName

The cube you want to unload from memory.

Example

CubeUnload('ManufacturingBudget');

This example unloads the ManufacturingBudget cube, and any associated views, from server memory.