Qury assistance
Qury assistance
Looking for some assistance to create a query. I'd like to know which countries I've worked, but have not received a verification. I'd like to ignore any EQSL verification since they are not recognized towards DXCC. Mode or band not important. In advance, many thanks!
Re: Qury assistance
Open the Statistics and Awards portion from the Utilities drop-down. It will open with the Country Status tab open.
Scroll down through the various countries. The ones colored Yellow are ones where you have worked it but not confirmed it on any band or mode. Expanding a country will show the status by band and mode if you have worked it.
Scroll down through the various countries. The ones colored Yellow are ones where you have worked it but not confirmed it on any band or mode. Expanding a country will show the status by band and mode if you have worked it.
K7PT-Chuck "#1 Top of the Honor Roll"
Re: Qury assistance
Hi Robert,
If you need a query for export or just to get a QSO list of those contacts who you have not confirmed via card or LotW, try this. Open QSO Archive, create a search with these parameters - QslRcvd != Y and LotwQslRcvd != V (!= means Not Equal)
Then with those parameters set, click on the Search button at top. You can also save that query for later re-use.
Here is a screenshot of the query:
Page 78 of the Log4OM users manual covers queries in more detail.
I hope that answers your question.
Doug - W7DRM
If you need a query for export or just to get a QSO list of those contacts who you have not confirmed via card or LotW, try this. Open QSO Archive, create a search with these parameters - QslRcvd != Y and LotwQslRcvd != V (!= means Not Equal)
Then with those parameters set, click on the Search button at top. You can also save that query for later re-use.
Here is a screenshot of the query:
Page 78 of the Log4OM users manual covers queries in more detail.
I hope that answers your question.
Doug - W7DRM
Doug - NN7D
Gig Harbor, WA, USA
Gig Harbor, WA, USA
- G4POP
- Log4OM Alpha Team
- Posts: 11594
- Joined: 21 Jan 2013, 14:55
- Location: Burnham on Crouch, Essex UK
Re: Query assistance
WA2SQQ wrote:I'd like to know which countries I've worked, but have not received a verification. I'd like to ignore any EQSL verification since they are not recognized towards DXCC. Mode or band not important. In advance, many thanks!
In QSO Archive search parameters try this
(Band='160m' And Country Not in (Select Distinct Country From Log Where (LotwQsRcvd = 'V' Or QSLRcvd = 'Y') And Band = '160m')) Or (Band='80m' And Country Not in (Select Distinct Country From Log Where (LotwQsRcvd = 'V' Or QSLRcvd = 'Y') And Band = '80m')) Or (Band='40m' And Country Not in (Select Distinct Country From Log Where (LotwQsRcvd = 'V' Or QSLRcvd = 'Y') And Band = '40m')) Or (Band='30m' And Country Not in (Select Distinct Country From Log Where (LotwQsRcvd = 'V' Or QSLRcvd = 'Y') And Band = '30m')) Or (Band='20m' And Country Not in (Select Distinct Country From Log Where (LotwQsRcvd = 'V' Or QSLRcvd = 'Y') And Band = '20m')) Or (Band='17m' And Country Not in (Select Distinct Country From Log Where (LotwQsRcvd = 'V' Or QSLRcvd = 'Y') And Band = '17m')) Or (Band='15m' And Country Not in (Select Distinct Country From Log Where (LotwQsRcvd = 'V' Or QSLRcvd = 'Y') And Band = '15m')) Or (Band='12m' And Country Not in (Select Distinct Country From Log Where (LotwQsRcvd = 'V' Or QSLRcvd = 'Y') And Band = '12m')) Or (Band='10m' And Country Not in (Select Distinct Country From Log Where (LotwQsRcvd = 'V' Or QSLRcvd = 'Y') And Band = '10m'))
Copy and paste as a single line
This selects all QSO's that have not received a QSL card or been verified by LOTW and ignores Eqsl
73 Terry G4POP
Re: Qury assistance
Right you are Terry. I failed to read countries in his request...
But the statements should read Select DISTINCT, rather than Select District.
Doug - W7DRM

But the statements should read Select DISTINCT, rather than Select District.
Doug - W7DRM
Doug - NN7D
Gig Harbor, WA, USA
Gig Harbor, WA, USA
- G4POP
- Log4OM Alpha Team
- Posts: 11594
- Joined: 21 Jan 2013, 14:55
- Location: Burnham on Crouch, Essex UK
Re: Qury assistance
Bugger! That is what results from rushing and then copy and paste without checking - Spell Wotted DougW7DRM wrote:Right you are Terry. I failed to read countries in his request...![]()
But the statements should read Select DISTINCT, rather than Select District.
Doug - W7DRM

73 Terry G4POP
Re: Qury assistance
Thanks so much to all - you guys are great - and so is LOG4OM!