SlicerCache.CrossFilterType property (Excel)

Returns or sets whether a slicer is participating in cross filtering with other slicers that share the same slicer cache, and how cross filtering is displayed. Read/write.

Syntax

expression.CrossFilterType

expression A variable that represents a SlicerCache object.

Return value

XlSlicerCrossFilterType

Remarks

If more than one slicer is associated with the same PivotTable, by default, if the item or items that you filter by in one slicer have no corresponding data in another slicer, those items will be grayed out. For example, if you have a Country slicer and a State slicer, and you choose a country in the Country slicer, all states that are not in that country will be grayed out. This feature is referred to as cross filtering.

The user interface settings that correspond to the setting of the CrossFilterType property are the Visually indicate items with no data and Show items with no data last check boxes in the Slicer Settings dialog box.

Setting the CrossFilterType property to xlSlicerCrossFilterShowItemsWithDataAtTop corresponds to selecting both the Visually indicate items with no data and Show items with no data last check boxes.

Setting the CrossFilterType property to xlSlicerCrossFilterShowItemsWithNoData corresponds to selecting only the Visually indicate items with no data check box.

Clearing both check boxes corresponds to setting the CrossFilterType property to xlSlicerNoCrossFilter.

OLAP data sources (SlicerCache.OLAP = True) are not supported by the CrossFilterType property. For OLAP data sources, use the CrossFilterType property of the SlicerCacheLevel object instead.

Support and feedback

Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.