Filter Expressions - Quarter of Year
Example
b.delivered___quarter_of_year:
- 'any'
- 'q1'
- 'q2'
- 'q3'
- 'q4'
- 'null'
- 'not q1'
- 'not q2'
- 'not q3'
- 'not q4'
- 'not null'
Description
Expression | Description |
---|---|
any | is any value (same as no filter) |
q1 | matches First quarters of year |
null | has no data |
not q2 | matches First, Third and Fourth quarters of year |
not null | has data |