DataCubeService.addManualSelectTransform Method

Add a manual select transform to the dataCube.
 

Parameters

dataCube

Type: DataCube
The data cube adapter where the manual select transform will be added to.
configuration

Type: Object

 An object containing options required to generate the transform.
 query           [type: String] - The query to be sent to the provider.
 providerId      [type: String] - The ID of the provider.
 placeholders    [type: Array] - Placeholder definitions in the query dundas.data.ExpressionPlaceholder
 

Return Value


Type: jQuery.Promise
Value: dundas.entities.DataCube
A promise object that is resolved when the call is complete. If successful, the created dundas.entities.DataCube is returned.