Qury assistance

Need help? - Post here and we will find a solution for you.
Locked
WA2SQQ
Old Man
Posts: 344
Joined: 16 Feb 2015, 20:13
Location: New Jersey US

Qury assistance

Post by WA2SQQ »

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!
K7PT
Old Man
Posts: 723
Joined: 21 Jan 2013, 13:54

Re: Qury assistance

Post by K7PT »

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.
K7PT-Chuck "#1 Top of the Honor Roll"
User avatar
NN7D
Old Man
Posts: 816
Joined: 19 Feb 2014, 19:44

Re: Qury assistance

Post by NN7D »

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:
Not_confirmed_Query.jpg
Not_confirmed_Query.jpg (48.99 KiB) Viewed 4167 times
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
User avatar
G4POP
Log4OM Alpha Team
Posts: 11593
Joined: 21 Jan 2013, 14:55
Location: Burnham on Crouch, Essex UK

Re: Query assistance

Post by G4POP »

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
User avatar
NN7D
Old Man
Posts: 816
Joined: 19 Feb 2014, 19:44

Re: Qury assistance

Post by NN7D »

Right you are Terry. I failed to read countries in his request... :oops:

But the statements should read Select DISTINCT, rather than Select District.

Doug - W7DRM
Doug - NN7D
Gig Harbor, WA, USA
User avatar
G4POP
Log4OM Alpha Team
Posts: 11593
Joined: 21 Jan 2013, 14:55
Location: Burnham on Crouch, Essex UK

Re: Qury assistance

Post by G4POP »

W7DRM wrote:Right you are Terry. I failed to read countries in his request... :oops:

But the statements should read Select DISTINCT, rather than Select District.

Doug - W7DRM
Bugger! That is what results from rushing and then copy and paste without checking - Spell Wotted Doug :D now edited
73 Terry G4POP
WA2SQQ
Old Man
Posts: 344
Joined: 16 Feb 2015, 20:13
Location: New Jersey US

Re: Qury assistance

Post by WA2SQQ »

Thanks so much to all - you guys are great - and so is LOG4OM!
Locked