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?
Marathon Scoring
Marathon Scoring
Rick Prather
K6LE
Modesto, CA
2016 iMac 27" 5K
MacOS - HS
K6LE
Modesto, CA
2016 iMac 27" 5K
MacOS - HS
Re: Marathon Scoring
You are right, a direct custom query is missing.
First idea:
To see the first worked station use:
First idea:
- ADIF export all QSOs from this year
- Create a new log file
- ADIf import these QSOs
- Use the CQ window
Code: Select all
select distinct cq from logbook where datetime >= '2015-01-01' order by cast(cq as integer)
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