DataCubeService.changeAnalysisElementVisibility Method
Changes the analysis element's visibility on the data cube.
Parameters
- id
-
Type: String
The ID of the data cube.
- isHidden
-
Type: Boolean
A flag indicating whether the analysis element is being hidden or not.
- analysisElementUniqueName
-
Type: String
(optional) If hiding, the analysis element's unique name of the element to be hidden.
Optional: True
- connectorElementId
-
Type: String
(optional) If showing, the ID of the connector element to show.
Optional: True
Return Value
Type: jQuery.Promise
Value: dundas.data.AnalysisElement
A promise object that is resolved when the call is complete.
If successful, the dundas.data.AnalysisElement is returned.