Field Summary | ||
---|---|---|
const int | CAPTION_BEGINS_WITH | |
Indicates the "begins with" filter for field captions. | ||
const int | CAPTION_BETWEEN | |
Indicates the "is between" filter for field captions. | ||
const int | CAPTION_CONTAINS | |
Indicates the "contains" filter for field captions. | ||
const int | CAPTION_ENDS_WITH | |
Indicates the "ends with" filter for field captions. | ||
const int | CAPTION_EQUAL | |
Indicates the "equal" filter for field captions. | ||
const int | CAPTION_GREATER_THAN | |
Indicates the "is greater than" filter for field captions. | ||
const int | CAPTION_GREATER_THAN_OR_EQUAL | |
Indicates the "is greater than or equal to" filter for field captions. | ||
const int | CAPTION_LESS_THAN | |
Indicates the "is less than" filter for field captions. | ||
const int | CAPTION_LESS_THAN_OR_EQUAL | |
Indicates the "is less than or equal to" filter for field captions. | ||
const int | CAPTION_NOT_BEGINS_WITH | |
Indicates the "does not begin with" filter for field captions. | ||
const int | CAPTION_NOT_BETWEEN | |
Indicates the "is not between" filter for field captions. | ||
const int | CAPTION_NOT_CONTAINS | |
Indicates the "does not contain" filter for field captions. | ||
const int | CAPTION_NOT_ENDS_WITH | |
Indicates the "does not end with" filter for field captions. | ||
const int | CAPTION_NOT_EQUAL | |
Indicates the "not equal" filter for field captions. | ||
const int | COUNT | |
Indicates the "count" filter. | ||
const int | DATE_BETWEEN | |
Indicates the "between" filter for date values. | ||
const int | DATE_EQUAL | |
Indicates the "equals" filter for date values. | ||
const int | DATE_NEWER_THAN | |
Indicates the "newer than" filter for date values. | ||
const int | DATE_NEWER_THAN_OR_EQUAL | |
Indicates the "newer than or equal to" filter for date values. | ||
const int | DATE_NOT_BETWEEN | |
Indicates the "not between" filter for date values. | ||
const int | DATE_NOT_EQUAL | |
Indicates the "does not equal" filter for date values. | ||
const int | DATE_OLDER_THAN | |
Indicates the "older than" filter for date values. | ||
const int | DATE_OLDER_THAN_OR_EQUAL | |
Indicates the "older than or equal to" filter for date values. | ||
const int | LAST_MONTH | |
Indicates the "last month" filter for date values. | ||
const int | LAST_QUARTER | |
Indicates the "last quarter" filter for date values. | ||
const int | LAST_WEEK | |
Indicates the "last week" filter for date values. | ||
const int | LAST_YEAR | |
Indicates the "last year" filter for date values. | ||
const int | M_1 | |
Indicates the "January" filter for date values. | ||
const int | M_2 | |
Indicates the "February" filter for date values. | ||
const int | M_3 | |
Indicates the "March" filter for date values. | ||
const int | M_4 | |
Indicates the "April" filter for date values. | ||
const int | M_5 | |
Indicates the "May" filter for date values. | ||
const int | M_6 | |
Indicates the "June" filter for date values. | ||
const int | M_7 | |
Indicates the "July" filter for date values. | ||
const int | M_8 | |
Indicates the "August" filter for date values. | ||
const int | M_9 | |
Indicates the "September" filter for date values. | ||
const int | M_10 | |
Indicates the "October" filter for date values. | ||
const int | M_11 | |
Indicates the "November" filter for date values. | ||
const int | M_12 | |
Indicates the "December" filter for date values. | ||
const int | NEXT_MONTH | |
Indicates the "next month" filter for date values. | ||
const int | NEXT_QUARTER | |
Indicates the "next quarter" for date values. | ||
const int | NEXT_WEEK | |
Indicates the "next week" for date values. | ||
const int | NEXT_YEAR | |
Indicates the "next year" filter for date values. | ||
const int | PERCENT | |
Indicates the "percent" filter for numeric values. | ||
const int | Q_1 | |
Indicates the "first quarter" filter for date values. | ||
const int | Q_2 | |
Indicates the "second quarter" filter for date values. | ||
const int | Q_3 | |
Indicates the "third quarter" filter for date values. | ||
const int | Q_4 | |
Indicates the "fourth quarter" filter for date values. | ||
const int | SUM | |
Indicates the "sum" filter for numeric values. | ||
const int | THIS_MONTH | |
Indicates the "this month" filter for date values. | ||
const int | THIS_QUARTER | |
Indicates the "this quarter" filter for date values. | ||
const int | THIS_WEEK | |
Indicates the "this week" filter for date values. | ||
const int | THIS_YEAR | |
Indicate the "this year" filter for date values. | ||
const int | TODAY | |
Indicates the "today" filter for date values. | ||
const int | TOMORROW | |
Indicates the "tomorrow" filter for date values. | ||
const int | UNKNOWN | |
Indicates the PivotTable filter is unknown to the application. | ||
const int | VALUE_BETWEEN | |
Indicates the "Value between" filter for text and numeric values. | ||
const int | VALUE_EQUAL | |
Indicates the "value equal" filter for text and numeric values. | ||
const int | VALUE_GREATER_THAN | |
Indicates the "value greater than" filter for text and numeric values. | ||
const int | VALUE_GREATER_THAN_OR_EQUAL | |
Indicates the "value greater than or equal to" filter for text and numeric values. | ||
const int | VALUE_LESS_THAN | |
Indicates the "value less than" filter for text and numeric values. | ||
const int | VALUE_LESS_THAN_OR_EQUAL | |
Indicates the "value less than or equal to" filter for text and numeric values. | ||
const int | VALUE_NOT_BETWEEN | |
Indicates the "value not between" filter for text and numeric values. | ||
const int | VALUE_NOT_EQUAL | |
Indicates the "value not equal" filter for text and numeric values. | ||
const int | YEAR_TO_DATE | |
Indicates the "year-to-date" filter for date values. | ||
const int | YESTERDAY | |
Indicates the "yesterday" filter for date values. |
Field Detail |
---|
CAPTION_BEGINS_WITH | |
const int CAPTION_BEGINS_WITH |
CAPTION_BETWEEN | |
const int CAPTION_BETWEEN |
CAPTION_CONTAINS | |
const int CAPTION_CONTAINS |
CAPTION_ENDS_WITH | |
const int CAPTION_ENDS_WITH |
CAPTION_EQUAL | |
const int CAPTION_EQUAL |
CAPTION_GREATER_THAN | |
const int CAPTION_GREATER_THAN |
CAPTION_GREATER_THAN_OR_EQUAL | |
const int CAPTION_GREATER_THAN_OR_EQUAL |
CAPTION_LESS_THAN | |
const int CAPTION_LESS_THAN |
CAPTION_LESS_THAN_OR_EQUAL | |
const int CAPTION_LESS_THAN_OR_EQUAL |
CAPTION_NOT_BEGINS_WITH | |
const int CAPTION_NOT_BEGINS_WITH |
CAPTION_NOT_BETWEEN | |
const int CAPTION_NOT_BETWEEN |
CAPTION_NOT_CONTAINS | |
const int CAPTION_NOT_CONTAINS |
CAPTION_NOT_ENDS_WITH | |
const int CAPTION_NOT_ENDS_WITH |
CAPTION_NOT_EQUAL | |
const int CAPTION_NOT_EQUAL |
COUNT | |
const int COUNT |
DATE_BETWEEN | |
const int DATE_BETWEEN |
DATE_EQUAL | |
const int DATE_EQUAL |
DATE_NEWER_THAN | |
const int DATE_NEWER_THAN |
DATE_NEWER_THAN_OR_EQUAL | |
const int DATE_NEWER_THAN_OR_EQUAL |
DATE_NOT_BETWEEN | |
const int DATE_NOT_BETWEEN |
DATE_NOT_EQUAL | |
const int DATE_NOT_EQUAL |
DATE_OLDER_THAN | |
const int DATE_OLDER_THAN |
DATE_OLDER_THAN_OR_EQUAL | |
const int DATE_OLDER_THAN_OR_EQUAL |
LAST_MONTH | |
const int LAST_MONTH |
LAST_QUARTER | |
const int LAST_QUARTER |
LAST_WEEK | |
const int LAST_WEEK |
LAST_YEAR | |
const int LAST_YEAR |
M_1 | |
const int M_1 |
M_2 | |
const int M_2 |
M_3 | |
const int M_3 |
M_4 | |
const int M_4 |
M_5 | |
const int M_5 |
M_6 | |
const int M_6 |
M_7 | |
const int M_7 |
M_8 | |
const int M_8 |
M_9 | |
const int M_9 |
M_10 | |
const int M_10 |
M_11 | |
const int M_11 |
M_12 | |
const int M_12 |
NEXT_MONTH | |
const int NEXT_MONTH |
NEXT_QUARTER | |
const int NEXT_QUARTER |
NEXT_WEEK | |
const int NEXT_WEEK |
NEXT_YEAR | |
const int NEXT_YEAR |
PERCENT | |
const int PERCENT |
Q_1 | |
const int Q_1 |
Q_2 | |
const int Q_2 |
Q_3 | |
const int Q_3 |
Q_4 | |
const int Q_4 |
SUM | |
const int SUM |
THIS_MONTH | |
const int THIS_MONTH |
THIS_QUARTER | |
const int THIS_QUARTER |
THIS_WEEK | |
const int THIS_WEEK |
THIS_YEAR | |
const int THIS_YEAR |
TODAY | |
const int TODAY |
TOMORROW | |
const int TOMORROW |
UNKNOWN | |
const int UNKNOWN |
VALUE_BETWEEN | |
const int VALUE_BETWEEN |
VALUE_EQUAL | |
const int VALUE_EQUAL |
VALUE_GREATER_THAN | |
const int VALUE_GREATER_THAN |
VALUE_GREATER_THAN_OR_EQUAL | |
const int VALUE_GREATER_THAN_OR_EQUAL |
VALUE_LESS_THAN | |
const int VALUE_LESS_THAN |
VALUE_LESS_THAN_OR_EQUAL | |
const int VALUE_LESS_THAN_OR_EQUAL |
VALUE_NOT_BETWEEN | |
const int VALUE_NOT_BETWEEN |
VALUE_NOT_EQUAL | |
const int VALUE_NOT_EQUAL |
YEAR_TO_DATE | |
const int YEAR_TO_DATE |
YESTERDAY | |
const int YESTERDAY |