The Gantt Chart function allows you to manipulate Gantt Charts interactively, by dragging bars along the chart to move them to new positions, and resizing the bars by dragging either end, to change duration.
GanttChart( "startFieldName" ; "durationFieldName" ; "barColorFieldName" )
Parameters:
| 1 | startFieldName | Task Start Date field (must be Date type), enclosed in quotes. | |
|---|---|---|---|
| 2 | durationFieldName | Task Duration field, giving the number of days (must be Number type), enclosed in quotes. The field referred to should not be a calculation field. | |
| 3 | barColorFieldName | Task color field (Text type), enclosed in quotes. Use a blank parameter for colors to be chosen for you. See “Background Color” in the “Basics” section. The field referred to should not be a calculation field. |
Example:
GanttChart(
“GanttChart Bars::Start” ; // task start date
“GanttChart Bars::Duration” ; // task duration
“GanttChart Bars::Color” // task color
)
The following shows the use of GetFieldName, and what is produced in Browse mode:
Layout Mode:

Browse Mode:

Field Definitions:
