MissingDataInputCategory Enumeration

Enumeration that determines what null values are processed when data is retrieved.

Namespace:  Dundas.BI.Entities.MetricSets
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.2.0.1000)
Syntax
public enum MissingDataInputCategory
Members
  Member nameValueDescription
None0 The input category is not set.
IgnoreNulls1 Null values are not processed.
SourceNulls2 Only the null values provided by the source data are processed.
FullNulls3 The system processes the null values provided by the source data, as well as generates null values for all possible hierarchy member combinations.
See Also