Click or drag to resize
SummaryColumnPivotTotalSource Property DataPA OpenAnalytics
DataPA OpenAnalytics API Reference
Gets and sets a value representing how averages in a pivot table are calculated

Namespace: DataPAEnterpriseDashboard
Assembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax
public SummaryColumnPivotTotalSourceType PivotTotalSource { get; set; }

Property Value

Type: SummaryColumnPivotTotalSourceType
A value representing how averages in a pivot table are calculated

Return Value

Type: SummaryColumnPivotTotalSourceType
A value representing how averages in a pivot table are calculated
Remarks
Can only return SourceValues if TotalSummaryType and Summary type are both average
See Also