parentPivot
Owning pivot table.
removeAllFilters
TRUE to remove all existing filters before applying
any other and/replace/or filters.
keepOnlyFiltersFor
Specify the names of existing variables to retain
the filters for. All other filters will be removed.
removeFiltersFor
Specify the names of variables to remove filters for.
overrideFunction
A custom function to amend the filters in each cell.
countIntersect
The number of PivotFilters that will be combined with other
pivot filters by intersecting their lists of allowed values.
countReplace
The number of PivotFilters that will be combined with other
pivot filters by entirely replacing existing PivotFilter objects.
countUnion
The number of PivotFilters that will be combined with other
pivot filters by unioning their lists of allowed values.
countTotal
The total number of PivotFilters that will be combined with
other pivot filters.
intersectFilters
The PivotFilters that will be combined with other
pivot filters by intersecting their lists of allowed values.
replaceFilters
The PivotFilters that will be combined with other
pivot filters by entirely replacing existing PivotFilter objects.
unionFilters
The PivotFilters that will be combined with other
pivot filters by unioning their lists of allowed values.
allFilters
The complete set of PivotFilters that will be combined with
other pivot filters.