ValueSources Enumeration
Applies to: PerformancePoint Services for SharePoint Server, Enterprise version
Represents rollup calculations.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)
Syntax
'Declaration
Public Enumeration ValueSources
'Usage
Dim instance As ValueSources
public enum ValueSources
Members
Member name | Description | |
---|---|---|
Default | Represents using the SourceData value, unless there are child elements. | |
NoValue | Represents not to compute or show values. | |
SourceData | Represents the query source data (do not rollup). | |
Text | Represents the text value.
This setting treats values as text and does not roll up the values. Use this setting if the measure values from your data source are not numeric. |
|
AverageRollup | Represents the average value of child elements. | |
MinRollup | Represents the minimum value of child elements. | |
MaxRollup | Represents the maximum value of child elements. | |
TotalRollup | Represents the total sum value of child elements. |
Remarks
A rollup is the calculated value of an item that is based on a weighted average of the values of its child entries.