On Time Arrival Metric

Created by Kenneth Abad, Modified on Fri, 29 Aug at 11:56 AM by Kenneth Abad

The On Time Arrival metric tracks how often a vendor is onsite for a work order within the set SLA of their Purchase Order. 

Purpose / Metric Definition:

Measures whether the first trip’s scheduled on-site date occurs on or before the priority expected first trip date (per the Purchase Order).

Category:

Performance

Logic / Formula:

CASE WHEN Trips.FirstOnsiteDate <= PO.priority_firsttripdate       THEN 1 ELSE 0
END AS Performance_OnTimeArrival

Scoring Rules:

  • 100% → First On-Site Date is on or before expected priority date.

  • 0% → First On-Site Date is after expected priority date.

  • Not Scored → No completed trips tied to the Purchase Order.



Links to Dashboards/Reports that use this metric:



Was this article helpful?

That’s Great!

Thank you for your feedback

Sorry! We couldn't be helpful

Thank you for your feedback

Let us know how can we improve this article!

Select at least one of the reasons

Feedback sent

We appreciate your effort and will try to fix the article