sisense.com
✅ You are viewing documentation for the latest version of Compose SDK.
Version:

Type alias QueryByWidgetIdState

QueryByWidgetIdState: QueryState & QueryByWidgetIdQueryParams & { rowCount: number; }

State of a query execution retrieving data of Fusion widget.

QueryByWidgetIdState.rowCount

rowCount?: number

Total row count of the query result, ignoring the count and offset paging.

Populated only when ExecuteQueryByWidgetIdParams.includeRowCount is enabled and the Sisense instance supports the row count API; undefined otherwise.

Last Updated: