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 > OmniFocus Extras
FAQ Members List Calendar Today's Posts

 
Script for a quick listing of OmniFocus statistics Thread Tools Search this Thread Display Modes
I am not sure if this has been going on for a while, I usually just run the script and then capture the data to clipboard and move on, but for some reason lately when I run the script and leave the data window up I get the spinning beachball for a long time and then eventually get an error window

"The script 'OFQuickStats' could not complete.
AppleScript reported the following error:
System Events got an error: AppleEvent timed out."

I've taken a look at the script but haven't a clue where to start to try to figure out what's causing the issue.

Any suggestions?

Thanks!
 
Quote:
Originally Posted by Oogiem View Post
when I run the script and leave the data window up I get the spinning beachball for a long time and then eventually get an error window
In version 2.04 I've added a pTimeout property (near the top of the script) with a default value of 20 seconds, after which the dialog will now simply vanish.

You can edit the value to a larger number of seconds if you prefer.

--

Last edited by RobTrew; 2012-10-02 at 02:05 PM..
 
Thank you, that fixed it.

Musch appreciated
 
This script looks Awesome! However, I can't find a way to download a recent version. The link to download the script is broken because of the MobileMe shutdown. Could you please post a new link? Thanks!
 
Generally moved things here
 
I've just stumbled upon this script and it's tremendously useful. Thank you very much for creating and sharing it!
 
I'm glad you're finding it useful, and thank you for drawing my attention to this thread again - an opportunity to fix some broken links to the script itself.
 
Hi
Thanks for the script Rob. I've managed to make a few tweaks to suit my needs but now I'm stuck. I want get some numbers on how old some incomplete tasks are.

e.g. something like this:

Modified
<= 1 Month 130
> 1 Month and <= 2 Months 12
> 2 Months and <= 3 Months 50
> 3 Months and <= 6 months 16
> 6 Months and <= 12 months 12
>12 Months 8

I tried to understand how SQLite does its dates but I can't. I got into sqlite3 and attached to the db OK. I then ran this to look at a few tasks:

select dateModified, date(dateModified), name from task where inInbox = 1 and (dateCompleted is null);

371086241.164303|1011287-12632210-20|empty tank
371086282.211984|1011287-12632211-31|find xxx
371086440.284924|1011287-12632217-05|reply yyy on FB
371086613.883444|1011288-12632210-28|blah blah
371089001.703324|1011294-12632217-11|ring ZZ

All these task were entered today, 2012-10-05.....so I don't understand this date system.

I'm also stumped on how to do the date manipulation I need in SQL.

And finally: If possible I'd also like to exclude the tasks from projects in my templates folder as these aren't tasks to work on.

Any clues anyone ?

thanks
Kazza
 
The timestamps are counted in seconds elapsed since the start of 2001. See, for example, http://forums.omnigroup.com/showthread.php?t=25238

In the same post, you will see a join involving folders, projects and tasks. You may find that you can add a condition analogous to and f.name not like "%Shakespeare%"

(Omitting the % wildcards if you are looking for an exact match)

Another approach would be sth like and f.persistentIdentifier != 'c4B4eD0fPK9'. You can find the id/persistentIdentifier of a folder by Ctrl-clicking it and choosing Copy as link
 
Can I suggest a few additions to the script? In the attached, I've added 3 new items that correspond to the badges in OmniFocus for iOS:
- Inbox available actions
- Due in next week
- Flagged projects and actions
Attached Files
File Type: applescript Stats.applescript (11.5 KB, 502 views)
 
 




Similar Threads
Thread Thread Starter Forum Replies Last Post
OmniFocus Statistics skylarkelly OmniFocus Extras 4 2012-02-29 06:44 AM
Script: listing tasks by their creation date RobTrew OmniFocus Extras 0 2011-07-26 01:29 AM
OmniFocus AppleScript for Statistics Creation (for download) digitalimago OmniFocus Extras 30 2011-01-12 02:06 PM
Help with Entourage->OF quick entry script magnum6 OmniFocus Extras 4 2007-12-14 08:50 AM
OmniFocus crash statistics Ken Case OmniFocus 1 for Mac 0 2007-07-25 03:05 PM


All times are GMT -8. The time now is 08:24 PM.


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