Skip to main content

Range

Will return all instances that have the correct time condition

FORMAT: instances WHERE RANGE operator value


DEFINITIONS:

  • instances: quoted text specifying label you wish to count in from a timeline or instances (which can be grouped using AND, OR, NOT)
  • operator: <>= = !=
  • value: the time you wish to test (in seconds) that intersects the range of the instances

EXAMPLE 1:

count instances where range > 20

Will count the number of instances that have a start time after 20 seconds