View Single Post
Quote:
Originally Posted by SpiralOcean View Post
To sum up, a stalled project is a project with 0 non-completed actions.
A stalled action group is an action group with 0 non-completed child actions.
In Where in OF you could experiment with saving and using the following two custom searches, which will generate lists from which you can automatically focus on particular projects or select particular action groups:
projects where (status is active) and ((number of tasks is 0) or (number of completed tasks is number of tasks)) -- stalled projects
tasks where ((number of tasks > 0) and (number of completed tasks is number of tasks)) and status of its containing project is active -- stalled action groups
--

Last edited by RobTrew; 2012-07-17 at 07:36 AM..