MeasureDateDatasets
Home > @gooddata/sdk-ui-dashboard > MeasureDateDatasets
MeasureDateDatasets interface
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.
The measure date datasets holds information about available date datasets that can be used for date-filtering a particular measure.
The data included herein can be used to select an appropriate date dataset to filter a KPI widget that renders value of particular measure.
Signature:
export interface MeasureDateDatasets
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
dateDatasetDisplayNames | readonly | Record<string, string> | (ALPHA) A mapping between original date dataset title and a nicely formatted title that is suitable to display to the end-user. All date datasets that figure in the result structure have their titles included in this mapping |
dateDatasets | readonly | ReadonlyArray<ICatalogDateDataset> | (ALPHA) Date datasets that are available for filtering of the measure. The available datasets are obtained by inspecting relation of measure and the different date datasets in the workspace's logical data model. |
dateDatasetsOrdered | readonly | ReadonlyArray<ICatalogDateDataset> | (ALPHA) The contents of the dateDatasets prop that are ordered according to the relevance. The most relevant and thus most recommended date dataset is first. |