field >= {value}

This block is part of the query group and was last modified in core v10.4.28.

Connection Type

This block connects from a query type block. Make sure to connect this block to the appropriate left-hand side connection.

Parent Requirements

This block requires specific parent elements: query_bool_range_date_field, query_first_defined, query_aggregation. Ensure this block is placed within the appropriate parent context.

field >= {value} v10.4.28

In pins 1
  • date required
    date
Out pins 1
  • query
    query

Emits {"gte": <unix seconds>} : a range fragment meaning AT OR AFTER: the boundary date itself matches. The date pin accepts timestamps and common date strings; an unwired or falsy pin uses the current time, an unparseable value becomes 0.

higherequal

A typical wiring for field >= {value}: date now feeds the date pin; the query out pin feeds date.

Studio canvas example for the field >= {value} block: typical wiring for field >= {value}.

Commonly used with

In production blueprints, this block is most often wired together with:

  • date: this block feeds into it. do range checks on date fields.
  • date now: feeds into this block. Gives you the current date based on your timezone.
  • minus days: feeds into this block. Minus an selected amount of days of your given date.

Version history

Introduced in v10.4.28.


Back to query Return to the main group to view all sub-groups Back to range date Return to the group to view all blocks within this group