Skip to main content

Select Event

Syntax

Select Event event_name
conditional_command value

Parameters

  • event_name: The name of the event field to evaluate.
  • conditional_command: The operator for the comparison (e.g., GE, LE).
  • value: A time value (e.g., 10:00:00) or the name of another event field for comparison.

Description

Filters entries based on criteria related to a specific event time, or by comparing two event times.

Remarks

Only one such command can be used in the listing file. Please use 'Event To Database' for complex queries. This is useful for identifying data issues, such as a split time being greater than a finish time.

Examples

To find runners who started after 10:00:00:

Select Event Start
GE 10:00:00

To find runners with a split time greater than their finish time:

Select Event SPLIT1
GE FINISH