Continuous Main bar
summary for Run bar
tasks.
Retype the Run bars in summary to Main bars and use functions ganttrunminstart, ganttrunmaxend and optionally ganttrumsumduration for calculations.
The sample summary default is:
<D Name="SUM" Calculated="1" AggChildren="1" GANTTGanttEdit="" CanEdit="0"
GANTTGanttStart="START" GANTTGanttEnd="END" GANTTGanttDuration="DUR" GANTTGanttComplete="COMP" GANTTGanttRun=""
STARTFormula="ganttrunminstart()" ENDFormula="ganttrunmaxend()" DURFormula="ganttrunsumduration()" COMPFormula="ganttpercent()"
GANTTGanttEdit="" CanEdit="0"
/>
where the START, END, DUR, COMP and GANTT are appropriate column names used in grid.
It is also possible to define the GanttClass and GanttIcons attributes.
If you nest the summaries, you should set for them AggChildren='1' to sum always the source runs and not the child main bars.