2.2.4.2 AddCalcMemberSetOp

Namespace: http://www.microsoft.com/performancepoint/scorecards

This complex type extends the SetOperation (section 2.2.4.165) type.  It defines an operation to add a calculated member (2), specified by Name (see section 2.2.4.165), to a MemberSet (see section 2.2.4.144).

 <xs:complexType name="AddCalcMemberSetOp" xmlns:xs="http://www.w3.org/2001/XMLSchema">
   <xs:complexContent mixed="false">
     <xs:extension base="tns:SetOperation">
       <xs:sequence>
         <xs:element minOccurs="0" maxOccurs="1" name="Aggregate" type="xs:boolean"/>
         <xs:element minOccurs="1" maxOccurs="1" name="Caption" type="xs:string"/>
       </xs:sequence>
     </xs:extension>
   </xs:complexContent>
 </xs:complexType>

Aggregate: Specifies whether the aggregate function will be used when the member set definition is generated. When the aggregate element is not present, the default value for the aggregate member is set to TRUE if the calculated member definition is not yet already aggregated. If the calculated member definition is aggregated, it is set to FALSE to avoid double aggregation.

Caption: The display name of the calculated member. This element MUST be present.