IDmField.NonEmptyCount

Fore Syntax

NonEmptyCount: Integer;

Fore.NET Syntax

NonEmptyCount: integer;

Description

The NonEmptyCount property returns the number of non-empty values in the field.

Comments

To select empty values in particular category, use the IDmField.TreatNanAsCategory property.

Fore and Fore.NET Examples

The property use is given in the example for IDmMethod.Execute.

See also:

IDmField