Click or drag to resize
DashboardQuerySupportsCollate Property DataPA OpenAnalytics
DataPA OpenAnalytics API Reference
Gets a value that indicates if this query supports data collation.

Namespace: DataPAEnterpriseDashboard
Assembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax
public bool SupportsCollate { get; }

Property Value

Type: Boolean
True if this query supports data collation.

Return Value

Type: Boolean
True if this query supports data collation.
Remarks
Summary queries that include averages or distinct counts do not support data collation.
See Also