<ST_PivotFilterType>
(Pivot Filter Types)
This simple type defines filters that can be applied to PivotTables.
This simple type's contents are a restriction of the XML Schema string datatype.
The following are possible enumeration values for this type:
Enumeration Value |
Description |
---|---|
|
Indicates the "begins with" filter for field captions. |
|
Indicates the "is between" filter for field captions. |
|
Indicates the "contains" filter for field captions. |
|
Indicates the "ends with" filter for field captions. |
|
Indicates the "equal" filter for field captions. |
|
Indicates the "is greater than" filter for field captions. |
|
Indicates the "is greater than or equal to" filter for field captions. |
|
Indicates the "is less than" filter for field captions. |
|
Indicates the "is less than or equal to" filter for field captions. |
|
Indicates the "does not begin with" filter for field captions. |
|
Indicates the "is not between" filter for field captions. |
|
Indicates the "does not contain" filter for field captions. |
|
Indicates the "does not end with" filter for field captions. |
|
Indicates the "not equal" filter for field captions. |
|
Indicates the "count" filter. |
|
Indicates the "between" filter for date values. |
|
Indicates the "equals" filter for date values. |
|
Indicates the "newer than" filter for date values. |
|
Indicates the "newer than or equal to" filter for date values. |
|
Indicates the "not between" filter for date values. |
|
Indicates the "does not equal" filter for date values. |
|
Indicates the "older than" filter for date values. |
|
Indicates the "older than or equal to" filter for date values. |
|
Indicates the "last month" filter for date values. |
|
Indicates the "last quarter" filter for date values. |
|
Indicates the "last week" filter for date values. |
|
Indicates the "last year" filter for date values. |
|
Indicates the "January" filter for date values. |
|
Indicates the "October" filter for date values. |
|
Indicates the "November" filter for date values. |
|
Indicates the "December" filter for date values. |
|
Indicates the "February" filter for date values. |
|
Indicates the "March" filter for date values. |
|
Indicates the "April" filter for date values. |
|
Indicates the "May" filter for date values. |
|
Indicates the "June" filter for date values. |
|
Indicates the "July" filter for date values. |
|
Indicates the "August" filter for date values. |
|
Indicates the "September" filter for date values. |
|
Indicates the "next month" filter for date values. |
|
Indicates the "next quarter" for date values. |
|
Indicates the "next week" for date values. |
|
Indicates the "next year" filter for date values. |
|
Indicates the "percent" filter for numeric values. |
|
Indicates the "first quarter" filter for date values. |
|
Indicates the "second quarter" filter for date values. |
|
Indicates the "third quarter" filter for date values. |
|
Indicates the "fourth quarter" filter for date values. |
|
Indicates the "sum" filter for numeric values. |
|
Indicates the "this month" filter for date values. |
|
Indicates the "this quarter" filter for date values. |
|
Indicates the "this week" filter for date values. |
|
Indicate the "this year" filter for date values. |
|
Indicates the "today" filter for date values. |
|
Indicates the "tomorrow" filter for date values. |
|
Indicates the PivotTable filter is unknown to the application. |
|
Indicates the "Value between" filter for text and numeric values. |
|
Indicates the "value equal" filter for text and numeric values. |
|
Indicates the "value greater than" filter for text and numeric values. |
|
Indicates the "value greater than or equal to" filter for text and numeric values. |
|
Indicates the "value less than" filter for text and numeric values. |
|
Indicates the "value less than or equal to" filter for text and numeric values |
|
Indicates the "value not between" filter for text and numeric values. |
|
Indicates the "value not equal" filter for text and numeric values. |
|
Indicates the "year-to-date" filter for date values. |
|
Indicates the "yesterday" filter for date values. |
Referenced By |
---|
|
The following XML Schema fragment defines the contents of this simple type:
<simpleType name="ST_PivotFilterType">
<restriction base="xsd:string">
<enumeration value="unknown"/>
<enumeration value="count"/>
<enumeration value="percent"/>
<enumeration value="sum"/>
<enumeration value="captionEqual"/>
<enumeration value="captionNotEqual"/>
<enumeration value="captionBeginsWith"/>
<enumeration value="captionNotBeginsWith"/>
<enumeration value="captionEndsWith"/>
<enumeration value="captionNotEndsWith"/>
<enumeration value="captionContains"/>
<enumeration value="captionNotContains"/>
<enumeration value="captionGreaterThan"/>
<enumeration value="captionGreaterThanOrEqual"/>
<enumeration value="captionLessThan"/>
<enumeration value="captionLessThanOrEqual"/>
<enumeration value="captionBetween"/>
<enumeration value="captionNotBetween"/>
<enumeration value="valueEqual"/>
<enumeration value="valueNotEqual"/>
<enumeration value="valueGreaterThan"/>
<enumeration value="valueGreaterThanOrEqual"/>
<enumeration value="valueLessThan"/>
<enumeration value="valueLessThanOrEqual"/>
<enumeration value="valueBetween"/>
<enumeration value="valueNotBetween"/>
<enumeration value="dateEqual"/>
<enumeration value="dateNotEqual"/>
<enumeration value="dateOlderThan"/>
<enumeration value="dateOlderThanOrEqual"/>
<enumeration value="dateNewerThan"/>
<enumeration value="dateNewerThanOrEqual"/>
<enumeration value="dateBetween"/>
<enumeration value="dateNotBetween"/>
<enumeration value="tomorrow"/>
<enumeration value="today"/>
<enumeration value="yesterday"/>
<enumeration value="nextWeek"/>
<enumeration value="thisWeek"/>
<enumeration value="lastWeek"/>
<enumeration value="nextMonth"/>
<enumeration value="thisMonth"/>
<enumeration value="lastMonth"/>
<enumeration value="nextQuarter"/>
<enumeration value="thisQuarter"/>
<enumeration value="lastQuarter"/>
<enumeration value="nextYear"/>
<enumeration value="thisYear"/>
<enumeration value="lastYear"/>
<enumeration value="yearToDate"/>
<enumeration value="Q1"/>
<enumeration value="Q2"/>
<enumeration value="Q3"/>
<enumeration value="Q4"/>
<enumeration value="M1"/>
<enumeration value="M2"/>
<enumeration value="M3"/>
<enumeration value="M4"/>
<enumeration value="M5"/>
<enumeration value="M6"/>
<enumeration value="M7"/>
<enumeration value="M8"/>
<enumeration value="M9"/>
<enumeration value="M10"/>
<enumeration value="M11"/>
<enumeration value="M12"/>
</restriction>
</simpleType>