ViewSuppressZeroesSet

ViewSuppressZeroesSet suppresses or enables the display of all rows and columns containing only zero values in a TM1® cube view.

This function is valid in TM1 TurboIntegrator processes only.

Syntax

ViewSuppressZeroesSet(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 rows or columns containing only zeroes in the view. Specify 0 to enable the display of rows and columns containing only zeroes.

Example

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

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