DataCubeService.updateFormula Method
Updates a formula in the data cube.
Parameters
- id
-
Type: String
The ID of the data cube.
- formulaDefinition
-
Type: FormulaDefinition
The formula to update.
Return Value
Type: FormulaDefinition
A promise object that is resolved when the call is complete.
If successful, a dundas.data.FormulaDefinition is returned.