[Logic] Print Field Help
Arthur Tan
[email protected]
Sun, 4 Jan 2004 18:12:10 -0500
>From [email protected]:
> I have a user-defined field called SATNAME into which I enter the
> name of the satellite that I use when making satellite QSOs. I want
> to enter an expression onto my qsl label report such that if the
> field has data in it, to print it onto the label and if not then to
> print nothing.
Hi Phil,
I think this works. Add this to whatever qsl card or label report you
use.
iif("SATNAME:"$userfields,tag_val("SATNAME:",userfields),"")
(Translation: if SATNAME is filled in on the logform, then print the
name of the satellite; otherwise, print blank...)
Let me know if you have any questions.
Happy 2004.
73, Art AB4RL