dataSet
Home > @gooddata/sdk-model > IDashboardAttributeFilterByDate > dataSet
IDashboardAttributeFilterByDate.dataSet property
This API is provided as a beta preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
Target date dimension (date dataset) the dependency applies through.
Signature:
dataSet?: ObjRef;
Remarks
Only meaningful when IDashboardAttributeFilterByDate.isCommonDate is true: the common date filter has no dimension of its own, so this carries the dimension the common date range should be applied through, while IDashboardAttributeFilterByDate.filterLocalIdentifier references the common date filter by its own localIdentifier. For specific (non-common) date filters the dimension is derived from the referenced filter, so this is redundant and left unset. Absent on legacy records, where the dataset identifier was stored in filterLocalIdentifier instead.