Click or drag to resize
DashboardObjectSourceDataRequirementEnum Enumeration DataPA OpenAnalytics
DataPA OpenAnalytics API Reference
Enumerated type that represents the reason an object requires source data

Namespace: DataPAEnterpriseDashboard
Assembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax
public enum SourceDataRequirementEnum
Members
  Member nameValueDescription
IterationType0 The iteration type For Each is used by the object, so every row of source data is required
PartialSummaryThreshold1 The partial summary threshold was met for this object, so it is less efficient to create and store a partial summary than to use the source data
GroupColumnSummaryColumn2 The object has the same column in the group and summary columns, making a partial summary impossible
CalculatedColumnDependantOnFilterParameter3 There is one or more calculated columns dependant on a filter parameter in this control panel.
DrillDownToSource4 This object has a drill down to the source data
MapDataPlotRequiresSource5 This object has a map data plot that requires source data
Remarks