queryDateDatasetsForMeasure()
Home > @gooddata/sdk-ui-dashboard > queryDateDatasetsForMeasure
queryDateDatasetsForMeasure() 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.
Creates action through which you can query dashboard component for information about the date data sets that are applicable for filtering of the provided measure. measures are typically used to obtain value to render on KPIs.
Signature:
export declare function queryDateDatasetsForMeasure(measureRef: ObjRef, correlationId?: string): QueryMeasureDateDatasets;
Parameters
Parameter | Type | Description |
---|---|---|
measureRef | ObjRef | reference to measure |
correlationId | string | (Optional) specify correlation id to use for this command. this will be included in all events that will be emitted during the command processing |
Returns: