insightSelectDateDataset()
Home > @gooddata/sdk-ui-dashboard > insightSelectDateDataset
insightSelectDateDataset() 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.
Given results of a query of date datasets available to use for filtering an insight, this function will pick a single date dataset to use.
Signature:
export declare function insightSelectDateDataset(queryResult: InsightDateDatasets): ICatalogDateDataset | undefined;
Parameters
Parameter | Type | Description |
---|---|---|
queryResult | InsightDateDatasets | insight date datasets query result |
Returns:
ICatalogDateDataset | undefined