UPDATECALC

This Essbase configuration setting controls whether Intelligent Calculation is turned on or off by default.

This setting does not apply to aggregate storage cubes.

Syntax

UPDATECALC TRUE | FALSE
  • TRUE—Intelligent Calculation is turned on. Essbase calculates only updated blocks and their dependent parents. This is the default.

  • FALSE—Intelligent Calculation is turned off. Essbase calculates all data blocks, regardless of whether they have been updated.

Description

UPDATECALC specifies whether Intelligent Calculation is turned on or off by default.

If required during a calculation, you can override this default setting and turn Intelligent Calculation on and off using the SET UPDATECALC command in a calculation script.

Using Intelligent Calculation, Essbase calculates only updated data blocks and their dependent parents. Therefore, the calculation is very efficient.

Example

UPDATECALC TRUE

See Also

SET CLEARUPDATESTATUS (calculation command)

SET UPDATECALC (calculation command)