On Time Completion

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

This metric tracks the vendors ability to meet the SLA for the completion of a Purchase Order. This is set as the Complete By date in the Purchase Order.


Purpose / Metric Definition:

Measures whether the Purchase Order was completed on or before the priority expected completion date.

Category:

Performance

Logic / Formula:

CASE WHEN PO.CompletionDate <= PO.priority_expectedcompletiondate
    THEN 1
    ELSE 0
END AS Performance_OnTimeCompletion

Scoring Rules:

  • 100% → Vendor completed before or on the priority expected completion date

  • 0% → Vendor completed after the priority expected completion date

Notes / Exceptions (optional):

  • If no completion date exists, the metric will not be scored.


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