2.2.4.74 CalculatedFormulaInfo
Namespace: http://www.microsoft.com/performancepoint/scorecards
This complex type specifies a calculated formula in a KpiMeasure (section 2.2.4.129). This type is used to specify calculations as part of a KPI's calculated metric.
-
<xs:complexType name="CalculatedFormulaInfo" xmlns:xs="http://www.w3.org/2001/XMLSchema"> <xs:sequence> <xs:element minOccurs="0" maxOccurs="1" name="AliasInfoCollection" type="tns:ArrayOfAliasInfo"/> </xs:sequence> <xs:attribute name="Formula" type="xs:string"/> </xs:complexType>
AliasInfoCollection: Specifies the array of AliasInfo elements used in the formula. This is of type ArrayOfAliasInfo (section 2.2.4.20) and MUST contain 0 or more valid AliasInfo (section 2.2.4.13) elements. If any of the AliasInfo objects fails validation, the ErrorCode MUST be one of the values specified in section 2.2.2.1.2.
A detailed specification of how exceptions are reported by the protocol server (2) is in section 2.2.2.1.
Formula: Specifies the formula for calculation using the aliases specified in AliasInfoCollection. Formula is of type string and MUST be no more than 1000 characters in length.