dashboardFilters
Home > @gooddata/sdk-ui-dashboard > IScheduledEmailDialogProps > dashboardFilters
IScheduledEmailDialogProps.dashboardFilters property
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.
Dashboard filters to be used for scheduled email.
Note: - Provided filters exclude cross-filtering filters, as these are typically not desired in exported reports.
If the current dashboard filters (excluding cross-filtering) match the saved dashboard filters, this will be undefined. In such cases, the scheduled export will use the most recent saved dashboard filters, guaranteeing that the export reflects the latest intended filter configuration and we don't want to save them.
If we are editing an existing scheduled export, this will contain its filters, as changing saved filters is currently not allowed.
Signature:
dashboardFilters?: FilterContextItem[];