tasks- delay or completed in time .
Posted: 2021-09-16 19:46
I have task follow-up table in ,
there are fields as follows
1)task_name (lookup field)
2)required_days (lookup field-autofill)
3)start date
4)end date
5)task_days_count (calculated field, datediff (start_date,end_date)
6)status
i want to update status as
if field number 5 (task_days_count) <= field number 2 (required_days) then number 6 auto update "task done in time"
if field number 5 (task_days_count) > field number 2 (required_days) then status = "delay"
please help to complete it ,
thanks and best regards,
there are fields as follows
1)task_name (lookup field)
2)required_days (lookup field-autofill)
3)start date
4)end date
5)task_days_count (calculated field, datediff (start_date,end_date)
6)status
i want to update status as
if field number 5 (task_days_count) <= field number 2 (required_days) then number 6 auto update "task done in time"
if field number 5 (task_days_count) > field number 2 (required_days) then status = "delay"
please help to complete it ,
thanks and best regards,