Filter by Month by Allyn56 - 2013-12-20
Is there a way to setup a filter to sort by month found? In that I mean I want to find caches found by me in a given month across all years. So any caches I have found in January of 2010, 2011, 2012,...
View ArticleFilter by Month by The CEO - 2013-12-20
On the Where tab of the Filter dialog (Ctrl-F), enter:SQL strftime('%m', foundbymedate)='xx' with xx= the month (01, 02, .. , 12)
View ArticleFilter by Month by Red Roo - 2013-12-20
QUOTE (The CEO @ December 21, 2013 07:27 am) On the Where tab of the Filter dialog (Ctrl-F), enter:SQL strftime('%m', foundbymedate)='xx' with xx= the month (01, 02, .. , 12) Is there an easy way to...
View ArticleFilter by Month by Big Wolf - 2013-12-20
Just add in the year qualifier in addition to the month:- SQL strftime('%m-%Y', foundbymedate)='08-2010'
View ArticleFilter by Month by Red Roo - 2013-12-20
QUOTE (Big Wolf @ December 21, 2013 08:55 am) Just and in the year qualifier in addition to the month:- SQL strftime('%m-%Y', foundbymedate)='08-2010' Thanks
View ArticleMonthly Name Challenge by Allyn56 - 2013-12-22
Yup. That is the case. Runs fine without the apostrophe.Thanks
View ArticleWriting a "Where" clause in a filter by coolcowcachers - 2013-12-22
I would like to build a filter using either a polygon or county to include all caches except Unknown caches without Corrected Coordinates. I'm sure this can be done with a "Where" clause but I'm not...
View ArticleMonthly Name Challenge by Allyn56 - 2013-12-22
When I try different months some work and others give me this error:Error in Macro at line: 20$Status=Sqlite("sql",$_sql,"")Error=> SQLite Error 1 - near "s": syntax errorIt's not just those with...
View ArticleWriting a "Where" clause in a filter by HHL - 2013-12-22
QUOTE (coolcowcachers @ December 22, 2013 04:02 pm) I would like to build a filter using either a polygon or county to include all caches except Unknown caches without Corrected Coordinates. I'm sure...
View ArticleDatabase Version 26 by redski - 2013-12-22
When I open GSAK, I get the following message in a popup dialog box:The database you are opening is version: 26 but this copy of GSAK only supports up to version:19Searches here didn't turn up...
View ArticleWriting a "Where" clause in a filter by coolcowcachers - 2013-12-22
Excellent! Thank you!
View ArticleGSAK Tutorials by Allyn56 - 2013-12-22
While I do not profess to be an expert on GSAK, I do enjoy many of it's features and find it interesting that so many people shy away from the program. I put together some tutorials and loaded them on...
View ArticleWriting a "Where" clause in a filter by coolcowcachers - 2013-12-22
If I read that correctly, the string searches for caches that are either Not Unknown or Has Corrected Coordinates yes?
View ArticleMonthly Name Challenge by Kai Team - 2013-12-22
QUOTE (Allyn56 @ December 22, 2013 11:06 am) Error=> SQLite Error 1 - near "s": syntax error Hmm... that's the error that typically results from an apostrophe "s" in data (e.g. "John's") and the...
View ArticleWriting a "Where" clause in a filter by HHL - 2013-12-22
QUOTE (coolcowcachers @ December 22, 2013 04:59 pm) If I read that correctly, the string searches for caches that are either Not Unknown or Has Corrected Coordinates yes? Right.
View ArticleDatabase Version 26 by Lil Devil - 2013-12-22
Sounds like you are trying to use a database created with GSAK v8 using GSAK v7. Upgrade your copy of GSAK and you should be good.
View ArticleDatabase Version 26 by Kai Team - 2013-12-22
The message is telling you that the database was generated in a newer version of GSAK than the one installed on your PC. Any chance you installed GSAK V8, created a backup, then reverted to V 7.7.4.36...
View ArticleStuck in Notepad View by Lil Devil - 2013-12-22
QUOTE (Kansas Seeker @ December 21, 2013 08:04 pm) ... but I am no longer given a choice of how to print. It goes right to Notepad. Assuming you're running a macro of some sort, hold down the shift key...
View ArticlePublish logs - Image enhancements by dartymoor - 2013-12-22
Had GSAK lock up today whilst publishing logs.I selected a photo to add to a log. Publish log Edit -> Images button.Add - Select image.Entered caption, hit Ok.GSAK returned to the Images list,...
View Article