The Omni Group
These forums are now read-only. Please visit our new forums to participate in discussion. A new account will be required to post in the new forums. For more info on the switch, see this post. Thank you!

Go Back   The Omni Group Forums > OmniFocus > Applying OmniFocus
FAQ Members List Calendar Search Today's Posts Mark Forums Read

 
Finding all actions on a specific date or in a date range Thread Tools Search this Thread Display Modes
I'm a bit new, so please bear with me. I'm trying to decide whether to commit to an activity on 08/02/2010. I can see in iCal that I have no conflicts in terms of appointments. But it's possible that I've got a long list of actions due on that date. I can group by Due and sort by Due and scroll the list, but it would be simpler just to search on "08/02/2010" and be presented with a list of actions due on that day. Is this possible?
 
No, not generally possible in OmniFocus for an arbitrary date. But to some degree that wouldn't really give you a good answer anyhow, because you need to look at the surrounding dates' workload, too. If you have a big tax return marked as due April 15 (and not likely to all be done in one day), looking at your calendar for April 14 and OmniFocus and not seeing anything due April 14, would you be making a good choice agreeing to take on a substantial commitment that day? While I agree it would be nice to be able to filter for items that matched a specific date or date range, just like you can search for items containing a specific string, using it for this purpose seems potentially hazardous!

If you do want to do a search right now, you can use File->Export to toss your database into a spreadsheet and search it there.
 
I'm pretty sure we have a feature request open on the ability to search on dates - email the support ninjas and we can add a vote on your behalf.
 
I'll do that. Thanks for the replies.
 
Quote:
Originally Posted by dp1 View Post
I can group by Due and sort by Due and scroll the list, but it would be simpler just to search on "08/02/2010" and be presented with a list of actions due on that day. Is this possible?
Using Where in OmniFocus (which needs OF 1.8) you can list actions due in a specific period by saving and reusing a custom search like:
tasks where (due date ≥ <dte1>) and (due date ≤ <dte2>)
(The user is prompted for the values of the <dte> placeholders, which can be specified either as absolute dates, or as relative dates like 'today + 5 * days' or 'today + 2 * weeks')

(Both the filled and the template version of the search are automatically saved in the Most Recently Used searches list, for quick re-use)

--

Last edited by RobTrew; 2012-07-17 at 06:07 AM..
 
Rob,
I am hooked on your "Where in OmniFocus" script. Terrific work, and an essential complement to the application. May I ask whether it would be possible to:

1. Search for tasks/projects by start date, and
2. Search for tasks/projects by start/end time?

Thank you.
 
Quote:
Originally Posted by macula View Post
May I ask whether it would be possible to:

1. Search for tasks/projects by start date, and
2. Search for tasks/projects by start/end time?
.
One can certainly do searches like:
tasks where (start date ≥ <dte1>) and (start date ≤ <dte2>)
optionally including a time specification with the date, (the details of the time format will vary according to your regional system settings, but running the simple script:

Code:
set str to (current date) as string

display dialog str

set the clipboard to str
in the applescript editor should give you an idea of the default format).

In my locale I can, for instance run the search:
tasks where start date < date "12/12/2010 17:00"
or
tasks where start date < <dte>
and then respond to the prompt with:
12/12/2010 17:00


--

Last edited by RobTrew; 2010-12-17 at 08:49 AM..
 
Is it possible to have an AppleScript that runs "Where in OmniFocus" and shows actions that are unflagged and not due?

I know I can sort by due and then just skip over all the due actions. I really need to view actions by context to quickly fly through actions. That way I can more easily find actions/tasks that should be marked as due that I have somehow missed.

I guess this is not possible right?
Attached Thumbnails
Click image for larger version

Name:	Perspective but with no due actions.jpg
Views:	1206
Size:	19.3 KB
ID:	2318  

Last edited by skillet; 2012-03-21 at 02:20 AM..
 
 


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
Date Specific Actions & iCal Sync [See "Replacing Calendar Sync" thread.] jakobox iCal Sync 8 2011-07-22 01:07 PM
Feature Request: Creation Date and Checkoff Date for Actions hagbard5235 OmniFocus 1 for Mac 3 2010-02-06 10:36 AM
Reporting or Listing Tasks by a Date Range? Ciscok1d OmniFocus 1 for Mac 3 2008-10-23 10:07 AM
View by specific date completed? velda OmniFocus 1 for Mac 8 2008-06-18 05:40 PM


All times are GMT -8. The time now is 03:56 AM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2024, vBulletin Solutions, Inc.