DynamicFilterType Enum
Contents
[
Hide
]DynamicFilterType Enum
Dynamic filter type.
type DynamicFilterType int32
Fields
| Field | Description |
|---|---|
| AboveAverage | Shows values that are above average. |
| BelowAverage | Shows values that are below average. |
| LastMonth | Shows last month’s dates. |
| LastQuarter | Shows last quarter’s dates. |
| LastWeek | Shows last week’s dates. |
| LastYear | Shows last year’s dates. |
| January | Shows the dates that are in January, regardless of year. |
| October | Shows the dates that are in October, regardless of year. |
| November | Shows the dates that are in November, regardless of year. |
| December | Shows the dates that are in December, regardless of year. |
| February | Shows the dates that are in February, regardless of year. |
| March | Shows the dates that are in March, regardless of year. |
| April | Shows the dates that are in April, regardless of year. |
| May | Shows the dates that are in May, regardless of year. |
| June | Shows the dates that are in June, regardless of year. |
| July | Shows the dates that are in July, regardless of year. |
| August | Shows the dates that are in August, regardless of year. |
| September | Shows the dates that are in September, regardless of year. |
| NextMonth | Shows next month’s dates. |
| NextQuarter | Shows next quarter’s dates. |
| NextWeek | Shows next week’s dates. |
| NextYear | Shows next year’s dates. |
| None | None. |
| Quarter1 | Shows the dates that are in the 1st quarter, regardless of year. |
| Quarter2 | Shows the dates that are in the 2nd quarter, regardless of year. |
| Quarter3 | Shows the dates that are in the 3rd quarter, regardless of year. |
| Quarter4 | Shows the dates that are in the 4th quarter, regardless of year. |
| ThisMonth | Shows this month’s dates. |
| ThisQuarter | Shows this quarter’s dates. |
| ThisWeek | Shows this week’s dates. |
| ThisYear | Shows this year’s dates. |
| Today | Shows today’s dates. |
| Tomorrow | Shows tomorrow’s dates. |
| YearToDate | Shows the dates between the beginning of the year and today, inclusive. |
| Yesterday | Shows yesterday’s dates. |