AA6YQ comments below
-----Original Message-----
From: dxlab@... [mailto:dxlab@...]On Behalf Of Steve
GW4BKG
Sent: Thursday, September 03, 2009 2:56 AM
To: dxlab@...
Subject: [dxlab] DXKeeper & DOKs
Now that it is possible to record DOKs in DXKeeper I have started going
through my old QSLs to enter the data.
The "record progress" option of course only details one QSOs for each DOK
but looking through the rules of various German awards I notice that some of
them require more than one QSO/QSL for each DOK.
Is it possible to filter the log in such a way as to display all QSOs with a
particular DOK or series of DOKs.
Yes. As a start, the expression
App_DXKeeper_DOK <> ''
will display all QSOs that specify a DOK (those are back-to-back single
quotes, not a double quote). To display all QSOs that specify the DOK A02,
use
App_DXKeeper_DOK = 'A02'
To display all QSOs that specify the DOK A02 or A03, use
(App_DXKeeper_DOK = 'A02') or (App_DXKeeper_DOK = 'A03')
To display all QSOs that specify a DOK beginning with the letter A, use
(App_DXKeeper_DOK like 'A*')
You might find this helpful:
<>
73,
Dave, AA6YQ