NullProcessing Element (ASSL)
Defines how null values are processed.
The value of this element is limited to one of the strings listed in the following table.
| Value | Description | |
|---|---|---|
|
Preserve |
Preserves the null value. | |
|
Error |
Raises a null key error. The value of NullKeyNotAllowed determines how the instance reacts to the error.
| |
|
UnknownMember |
Generates an unknown member and raises a null conversion error. The value of NullKeyConvertedToUnknown determines how the instance reacts to the error.
| |
|
ZeroOrBlank |
Converts the null value to zero (for numeric data items) or a blank string (for string data items).
| |
|
Automatic |
Uses the default processing appropriate for the element:
|
The enumeration that corresponds to the allowed values for NullProcessing in the Analysis Management Objects (AMO) object model is NullProcessing.

Note: