Hi Dennis,
I need to print on the QSL the number of the ARI club where the CALL is registered.
I created a variable field called SEZ. If it is filled with a number, the CALL is an ARI member, otherwise if it is empty, it is not an ARI member.
Example to be printed:
ARI Section: 0101 (first case)
Nothing to print (second case)
The exact filter conditions are:
DXCC = I or DXCC = IS0
and
SEZ = NOT EMPTY
and
QSL_SENT = R
than print
"ARI Section:" + SEZ (value)
if
SEZ = Empy
than
NO PRINT
I tried but I always managed to print:
ARI Section: 0101
or
ARI Section:
The problem that I can not avoid printing the text "ARI Section:" when the SEZ field is empty.
I cannot be able to program the script but this is the mine to try:
The result is Always .T.ARI Section:0101 or .F.ARI Section:0101
(((CALL='IK0PEQ' OR CALL='IK0JFR') AND (DXCC='I' OR DXCC='IS0') AND QSL_SENT='R' AND NOT EMPTY(TAG_VAL("SEZ:", USERFIELDS, "C"))))
Can you help me writing the right commands to put in my qsl report?
Thank you
73's de IKØCHU Mauro
***
IKØCHU Mauro