Aug 22, 2024 02:32 AM
Hi Airtable-Community
A record is always automatically created in this table if the kick-off or planned completion date changes. At the top is always the data that was entered when the project was created. Below that, an entry is created every time something changes in the timeline.
Now I would like to have an additional field that only shows the changes to the timeline.
Example:
Initial project timeline at creation: 01.09.24-31.12.24
Change of the timeline to: 01.09.24- 30.01.25
Displayed date field 01.01.25-30.01.25
I would then like to display this in a timeline: At best somehow on top of each other so that you can easily see how the timeline changes.
best regards
Mirko
Aug 23, 2024 12:48 AM
Try:
1. Create two new fields to store the "Start" and "End" dates, call them "Start - Historical" and "End - Historical" or something
2. Create an automation that'll trigger when the Start or End date is updated, and its action will be to:
a) If the "Start - Historical" and "End - Historical" fields are not empty:
- Create a new record where the "Start" and "End" dates are the "Start - Historical" and "End - Historical" values
- Update record action to replace the "Start - Historical" and "End - Historical" values with the current "Start" and "End" dates
b) If the "Start - Historical" and "End - Historical" fields are empty:
- Update record action to replace the "Start - Historical" and "End - Historical" values with the current "Start" and "End" dates
Aug 23, 2024 03:27 AM
Hi @TheTimeSavingCo ,
thank you for your answer. I Think this could work.
Do you also have an idea on how to display the information in a view. I would love to have a timeline view and the actual change on top of it. For example something like this:
Best
Mirko
Aug 23, 2024 08:57 PM
Hmm, instead of creating the new record with the historical start and end time, you'd need to do some math to figure out where the difference was and then use that value instead I reckon. That way you could get that shaded bit at the end there