IMetricSetServiceAddParallelSlicerMeasure Method

Adds a Parallel Slicer measure to the given metric set and saves the metric set.

Namespace: Dundas.BI.Entities.MetricSets
Assembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
MeasureUsage AddParallelSlicerMeasure(
	MetricSet metricSet,
	string name,
	string targetMeasure,
	ICollection<ParameterValue> slicerValues
)

Parameters

metricSet  MetricSet
The MetricSet to add the parallel measure to.
name  String
The name for the new measure.
targetMeasure  String
The target measure.
slicerValues  ICollectionParameterValue
The slicer values to be used for the comparison.

Return Value

MeasureUsage
The newly added usage element.
Exceptions
ExceptionCondition
ArgumentNullExceptionmetricSet is .
ArgumentExceptiontargetMeasure is not valid metric set element unique name.
InvalidSessionExceptionThe caller context is not associated with a valid session.
See Also