Thread: Dependant tasks
View Single Post
  #3  
Old 01-11-2008, 01:15 PM
quant's Avatar
quant quant is online now
Registered User
 
Join Date: 11-30-2006
Posts: 967
Re: Dependant tasks

Quote:
Originally posted by lazlo24
Hi

Does anyone have any tricks on how to make dependant tasks.

Say I have three tasks.
Task 1
Task 2
Task 3

Task 3 is dependant on task 2 being complete and cannot be started until this is true
Task 2 is dependant on task 1 being complete and cannot be started until this is true

What I want to hide Task 2 until Task 1 is complete and hide task 3 until task 2 is complete. This way I only get to see what can be done, one task at a time.

Is there a way of expressing this in a search or some thing like this?

Thanks
Lazlo24
know exactly what you're talking about .... it is very frustrating
It would be dead easy if we had access to parent/children attributes (not just parent title):
parent.complete=yes AND complete=no, for example

Hope we'll be given access to those attributes sooner rather than later ...
Reply With Quote