Re: Filtering SC for special callsigns by mode
Tim K9WX
Thanks, Dave. Would there be a corresponding SQL expression that would limit the display of active CWops stations to those that haven't been worked on CW this calendar year, regardless of band?
Tim K9WX
toggle quoted message
Show quoted text
Tim K9WX
On Fri, Apr 23, 2021 at 09:14 PM, Dave AA6YQ wrote:
@ Then use this SQL expression:
<NEEDFILTER> or ((TAGS like '*<cwops>*') and (MODE='CW') and (BandModeWorked='N'))
@ This will limit the display of active CWOPs stations (not otherwise needed) to those that haven't been worked in CW on the spotted band.