SelectionExpressionBehaviorType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Determines Selection Expression behavior for Calculation groups
public enum SelectionExpressionBehaviorType
type SelectionExpressionBehaviorType =
Public Enum SelectionExpressionBehaviorType
- Inheritance
-
SelectionExpressionBehaviorType
Fields
Name | Value | Description |
---|---|---|
Automatic | 0 | Automatically determines Selection Expression behavior based on database compability level. |
Visual | 1 | Subtotals are determined by Selection Expressions when grouping by Calculation Groups. Multi-selection yields BLANK() when the MultipleOrEmptySelectionExpression is undefined. |
NonVisual | 2 | Subtotals are hidden when grouping by Calculation Groups. Multi-selection yields SELECTEDMEASURE() when the MultipleOrEmptySelectionExpression is undefined. |
Remarks
This enum is only supported when the compatibility level of the database is at 1609 or above.