FilterControl
The control of a filter that is used to interact with a dashboard or an analysis.
This is a union type structure. For this structure to be valid, only one of the attributes can be defined.
Contents
Note
In the following list, the required parameters are described first.
- CrossSheet
-
A control from a filter that is scoped across more than one sheet. This represents your filter control on a sheet
Type: FilterCrossSheetControl object
Required: No
- DateTimePicker
-
A control from a date filter that is used to specify date and time.
Type: FilterDateTimePickerControl object
Required: No
- Dropdown
-
A control to display a dropdown list with buttons that are used to select a single value.
Type: FilterDropDownControl object
Required: No
- List
-
A control to display a list of buttons or boxes. This is used to select either a single value or multiple values.
Type: FilterListControl object
Required: No
- RelativeDateTime
-
A control from a date filter that is used to specify the relative date.
Type: FilterRelativeDateTimeControl object
Required: No
- Slider
-
A control to display a horizontal toggle bar. This is used to change a value by sliding the toggle.
Type: FilterSliderControl object
Required: No
- TextArea
-
A control to display a text box that is used to enter multiple entries.
Type: FilterTextAreaControl object
Required: No
- TextField
-
A control to display a text box that is used to enter a single entry.
Type: FilterTextFieldControl object
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: