dashboardAttributeFilterItemFilterElementsByDate()
Home > @gooddata/sdk-model > dashboardAttributeFilterItemFilterElementsByDate
dashboardAttributeFilterItemFilterElementsByDate() function
This API is provided as an alpha preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
Returns the dependent date filter dependencies of any attribute-based dashboard filter.
Standard and arbitrary filters support dependent date filtering; match filters do not, so this returns undefined for match filters.
Signature:
export declare function dashboardAttributeFilterItemFilterElementsByDate(filter: DashboardAttributeFilterItem): IDashboardAttributeFilterByDate[] | undefined;
Parameters
|
Parameter |
Type |
Description |
|---|---|---|
|
filter |
Returns:
IDashboardAttributeFilterByDate[] | undefined