ViewRowSuppressZeroesSet

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

This function is valid in TM1 TurboIntegrator processes only.

Syntax

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

Example

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

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