Enum SelectionExpressionBehaviorType
- Namespace
- TabularEditor.TOMWrapper
- Assembly
- TOMWrapper.dll
Determines Selection Expression behavior for Calculation groups
public enum SelectionExpressionBehaviorType
Fields
Name | Description |
---|---|
Automatic | Automatically determines Selection Expression behavior based on database compability level. |
NonVisual | Subtotals are hidden when grouping by Calculation Groups. Multi-selection yields SELECTEDMEASURE() when the MultipleOrEmptySelectionExpression is undefined. |
Visual | Subtotals are determined by Selection Expressions when grouping by Calculation Groups. Multi-selection yields BLANK() when the MultipleOrEmptySelectionExpression is undefined. |
Remarks
This enum is only supported when the compatibility level of the database is at 1609 or above.