ICubeLoaderDimensionBinding.LoadEmptyValues

Syntax

LoadEmptyValues: Boolean;

Description

The LoadEmptyValues property determines whether empty values are loaded.

Comments

The property is set to True by default, strings with empty values are loaded. The element with the Null name or the name determined in the EmptyValueReplacement property is created in the dimension instead of empty values.

If the property is set to False, strings with empty values are skipped.

Example

The example of use is given in description of the ICubeLoaderDimensionBinding.NewDictionaryName property.

See also:

ICubeLoaderDimensionBinding