Swisslog's Forum

Full Version: QSO Entry window: Region field
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
(20-07-2022, 05:40 PM)EA3GCV Wrote: [ -> ]Hi Rainer,

In Quick View simply mouse right click then select Change Layout and select the fields to want.

Keep in mind that this report is created toused to sent an application for the ARRL DXCC award which only accepts QSL cards and LoTW confirmations. If you want to adapt it to eQSL you have to set this filter:

in (SELECT      FIRST(L_QSONR)
    FROM Logbook,PQTH
  WHERE (L_QTHID = P_QTHID and (L_eQSL_RECEIVED = 1))
GROUP BY P_DXCC)

73
Hi Jordi,
the ARRL and Diplomas don't interesse me. It's just to see what I worked and what is confirmed.
I renamed a DXCC-Report and changed the lines like you said and it's working fine now.

In the Quick View windowhope that is correct now. I selected eDX100 and hope that's correct.

thanks for the help - vy 73, Rainer
Pages: 1 2