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 (24.3.0.1000)
Syntax
OtherGroupSettings SetupOtherGroupSettings(
	MetricSet metricSet,
	string measureUniqueName,
	string hierarchyUniqueName
)

Parameters

metricSet
Type: Dundas.BI.Entities.MetricSetsMetricSet
The metric set.
measureUniqueName
Type: SystemString
The measure usage element unique name used in "Other" group analysis.
hierarchyUniqueName
Type: SystemString
The target hierarchy unique name for the group analysis.

Return Value

Type: 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