I have a tasks table with “Estimated Time to Complete” (field type is Duration). I want to determine the due date for the task based on the total duration of tasks. For example:
Task A = 30 minutes
Task B = 40 minutes
Task C = 75 minutes
Let’s say I ...