Skip to main content
A newer version of this page is available. .

Interactivity

  • 2 minutes to read

You can use filter elements to apply master filtering to other dashboard items or introduce hierarchical filtering by adding several connected filters.

Master Filtering

The Dashboard allows you to use any data aware dashboard item as a filter for other dashboard items (Master Filter). To learn more, see the Master Filtering topic, which describes filtering concepts common to all dashboard items.

Important

Note that filter elements do not support Master Filter selection modes. You can switch the selection mode by changing the type of the required filter element.

Depending on the filter element type, end-users can select a value(s) to make other dashboard items display only data related to the selected value(s).

FilterElements_Interactivity

You can also create a set of related filter elements containing relevant filter values. For instance, in the image below the State/Province filter element contains states related to the ‘United States’ value, while the City filter element contains cities related to the ‘New York’ value.

CascadingFiltering

Disable the Ignore Master Filters option for the required filter element to allow applying filtering to this element.

Filter Element Options

The Standard Combo Box and Radio List Box filter elements have the Allow Empty Filter option that allows an empty selection when no item is selected and the filter does not apply. You can use the Clear Master Filter button to reset the filter to an empty selection.

To enable the mode, click the Allow Empty Filter button in the Design ribbon tab or set the ComboBoxDashboardItem.ShowAllValue/ ListBoxDashboardItem.ShowAllValue properties to true.

Tip

You can also enable the Neutral Filter Mode to display all values when the selection is empty.

The Enable Search button displays the search box that allows you to search and filter as you type:

See Also