We have updated Flexmonster Software License Agreement, effective as of September 30, 2025 (list of changes)
All documentation

removeAllCalculatedMeasures

removeAllCalculatedMeasures()

[starting from version: 2.3]

Removes all calculated values.

Note The removeAllCalculatedMeasures method is available only for reports based on the "json", "csv", and "api" data source types.

Example

To remove all calculated measures:

pivot.removeAllCalculatedMeasures();

Live example

See also