View Single Post
Sorry, I led you astray a bit; I didn't look closely enough at my test case! Here's a better answer:

If you want to see a list of projects that are due, I suggest downloading Rob Trew's Where in OF script which will let you run queries such as:

projects where due date ≤ today and completed is false

or

projects where (completed is false) and (flagged is true)

producing a window focused on only the projects that match the conditions.

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