Visualize the project timeline for effective planning and identify the project completion timeframe.
Customize the Gantt chart by applying themes and colors to the timeline (Gantt bars) based on values for improved comprehension.
View the project timeline across various intervals like daily, weekly, monthly, and yearly.
Track your project's progress and manage task dependencies for efficient project execution.
Detect and correct incorrect data by reviewing the error logs provided.
To install the Gantt chart extension, please follow the below steps.
Go to Zoho Marketplace.
Click Extensions in the top-left corner and select Zoho Creator.
Search for the Gantt chart extension and click Install. You need to login to your Zoho account to install the extension.
Refer to this page to learn more about installing the extension. Once installed, the extension will be available in your Zoho Creator account.
To visualize the tasks on a timeline, you can install this extension from the Zoho Marketplace and embed a Gantt chart directly into your application, providing a clear and comprehensive overview of your project's timeline. You can add the Gantt chart extension to any page of your application in just two steps.
Embed the widget in a new or existing page by following these steps.
Add the below page variable in the page.
Parameter | Data Type |
data | TEXT |
Add the below page script to that respective page. It maps the field link name to generate a Gantt chart with the available records. This Gantt chart extension allows you to effortlessly visualize three distinct types of form data.
Find out more about scripts below. You must have the necessary fields in the form to generate a Gantt chart. Let's look at the parameters and scripts for each form type.
The below script is suitable for a form that has fields containing task names, along with start and end dates.
Field name | Field data type | Field link name | Description |
Task name | Single line | Task_name | To record the task name |
Start date | Date | Start_date | To record the start date of the task |
End date | Date | End_date | To record the end date of the task |
Find the sample script below:
Parameter | Description |
reportName | Name of the report that will be used as the reference for the Gantt chart. |
dateFormat (Optional) | The date format specified in the date and time settings in your application settings. Supported Formats:
|
taskName | The field link name of the task field where the task names are recorded. |
startDate | The field link name of the start date field of the task. |
endDate | The field link name of the end date field of the task |
This script is suitable for a form that has a lookup field. For example, imagine you have a Task form with a Project lookup field to associate tasks with their respective projects.
Field name | Field data type | Field link name | Description |
Task name | Single line | Task_name | To record the task name |
Start date | Date | Start_date | To record the start date of the task |
End date | Date | End_date | To record the end date of the task |
Project name | Single line | Project_name | To record the project name to which the task belongs. (bidirectional lookup field) |
The below sample script generates a Gantt chart that displays all the tasks belonging to a particular project.
Parameter | Description |
parentReport | Denotes the report name of the form(another form containing project details) from which the lookup is used in the tasks form. |
reportName | Name of the report that will be used as the reference for the Gantt chart |
relationLinkName | The link name of the project lookup field in the Task form (to which the tasks are related). |
dateFormat (Optional) | The date format specified in the date and time settings in your application settings. Supported Formats:
|
taskName | The field link name of the task field where the task names are recorded. |
startDate | The field link name of the start date of the task. |
endDate | The field link name of the end date of the task |
This script is suitable for a form that has a lookup field and a subform. This can be used in the cases where the Gantt chart has to include tasks with their subtasks.
Project ----> Tasks ----> Sub Tasks
Field name | Field data type | Field link name | Description |
Task name | Single line | Task_name | To record the task name |
Start date | Date | Start_date | To record the start date of the task |
End date | Date | End_date | To record the end date of the task |
Project name | Single line | Project_name | To record the project name to which the task belongs. (bidirectional lookup field) |
Subtask name | Single line | Subtask_name | To record the subtask name |
Subtask Start date | Date | Subtask_Start_date | To record the start date of the subtask |
Subtask End date | Date | Subtask_End_date | To record the end date of the subtask |
Project Form
Use the below sample script for this type of forms:
Parameter | Description |
parentReport | Denotes the report name of the form(Another form that has project details to which these tasks are mapped) |
reportName | Name of the Gantt chart report |
relationLinkName | The field link name of the project field in the form to which the tasks are related. |
dateFormat (Optional) | The date format specified in the date and time settings in your application settings. Supported Formats:
|
record ID | Denotes the ID of a record in Project form. This parameter is optional. It is used to show the Gantt chart with the project of this record ID by default. |
taskName | The field link name of the task field where the task names are recorded. |
startDate | The field link name of the start date of the task. |
endDate | The field link name of the end date of the task |
subReportName | Report name of the subform |
subRelationName | The lookup field link name of the form used within the subform |
subTaskName | The field link name of the subtask field |
subStartDate | The field link name of the start date of the subtask. |
subEndDate | The field link name of the end date of the subtask. |
This extension provides customization options to distinguish various tasks with colors and have a more visually appealing chart.
You can set any desired color to your chart and make it more attractive. Add the below script to set the chart theme.
You can set multiple colors for the timeline to help you distinguish between various tasks. The chart utilizes a round-robin pattern from the multiple colors to determine the timeline (Gantt bars) colors. If you've given four colors - red, blue, green, and yellow - the bars will be colored in the same sequence. For the subsequent bars, the color sequence will repeat in the same order.
You can set colors for the Gantt bars based on the value of a field. For example, if you want to view the tasks in different colors according to their status (field), you can do so by assigning different colors to different statuses. Like Pending tasks could be displayed in yellow, Ongoing tasks in blue, and Completed tasks in green.
This helps you quickly identify the critical aspects of a project, therefore reducing the time to interpret the information and improving overall clarity. You can add the below script and set colors according to your preference.
basedOn - denotes the field link name based on which the bars color will be configured.
Let's imagine that you are using a Project Management application to organize tasks and subtasks.
To configure this extension:
Create a form with any of the above three specified form structures. Here, let's assume a form with subform.
Field Type | Field Name | Field Link name |
Single Line | Task Name | task_name |
Date | Start Date | task_start_date |
Date | End Date | task_end_date |
Single Line | Status | task_status |
Lookup field | Project Name | project_name |
Subform fields | ||
Single Line | Sub Task | sub_task_name |
Date | Start Date | sub_task_start_date |
Date | End Date | sub_task_end_date |
Embed this extension in any of your pages in your application.
Configure the page script as below to generate the Gantt chart. The below script suits a form with subform that also applies theme to the chart and bar colors based on task status.
Learn how to use the best tools for sales force automation and better customer engagement from Zoho's implementation specialists.
If you'd like a personalized walk-through of our data preparation tool, please request a demo and we'll be happy to show you how to get the best out of Zoho DataPrep.
You are currently viewing the help pages of Qntrl’s earlier version. Click here to view our latest version—Qntrl 3.0's help articles.