CubePerspectiveService.updateCubePerspective Method

Updates the cube perspective.
 

Parameters

cubePerspective

Type: string
The cube perspective ID.
measureUniquenames

Type: Array
ElementType: String
Unique names of the measures to include in the cube perspective.
hierarchyLevelUniquenames

Type: Array
ElementType: String
Unique names of the hierarchy levels to include in the cube perspective.

Return Value


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