ViewZeroOut

ViewZeroOut sets all data points in a view to zero.

This function is valid in TM1® TurboIntegrator processes only.

Note: When using ViewZeroOut on a cube which has UNDEFVALS enabled, the values in the view will be set to zero, not the UNDEFVAL state.

Syntax

ViewZeroOut(Cube, ViewName);

Argument

Description

Cube

The parent cube of the view you want to zero out.

ViewName

The view you want to zero out.

Example

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

This example sets all data points in the 1st Quarter Actuals view to zero.