Skip to main content
Filters time fields for dates falling within a specified range. Returns rows where the date is between the start and end dates (inclusive).
This filter is inclusive of the start date and end date.

Syntax

Properties

string
required
The time/date field to filter on, specified in the format view_name.field_name.
date[]
required
An array with two date values: [start_date, end_date]. Dates can be:
  • Fixed date - Specified in YYYY-MM-DD format. For example, 2024-01-01.
  • Relative date - For example, today, 7 days ago

Examples

Between two fixed dates
Between two relative dates