Replies: 1 comment 3 replies
-
How are you inserting FT8 QSOs? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Often when searching for a QSO in the logbook there are duplicate records of the same QSO, with different QSL information.
In the database in this case is found two lines corresponding to the same QSO. An example of a query and result lines is given below.
SELECT * FROM
TABLE_HRD_CONTACTS_V01WHERE COL_CALL = 'RA1OHX' AND COL_BAND = '80m' AND COL_MY_GRIDSQUARE = 'KP50DA'
In this case, when searching for duplicates in this station location, this callsign is not found in the list of duplicates.
How to diagnose and correct this situation?
Beta Was this translation helpful? Give feedback.
All reactions