DateFilterValidationFailed
Home > @gooddata/sdk-ui-dashboard > DateFilterValidationFailed
DateFilterValidationFailed type
This event may occur while the dashboard is handling the Load Dashboard command and is loading and validating dashboard configuration from the backend.
Signature:
export type DateFilterValidationFailed = IDashboardEvent & {
readonly type: "GDC.DASH/EVT.FILTER_CONTEXT.DATE_FILTER.VALIDATION.FAILED";
readonly payload: DateFilterValidationFailedPayload;
};
References: IDashboardEvent, DateFilterValidationFailedPayload
Remarks
Part of that process is obtaining workspace's Date Filter configuration. If the date filter config stored in workspace has issues, then this event will occur.
Note that this event is not a showstopper. The dashboard load will recover and fall back to a safe date filter configuration.