Filters time fields for dates falling within a specified range. Returns rows where the date is between the start and end dates (inclusive).Documentation Index
Fetch the complete documentation index at: https://docs.omni.co/llms.txt
Use this file to discover all available pages before exploring further.
Syntax
Properties
The time/date field to filter on, specified in the format
view_name.field_name.An array with two date values:
[start_date, end_date]. Dates can be:- Fixed date - Specified in
YYYY-MM-DDformat. For example,2024-01-01. - Relative date - For example,
today,7 days ago
Examples
Between two fixed dates
Between two relative dates