Hi @dnieto,
It's a bit custom but you can achieve something like this with the help of few extra fields:
- a linked record field - pointed at the same table to choose predecessor events
- a lookup field - to display the start date of a predecessor event
- a single-select dropdown - to hold date manipulation options like "as-is", "2 weeks later", "1 week earlier" etc.
- a formula field - to add/subtract days from the predecessor event's start date based on the dropdown field's value
Then you could use this formula field as a start date in the timeline view and quickly adjust the relative date options via the single-select dropdown field all from within the same timeline view.
Also, you might take a look at the Gantt view for tracking dependent events. If you set up dependencies (a linked record field pointed to the same table it's in) in your Events table, then you can turn on dependencies in the Gantt view and drag the bounds of records to affect the dates of dependent events by date rippling.
Hope that helps!
-Stephen
Hi @dnieto,
It's a bit custom but you can achieve something like this with the help of few extra fields:
- a linked record field - pointed at the same table to choose predecessor events
- a lookup field - to display the start date of a predecessor event
- a single-select dropdown - to hold date manipulation options like "as-is", "2 weeks later", "1 week earlier" etc.
- a formula field - to add/subtract days from the predecessor event's start date based on the dropdown field's value
Then you could use this formula field as a start date in the timeline view and quickly adjust the relative date options via the single-select dropdown field all from within the same timeline view.
Also, you might take a look at the Gantt view for tracking dependent events. If you set up dependencies (a linked record field pointed to the same table it's in) in your Events table, then you can turn on dependencies in the Gantt view and drag the bounds of records to affect the dates of dependent events by date rippling.
Hope that helps!
-Stephen
Hi, Stephen!
That's something I can do! I'll try and see how it goes