IPivotFilterSettings.UseTransformationFilter

Syntax

UseTransformationFilter: Boolean;

Description

The UseTransformationFilter property determines whether data filtering by formula is used.

Comments

Available values:

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

If a formula contains parameter, the ":" character is placed before the parameter. For example, a formula looks as follows: AttributeId >= :Parameter, where:

Example

The example of use is given in description of the IEaxDataAreaSlice.FilterTransformations property.

See also:

IPivotFilterSettings