DataCubeService.createFormula Method

Adds a formula to the data cube.
 

Parameters

id

Type: String
The ID of the data cube.
uniqueName

Type: String
The unique name of the formula.
caption

Type: String
The caption of the formula.
description

Type: String
The description of the formula.
statement

Type: String
The script statement of the formula.

Return Value


Type: FormulaDefinition
A promise object that is resolved when the call is complete. If successful, a dundas.data.FormulaDefinition is returned.