Click or drag to resize
DashboardQueryHasOrphanedRequiredFields Property DataPA OpenAnalytics
DataPA OpenAnalytics API Reference
Returns True if query has reqiured fields that are not represented by a ControlPanelObject on the dashboard.

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

Return Value

Type: Boolean
True if query has reqiured fields that are not represented by a ControlPanelObject on the dashboard.
Remarks
Also calls SetRequiredValue on the query using those ControlPanelObjects that do exist.
See Also