I am trying to select the minimum or first arrival time of a bus. Is it possible to put the statement below in the
"Select Expert" or in a "Command View" object?
How can you select the minimum or first arrival time of a bus grouping by bus?
Select Minimum ({incident_log.incident_date_time}, {incident_log.vehicle_id})
From incident_log
"Select Expert" or in a "Command View" object?
How can you select the minimum or first arrival time of a bus grouping by bus?
Select Minimum ({incident_log.incident_date_time}, {incident_log.vehicle_id})
From incident_log