¿ªÔÆÌåÓý

ctrl + shift + ? for shortcuts
© 2025 ¿ªÔÆÌåÓý

Stats - QSO by Continent


 

Hi all, been meaning to raise this one for a while now.
?
I get some weird results for QSO by continent, for example if I do QSO by Continent with no other filters I get figures that don't make sense. AF and AS show zero and it seems these are bundled up into the EU number? as you can see below it's not showing an AS at all. Probably at least half my contacts would be AS.
?
?
but if say show me for 15m it's looks about right and shows AS, which doesn't correlate with the above.?
?
?
30m and 10m I get same weird results where there is no AS but the AS numbers seem to be added to the EU numbers. For example for 10m it is saying I have 8,000 EU contacts which I most certainly do not have (I wish) It also says I have zero AS.
?
Any ideas. More than half the contacts here have been logged in QLOG and I am sure the continent filed is OK as for certain bands the data looks good.
?
73 Phill C21TS / FK1TS
?
?
?
?


 

¿ªÔÆÌåÓý

I see what the problem is. ?You must have some contacts in your log with a NULL value in the database for the continent and it is messing up the chart. ?I was able to reproduce that here out of luck. ?I started doing satellite work here this last week. ?With it I am logging in a CSN Satellite tracker then importing the ADI into QLog. ?And it is putting a NULL in the database.

I will submit a pull request to account for this in the statistics panel to enter ¡¯Not Specified¡¯ for the NULL values. ?That appears to be the way Prop Mode is being handled currently.

Michael, AA5SH

On Feb 22, 2025, at 9:51?PM, Phill Hardstaff via groups.io <phill@...> wrote:

Hi all, been meaning to raise this one for a while now.
?
I get some weird results for QSO by continent, for example if I do QSO by Continent with no other filters I get figures that don't make sense. AF and AS show zero and it seems these are bundled up into the EU number? as you can see below it's not showing an AS at all. Probably at least half my contacts would be AS.
?
<Screenshot from 2025-02-23 15-38-53.png>
?
but if say show me for 15m it's looks about right and shows AS, which doesn't correlate with the above.?
?
<Screenshot from 2025-02-23 15-44-34.png>
?
30m and 10m I get same weird results where there is no AS but the AS numbers seem to be added to the EU numbers. For example for 10m it is saying I have 8,000 EU contacts which I most certainly do not have (I wish) It also says I have zero AS.
?
Any ideas. More than half the contacts here have been logged in QLOG and I am sure the continent filed is OK as for certain bands the data looks good.
?
73 Phill C21TS / FK1TS
?
?
?
?


 

Hi Michael, I'm not so sure, if I sort by continent, I only have 2 QSO with no continent (D1 calls) Also in the first screen shot it is saying I have no AS contacts at all, but the total number of contacts is right (or very close to total QSO 85K) However in the second screen shot for 15 meters it is saying I have 7K AS QSO? yet zero in the first. So in the first screenshot it is totaling AS with EU. Make sense? Although I am looking at what's in the "Continent" field as shown by the program and not looking at the database. I did however take a look at the contacts table with Beekeeper Studio and still only see 2 null values there also (same 2 QSO) All other continent fileds look ok.
?
73 Phill C21TS


 

Hi Phill,

The behavior you describe is quite strange.
Would it be possible to send me your db file directly to my private email ? You will probably have to zip it or send me a temporary link to this file. Don't worry, no passwords are stored here.

Regards
Ladislav


ne 23. 2. 2025 v?9:54 odes¨ªlatel Phill Hardstaff via <phill=[email protected]> napsal:

Hi Michael, I'm not so sure, if I sort by continent, I only have 2 QSO with no continent (D1 calls) Also in the first screen shot it is saying I have no AS contacts at all, but the total number of contacts is right (or very close to total QSO 85K) However in the second screen shot for 15 meters it is saying I have 7K AS QSO? yet zero in the first. So in the first screenshot it is totaling AS with EU. Make sense? Although I am looking at what's in the "Continent" field as shown by the program and not looking at the database. I did however take a look at the contacts table with Beekeeper Studio and still only see 2 null values there also (same 2 QSO) All other continent fileds look ok.
?
73 Phill C21TS


 

¿ªÔÆÌåÓý

Here is for my log:


Here is the SQL Query from db browser:


Here is what it looks like with the change I made in code:




