MissingDataCellPolicy Enumeration |
Missing data policy enumeration defines what to do with data cells that have a value.
Namespace:
Dundas.BI.Notifications
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax public enum MissingDataCellPolicy
Public Enumeration MissingDataCellPolicy
public enum class MissingDataCellPolicy
type MissingDataCellPolicy
Members
| Member name | Value | Description |
---|
| Skip | 0 |
Skip the cell.
|
| TreatAsZero | 1 |
Treat value as zero.
|
| UseExistingRule | 2 |
Use the existing metric set rule.
|
See Also