Skip to content

Latest commit

 

History

History
39 lines (28 loc) · 1.42 KB

File metadata and controls

39 lines (28 loc) · 1.42 KB
title author legacyId
Filter Elements
Natalia Kazakova
17948

Filter Elements

Filter elements provide the capability to filter other dashboard items.

The Combo Box dashboard item allows you to select a value(s) from the drop-down list.

  • The Standard type allows you to select only a single value.

    StandardCombobox_Web

  • The Checked type allows you to select multiple values in the invoked drop-down list.

    CheckedCombobox_Web

The List Box dashboard item allows you to select a value(s) from the list.

  • The Checked type allows you to select multiple values in the list box.

    StandardListbox_Web

  • The Radio type allows you to select only a single value in the radio group.

    RadioListbox_Web

The Tree View dashboard item displays values in a hierarchical way and allows you to expand/collapse nodes.

TreeView_Web

Date Filter

The Date Filter dashboard item allows you to filter dashboard data based on the selected data range.