Applying selections as filters or slices

Before you begin

You should be familiar with the various properties that define how a selector looks and what it controls, such as target and source. See Defining selectors for descriptions.

Steps to apply selections as filters or slices

The selections a user makes in a selector can either filter or slice the data in the target:

For example, the dataset report of a document contains Region, Year, and the Revenue metric. A Grid/Graph displays Year and Revenue only, and is targeted by a selector with Region as its source. The selector is defined to slice the data. When Central is selected, three rows, one for each year, are displayed, as shown below:

Example of Slicing Selectors

If you select Mid-Atlantic as well as Central, six rows are displayed, two for each year, as shown below:

Example of Slicing Selectors

This occurs because the selector slices the data by region before the user selections are made, and cannot aggregate the slices for multiple regions.

If you change the selector to filter rather than slice the data, the yearly revenue is aggregated across the selected regions. The yearly revenue is calculated by adding the Central and Mid-Atlantic values for each year, and only one row for each year is displayed in the Grid/Graph, as shown below:

Example of Slicing Selectors

Other important differences between filtering and slicing selectors are described below:

Prerequisite

To apply selections as filters or slices for a specific selector

If you do not define whether a particular selector slices or filters the data, the document-level property is used. For instructions to set it, see To apply selections as filters or slices (document-level).

  1. Open the document in Design or Editable Mode.

  2. Right-click the selector to update, and select Properties and Formatting. The Properties and Formatting dialog box opens.

  3. From the left, click Selector.

  4. Do one of the following:

  5. Click OK to return to the document.

To apply selections as filters or slices (document-level)

This document-level property is used to define the behavior of new selector targets, except when the target being added is already the target of another selector that uses the same source. In that case, the target uses the behavior defined in the other selector. Metric condition selectors are always filtering selectors, since they filter metric values and ranks.

  1. Open the document in Design or Editable Mode.

  2. From the Tools menu, select Document Properties. The Document Properties dialog box opens.

  3. From the left, click Document.

  4. Do one of the following:

  5. Click OK to return to the document.

Related topics