ViewColumnSuppressZeroesSet

ViewColumnSuppressZeroesSet suppresses or enables the display of columns containing only zero values in a TM1® cube view.

This function is valid in TM1 TurboIntegrator processes only.

Syntax

ViewColumnSuppressZeroesSet(Cube, ViewName, Flag);

Argument

Description

Cube

The parent cube of the view for which you want to suppress or enable the display of zero values.

ViewName

The view for which you want to enable or suppress the display of zeroes.

Flag

A binary value that enables or suppresses zeroes. Specify 1 to suppress the display of columns containing only zeroes in the view. Specify 0 to enable the display of columns containing only zeroes.

Example

ViewColumnSuppressZeroesSet('99sales', '1st QuarterActuals', 1);

This example suppresses the display of any columns containing only zeroes in the 1st Quarter Actuals view of the 99sales cube.