IPivotFilterSettings.KeepParent

Fore Syntax

KeepParent: Boolean;

Fore.NET Syntax

KeepParent: boolean;

Description

The KeepParent property determines whether owners of non-excluded elements remain in the filtered table.

Comments

Available values:

Setting this option enables the user to keep the owners of elements that do not satisfy the filtering condition in the filtered table even if their own values satisfy the filtering condition.

To use the property, it is required that the IPivotFilterSettings.Enabled property is set to True.

Fore and Fore.NET Examples

The property use is given in the example for IPivotFilterSettings.SupressEmpty.

See also:

IPivotFilterSettings