Search found 3 matches

by sm4pob
Tue 10. Jun 2025, 09:10
Forum: RUMlogNG
Topic: More on Search QSOs
Replies: 4
Views: 66

Re: More on Search QSOs

Tnx for info Tom. I think I will get a sql tool to discover the db more.
73's /Per
by sm4pob
Tue 10. Jun 2025, 03:17
Forum: RUMlogNG
Topic: More on Search QSOs
Replies: 4
Views: 66

Re: More on Search QSOs

Many thanks Tom.
Works great.

Using this for dxcc: qrg < 51 and qrg > 49 group by dxcc order by dxcc, min(datetime)
and this for grids: qrg < 51 and qrg > 49 group by substr(locator,1,4) order by locator, min(datetime)

/Per
by sm4pob
Mon 9. Jun 2025, 18:41
Forum: RUMlogNG
Topic: More on Search QSOs
Replies: 4
Views: 66

More on Search QSOs

Hello Thomas, I've been looking at the "Search QSOs" trying to get a worked dxcc list with qso data when first worked. Something like select distinct dxcc, callsign, qsodate from x where band = 6m order by qsodate asc but can't find a way to do it. Question is, is it possible? A similar list for ...