Ask for help for text mode calculation
Dear Friends
I've a sample task report, I would like measure the sample performance, so I would set up formula between actual receive date VS actual send out date
And the rule is:-
if the actual send out date less than equal actual receive date + 4 weeks then it is "on time"
if the actual send out date exceed actual receive date + 4 weeks then it is "Late"
And My expression as below and doesn't work, could you take a look and correct formula below. Many thanks!
valueexpression=IF({DE:Actual send out date}<={DE:Actual Receipt Date}+4w,"On Time","Late")