Forum Discussion

ChrisSwirtz1's avatar
ChrisSwirtz1
Qrew Trainee
29 days ago

Trying to calculate On Time delivery

I have a table that holds shipment data, Ship to, Reference #, Due Date, Ship Date, and then a formula field that returns "Yes" if the the the Ship Date is less than or equal to the Due Date and "No"...
  • MarkShnier__You's avatar
    29 days ago

    One way to do this is to make a formula which calculates to 1 if the shipment was on time and 0 if it was not on time. Set the field type to be percent.

     

    Then you can run a summary report to summarize your orders by say week or months and do an average of that field.