View Single Post
One can generate a view showing all active projects which are not stalled with RobTrew's Where In OF script. Instructions for installation at http://forums.omnigroup.com/showthread.php?t=7453.

A search that would do the job is:
Code:
projects where ([Active] and (not [Stalled])
It's worth noting that this will generate a window where all of the matching projects are selected, but that window does not update dynamically. If you complete all of the remaining actions for a project in the window, the project will remain visible, and similarly, if you caused a project to meet the parameters of the window when it had not at the time of the window's creation, it will not be magically added.

Last edited by whpalmer4; 2012-07-17 at 09:27 AM.. Reason: Update link