ViewTitleElementSet

ViewTitleElementSet sets a title element for a TM1® view. ViewTitleElementSet is used in conjunction with the ViewTitleDimensionSet function.

This function is valid in TM1 TurboIntegrator processes only.

Syntax

ViewTitleElementSet(CubeName, ViewName, DimName, Index);

Argument

Description

CubeName

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

ViewName

The view for which you are setting the title element.

DimName

The parent dimension of the title element.

Index

An index into the specified dimension that indicates the element to be set as the title element.

Example

ViewTitleElementSet('98sales', 'Quarter1', 'Model',3);

This example sets the third element of the Model dimension as a title element for the Quarter1 view of the 98sales cube.