Time Filters

Some filter fields operators are only applicable to time-based inputs E.g. when filtering for specific periods when the queried transactions have taken place.

There are two types of time operators:

  • absolute

  • relative

Absolute Time Operators

Absolute time filters use the specific time values to generate your query results. These are useful when creating queries for specific time ranges.

Relative Time Operators

Relative time filters allow you to create queries with rolling date values relative to the current date. These are useful when creating queries that update each time you run the query.

Partial or Complete Time Periods

The operators you use determines whether partial time periods or only complete time periods will be included. For example, the expression 3 days includes the current, partial day as well as the prior two days. The expression 3 days ago for 3 days includes the previous three complete days and excludes the current, partial day.

Last updated