MetricSetService.addParallelSlicerMeasure Method

Adds a parallel slicer measure to the given metric set.
 

Parameters

metricSetId

Type: String
The ID of the metric set to add the parallel slicer measure to.
name

Type: String
(optional) The name of the new measure to add. If left as null, the server will attempt to guess it.
Optional: True
measureUniqueName

Type: String
The unique name of the measure to use for the parallel measure.
defaultParameterValues

Type: Array
ElementType: ParameterValue
(optional) The default values for each slicer parameter. The ID on the parameter value must match the original slicer's parameter ID so it can target the new slicer values on the parallel measure.
Optional: True

Return Value


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