MetricSetSetupOtherGroupSettings 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
public OtherGroupSettings SetupOtherGroupSettings(
	MeasureUsage measure,
	HierarchyUsage hierarchy
)

Parameters

measure
Type: Dundas.BI.Entities.MetricSetsMeasureUsage
The measure usage element used in "Other" group analysis.
hierarchy
Type: Dundas.BI.Entities.MetricSetsHierarchyUsage
The target hierarchy for the group analysis.

Return Value

Type: OtherGroupSettings
The Other group settings instance.
Exceptions
ExceptionCondition
ArgumentNullExceptionmeasure or hierarchy is .
ArgumentExceptionmeasure or hierarchy does not belong to the underlying cube of the associated instance.
ArgumentExceptionhierarchy is not a rendered hierarchy.
See Also