-
Notifications
You must be signed in to change notification settings - Fork 39
Description
Feature Description
At the moment, when preparing QSOs for sending QSLs, I do the following:
I apply a custom filter that shows all QSOs where QSL_SENT = N. This helps me collect the QSOs pending QSL, but the list also includes QSOs from stations to whom I have already sent a QSL in the past. Because of this, I still have to manually check the history of each callsign to avoid sending duplicate QSLs.
What I would like to achieve is the ability to create a user-defined filter that shows only:
QSOs where QSL_SENT = N, and
Callsigns for which I have never sent a QSL before
Different users might want to base this on callsign only (my case), or on callsign+band or callsign+band+mode. Being able to express this in a filter would make it much easier to identify which QSOs really require a first-time QSL, especially for large backlogs.
I’m putting this forward to know whether such a filter can already be created with the current syntax, or if this is something that could be considered for a future improvement.
Thank you very much for your work on QLog and for any guidance you can provide.