I would like to be able to Set a start date, add an amount of Effort, Add the Start Date and Effort to arrive at the end date. And adjust the Effort with burnup to Adjust the end date in real time. Is this possible so that I can see the results on a TimeLine?
Connect
1 Answer
I'm not sure about a timeline view, but you can definitely work with dates in a database formula. You want the dateAdd() function.
Here are some examples from the official documentation:
dateAdd(now(), 1, "days") = @August 31, 2023 5:55 PM
dateAdd(now(), 2, "months") = @October 30, 2023 5:55
PM
dateAdd(now(), 3, "years") = @August 30, 2026 5:55 PM
You can also reference fields as long as Effort is numeric, and Start is a date, you can do something like dateAdd(start, effort, "days")
Related questions
- Is there a way to automatically set start and end dates based on an embedded timeline
- Is there a way to get a timeline in the Calendar view?
- I want to create my customize time line notes for exam, is there any way in notion to create it?
- Is there a way to view the wordcount of an entire workspace, including all sub-pages and tables etc?
- Formula to calculate a date based on Task name and Check-in date
Without Answer
-
- 38
- 0
- 3 days ago
-
- 84
- 0
- Aug 12
-
- 121
- 0
- Aug 7
-
- 218
- 0
- Jul 17
-
- 1278
- 0
- Apr 14
-
- 850
- 0
- Apr 12
-
- 1377
- 0
- Apr 11
-
- 796
- 0
- Apr 10
- see all
Recent Activities
renvik04 asked 3 days ago
How Can I Use Notion to Organize a Busy Work Workf…QMuzikDirektor asked Aug 12
Search Doesn't Seem To Worknotionbackups answered May 22
How to print or export note or page as pdf with fi…
...

