View Single Post
Quote:
Originally Posted by Yosh View Post
a perspective that would only list those actions that are repeating regardless of their project or context?
One approach would be to add queries like:
tasks where repetition is not missing value
or
tasks where completed=false and repetition is not missing value --sh gr=folder so=due
or
tasks where completed=false and repetition is not missing value and (start date is missing value or start date < now) --sh gr=folder so=due
to the main menu of the Where in OF script.

--

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