Help

Optimizing timeline using Gantt View

Topic Labels: Views
Solved
Jump to Solution
963 2
cancel
Showing results for 
Search instead for 
Did you mean: 
Paul_Warren1
6 - Interface Innovator
6 - Interface Innovator

Hello Friends!

I’ve been getting very excited by the Gantt view! Especially the ability to push tasks and have all of the following tasks push with it.

Is it possible to pull all of the following tasks when pulling tasks backwards? Or a way to update a set of records to have no “dead” space between tasks?

Thank you!
Paul Warren

1 Solution

Accepted Solutions
Databaser
12 - Earth
12 - Earth

I don’t think there is.

You could use a formula with DATETIME_DIFF() between child and parent so it flags where you have a gap between end and start date. You could also use this in an automation so that the start date of the child record changes to the end date of the parent record.

See Solution in Thread

2 Replies 2
Databaser
12 - Earth
12 - Earth

I don’t think there is.

You could use a formula with DATETIME_DIFF() between child and parent so it flags where you have a gap between end and start date. You could also use this in an automation so that the start date of the child record changes to the end date of the parent record.

Thank you for your quick and helpful reply. Those are some great suggestions!