Enum ValueFilterBehaviorType
- Namespace
- TabularEditor.TOMWrapper
- Assembly
- TOMWrapper.dll
Determines value filter behavior for SummarizeColumns
public enum ValueFilterBehaviorType
- Extension Methods
Fields
| Name | Description |
|---|---|
| Automatic | Automatically determines value filter behavior based on database compability level. |
| Coalesced | Value filters in SummarizeColumns are applied to table first, then to measure. |
| Independent | Value filters in SummarizeColumns are applied independently to measure. |
Remarks
This enum is only supported when the compatibility level of the database is at 1606 or above.