I tried to create a user filter to find them in QLog and couldn¡¯t. ?I just used if CONT not equal toe AF, AS etc. ?It just would show the MM contacts in the ¡®??¡¯ Group. ?I needed to do the SQL Query to find them. ?Here is the ADI I imported that created the NULL values for a couple of the contacts.



With the first NULL entry it shifts the columns over when the chart is generated. ?I couldn¡¯t filter to find the entries in QLog. ?

Michael, AA5SH

On Feb 23, 2025, at 3:53?AM, ok1mlg via groups.io <ok1mlg@...> wrote:

Hi Phill,

The behavior you describe is quite strange.
Would it be possible to send me your db file directly to my private email ? You will probably have to zip it or send me a temporary link to this file. Don't worry, no passwords are stored here.

Regards
Ladislav


ne 23. 2. 2025 v?9:54 odes¨ªlatel Phill Hardstaff via <phill=[email protected]> napsal:
Hi Michael, I'm not so sure, if I sort by continent, I only have 2 QSO with no continent (D1 calls) Also in the first screen shot it is saying I have no AS contacts at all, but the total number of contacts is right (or very close to total QSO 85K) However in the second screen shot for 15 meters it is saying I have 7K AS QSO? yet zero in the first. So in the first screenshot it is totaling AS with EU. Make sense? Although I am looking at what's in the "Continent" field as shown by the program and not looking at the database. I did however take a look at the contacts table with Beekeeper Studio and still only see 2 null values there also (same 2 QSO) All other continent fileds look ok.
?
73 Phill C21TS




 

Oh, I see! OK, thanks, Michael, now I get it. I have to check to see if there's another similar occurrence.

ne 23. 2. 2025 v?13:46 odes¨ªlatel Michael Morgan via <cmorgan13=[email protected]> napsal:

Here is for my log:


Here is the SQL Query from db browser:


Here is what it looks like with the change I made in code:




I tried to create a user filter to find them in QLog and couldn?€?t.? I just used if CONT not equal toe AF, AS etc.? It just would show the MM contacts in the ?€????€? Group.? I needed to do the SQL Query to find them.? Here is the ADI I imported that created the NULL values for a couple of the contacts.



With the first NULL entry it shifts the columns over when the chart is generated.? I couldn?€?t filter to find the entries in QLog. ?

Michael, AA5SH

On Feb 23, 2025, at 3:53?€?AM, ok1mlg via <ok1mlg=[email protected]> wrote:

Hi Phill,

The behavior you describe is quite strange.
Would it be possible to send me your db file directly to my private email ? You will probably have to zip it or send me a temporary link to this file. Don't worry, no passwords are stored here.

Regards
Ladislav


ne 23. 2. 2025 v?9:54 odes??latel Phill Hardstaff via <phill=[email protected]> napsal:
Hi Michael, I'm not so sure, if I sort by continent, I only have 2 QSO with no continent (D1 calls) Also in the first screen shot it is saying I have no AS contacts at all, but the total number of contacts is right (or very close to total QSO 85K) However in the second screen shot for 15 meters it is saying I have 7K AS QSO? yet zero in the first. So in the first screenshot it is totaling AS with EU. Make sense? Although I am looking at what's in the "Continent" field as shown by the program and not looking at the database. I did however take a look at the contacts table with Beekeeper Studio and still only see 2 null values there also (same 2 QSO) All other continent fileds look ok.
?
73 Phill C21TS




 

Hi Michael, you are spot on. I changed the two QSO I had that were for D1 (blank continent) to a valid DXCC and set continent to EU in my test database and now all the graphs look fine ;-) I will just delete them from the real log. Thanks for the answer to this. Was really wanting to do some up to date stats and had to resort to external tools till now.
?
Ladislav, I sent you a link to my database before I "fixed" this my end.
?
73 all
?
Phill C21TS


 

Glad you got it sorted.? It was a good find thanks for reporting it.? I was a little confused that SQL Query was about as basic as they come so didn't make sense at first on what was happening.? But It can be addressed in code going forward.

73

Michael, AA5SH

On Sun, Feb 23, 2025 at 1:58?PM Phill Hardstaff via <phill=[email protected]> wrote:
Hi Michael, you are spot on. I changed the two QSO I had that were for D1 (blank continent) to a valid DXCC and set continent to EU in my test database and now all the graphs look fine ;-) I will just delete them from the real log. Thanks for the answer to this. Was really wanting to do some up to date stats and had to resort to external tools till now.
?
Ladislav, I sent you a link to my database before I "fixed" this my end.
?
73 all
?
Phill C21TS