2.2.5.42 ScorecardEmptyRowsFilterMode

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

This simple type enumeration specifies whether to display scorecard rows with empty cells. A scorecard GridCell (section 2.2.4.100) is considered empty if DisplayElements does not contain any GridDisplayElements (section 2.2.4.103) with a Status of 0, as specified in GridCellElmentStatus (section 2.2.5.25).

 <xs:simpleType name="ScorecardEmptyRowsFilterMode" xmlns:xs="http://www.w3.org/2001/XMLSchema">
   <xs:restriction base="xs:string">
     <xs:enumeration value="None"/>
     <xs:enumeration value="AllValuesAreEmpty"/>
   </xs:restriction>
 </xs:simpleType>

The following table specifies the allowable values for the ScorecardEmptyRowsFilterMode simple type.

Value

Meaning

None

Do not filter rows.

AllValuesAreEmpty

Filter out rows where all non-header cells are empty.