Hi everyone,
I’m setting up a project management base with dependencies between tasks. I have two questions:
- In some cases, task 2 can begin before task 1 ends, but the completion of task 2 does depend on the completion of task 1. There will simply be some overlap in when both start (e.g. parts of task 2 can be started before task 1 begin, however until task 1 is completed, task 2 cannot be fully done). I have set up the dependency as Task 1 → depends on → task 2. However, this then shows up as an error: Task 1 begins before Task 2 ends. Is there a way around this?
- What happens when you have some dependencies in the same table that are predecessors and some that are successors?
Thanks a lot in advance!