removeCalculatedMeasure(measureName: String)
[starting from version: 2.3]
Removes the calculated value by the measure's unique name.
Note The removeCalculatedMeasure method is available only for reports based on the "json", "csv", and "api" data source types.
removeCalculatedMeasure
"json"
"csv"
"api"
Remove the "Average Quantity" calculated value:
"Average Quantity"
let measureName = "Average Quantity";pivot.removeCalculatedMeasure(measureName);
Live example
In this guide