View Single Post
Never mind, I figured it out:

Code:
task WHERE (blocked=0) and (dateCompleted is NULL) and (childrenCount=0) and (effectiveFlagged=1)
(where effectiveFlagged is invoked because I wanted to retrieve the singleton tasks in my "Big Rocks" (flagged projects)).