Marathon Scoring

RUMlog, the Next Generation. Completely rewritten.
K6LE
Posts: 142
Joined: Fri 29. Feb 2008, 18:13
Location: Modesto, CA
Contact:

Marathon Scoring

Unread post by K6LE »

I am trying to keep track of my CQ Marathon score as the year progresses but haven't figured out how to get the total Zones worked for the year.

Any hints?
Rick Prather
K6LE
Modesto, CA

2016 iMac 27" 5K
MacOS - HS
User avatar
DL2RUM
Administrator
Posts: 2952
Joined: Mon 27. Aug 2007, 13:36
Location: JO40DF

Re: Marathon Scoring

Unread post by DL2RUM »

You are right, a direct custom query is missing.

First idea:
  • ADIF export all QSOs from this year
  • Create a new log file
  • ADIf import these QSOs
  • Use the CQ window
Other way: Use a SQLite tool and run this query:

Code: Select all

select distinct cq from logbook where datetime >= '2015-01-01' order by cast(cq as integer)
To see the first worked station use:

Code: Select all

select cq,callsign from logbook where datetime >= '2015-01-01' group by cast(cq as integer)
73 and best dx de Tom, DL2RUM
Post Reply