Submitted by Armando on 2009/12/27 11:40
This isn't a big deal as one can just add  "TaskActEnd-TaskActStart" equation in the TaskDuration field. But would this interfere with the gantt own calculations ?
 
BTW, Pierre : Sometimes I'm not sure about when these equations are triggered : the auto assign are triggered when events happen in the fields where these are set. But what about the equation field ?

Comments

>one can just add  "TaskActEnd-TaskActStart" equation in the TaskDuration field
 
Sorry, this is wrong. I should convert date values first.
 
In any case, I've changed it to
 
 
AM : TaskDuration=int(TaskActEnd)-int(TaskActStart) | E:TaskDuration=
 
Put that in TaskActEnd and TaskActStart autoassign equation.