ViewTitleDimensionSet

ViewTitleDimensionSet sets a title dimension for a TM1® view.

This function is valid in TM1 TurboIntegrator processes only.

Syntax

ViewTitleDimensionSet(CubeName, ViewName, DimName);

Argument

Description

CubeName

The parent cube of the view for which you are setting the title dimension.

ViewName

The view for which you are setting the title dimension.

DimName

The dimension you want to set as a title dimension for the view.

Example

ViewTitleDimensionSet('98sales', 'Quarter1', 'Month');

This example sets Month as a title dimension for the 1Quarter view of the 98sales cube.