I haven't done exactly what you're asking, but one of the steps we've
done seems like it may help get there.Our need was to calculate planned
hours based on FTE * (plannedCompletionDate - plannedStartDate). We have
a fusion job that watches task changes, does the calculation on
appropriate tasks, and writes to workRequired. So long as you're
thinking of a linear spread, I think we could use a similar concept for
the above and have Fusion look at Planned Hours, calculate its spread
over the numbe...