CalculationGroupSelectionMode Enum

Definition

Options for selections on calculation groups which do not invoke a calculation item.

public enum CalculationGroupSelectionMode
type CalculationGroupSelectionMode = 
Public Enum CalculationGroupSelectionMode
Inheritance
CalculationGroupSelectionMode

Fields

MultipleOrEmptySelection 1

Multiple calculation items were referenced in the calculation group.

NoSelection 2

No calculation items nor the calculation group were referenced in the calculation group.

Unknown 0

Invalid selection value for CalculationGroupSelectionMode

Remarks

This enum is only supported when the compatibility level of the database is at 1605 or above.

Applies to