OtherGroupBoundaryCategory Enumeration |
Enumeration used to indicate the type of boundary configured for a
MetricSet "Other" group of values analysis.
Namespace:
Dundas.BI.Data.Metadata
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntaxpublic enum OtherGroupBoundaryCategory
Public Enumeration OtherGroupBoundaryCategory
public enum class OtherGroupBoundaryCategory
type OtherGroupBoundaryCategory
Members|
| Member name | Value | Description |
|---|
| None | 0 | The boundary category is not defined. |
| FixedValue | 1 | The data point values are compared against the specified value. |
| TotalsPercentage | 2 | The data point values are compared against a percentage of the measure total. |
| Positional | 3 | The data point values are compared against a dynamic value, so calculated as to allow a specific number of data points to be displayed. |
See Also