TotalsPanel.getState

Syntax

getState();

Description

The getState method returns an object that contains values of checkbox controls located on the Totals tab, in JSON format.

Comments

The method returns a JSON object with the following fields: byHierarchy - Calculate Hierarchy Totals indication, byLevels - Calculate Level Totals indication, treatEmptyAsZero - Treat Empty Values as Zeros indication, includeOwner - Ignore Values in Nodes indication.

Example

The example of method use is given on the page with description of the TotalsPanel constructor.

See also:

TotalsPanel