SET UPDATECALC

Turns Intelligent Calculation on or off.

Syntax

SET UPDATECALC ON | OFF;
ParameterDescription

ON

Essbase calculates only blocks marked as dirty (see Description). Dirty blocks include updated blocks and their dependent parents (see Notes). The default setting is ON. You can change this default using the UPDATECALC TRUE | FALSE setting in the essbase.cfg file.

OFF

Essbase calculates all data blocks, regardless of whether they have been updated.

Notes

Example

SET UPDATECALC ON;

SET UPDATECALC OFF;

See Also