Share via


SelectionExpressionBehaviorType Enum

Definition

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.

Applies to