Client-Side API Reference > OLAP > wijmo.olap > PivotFilter Class |
constructor(field: PivotField): PivotFilter
Initializes a new instance of the PivotFilter class.
PivotField that owns this filter.
Gets or sets the types of filtering provided by this filter.
Setting this property to null causes the filter to use the value defined by the owner filter's defaultFilterType property.
apply(value): boolean
Gets a value that indicates whether a value passes the filter.
The value to test.
clear(): void
Clears the filter.
Represents a filter used to select values for a PivotField.