IMetricSetServiceSetupOtherGroupSettings Method

Creates an "Other" group settings for the current instance, using the specified measure. Any previous settings are cleared.

Namespace: Dundas.BI.Entities.MetricSets
Assembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
OtherGroupSettings SetupOtherGroupSettings(
	MetricSet metricSet,
	string measureUniqueName,
	string hierarchyUniqueName
)

Parameters

metricSet  MetricSet
The metric set.
measureUniqueName  String
The measure usage element unique name used in "Other" group analysis.
hierarchyUniqueName  String
The target hierarchy unique name for the group analysis.

Return Value

OtherGroupSettings
The Other group settings instance.
Exceptions
ExceptionCondition
ArgumentNullExceptionmeasureUniqueName or hierarchyUniqueName is .
ArgumentExceptionmeasureUniqueName or hierarchyUniqueName does not belong to the underlying cube of the associated instance.
ArgumentExceptionhierarchyUniqueName is not a rendered hierarchy.
See Also