KpiMeasure.GetOverrideFormattedValue Method (Microsoft.PerformancePoint.Scorecards)
Formats the kpi measure values according to the settings defined in the UI
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in microsoft.performancepoint.scorecards.client.dll)
Syntax
'Declaration
Public Function GetOverrideFormattedValue ( _
raw As Decimal _
) As String
'Usage
Dim instance As KpiMeasure
Dim raw As Decimal
Dim returnValue As String
returnValue = instance.GetOverrideFormattedValue(raw)
public string GetOverrideFormattedValue (
decimal raw
)
Parameters
- raw
Initial value
See Also
Reference
KpiMeasure Class
KpiMeasure Members
Microsoft.PerformancePoint.Scorecards Namespace