Is there a formula that automatically enters the due date and calculates the due date?
I tried it but it didn't work; ifThen(not(empty(dueDay)),cDateDate= datetime\diff(today(), cDateDay, 'day'));
cDueDate = datetime\addDays(cDateDate, cNumberOfDays);
cDueDate = datetime\addDays(datetime\now(), cNumberOfDays);
Comment