<< Click to Display Table of Contents >>

Ignore Null Data

Determines whether or not to ignore Null data.

Set to True to if you want to treat as "" when the field type is a character type and treat as 0 When the field type is a numeric type, and False to treat as Null data.

If Ignore Null Data is set to "True", since Null data is automatically changed to "" or 0, the GetDataSetValue script function also returns "" or 0 instead of Null value.

If Ignore Null Data is set to "False", the Null value is printed as defined by the NullType property of a label.

Example

True

False