[Logic] Print Field Help

[email protected] [email protected]
Mon, 05 Jan 2004 02:15:28 +0000


Yes Art this works fine but now I want to tweak it a bit.  If the SATNAME field is filled in then I want to print the following:  Sat QSO via: SATNAME   
I've tried my hand at this and can't seem to accomplish the task; I do this now on the label with the QSL via field but don't seem to have the expression correct.  Tnx for your help, Phil  KB9CRY
> 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
> _______________________________________________
> LOGic mailing list
> [email protected]
> http://mailman.qth.net/mailman/listinfo/logic