Filter Expressions - Day of Week Index
Example
b.delivered___day_of_week_index:
- 'any'
- '1'
- '2, 3'
- 'null'
- 'not 4'
- 'not 5, 6, 7'
- 'not null'
Description
If week_start parameter of Project Config is set to "Monday"
| Expression | Description |
|---|---|
| any | is any value (same as no filter) |
| 1 | matches only Mondays |
| 2, 3 | matches Tuesdays and Wednesdays |
| null | has no data |
| not 4 | matches any days except Thursdays |
| not 5, 6, 7 | matches any days except Fridays, Saturdays and Sundays |
| not null | has data |