Hi--
A couple problems. First of all, there is no QSL_RCVD1. Just QSL_RCVD, QSL_RCVD2, QSL_RCVD3, etc.
Secondly, you need to look only at QSL_RCVD (or QSL_RCVD2, QSL_RCVD3). Do not reference QSL_SENT. QSL_SENT has nothing to do with whether he ows you a card or not. You are printing a card for him, so obviously you are holding up your end hihi.
So you want
iif(qsl_rcvd="F","Tnx","")+iif(qsl_rcvd="R","Pse","")
iif(qsl_rcvd2="F","Tnx","")+iif(qsl_rcvd2="R","Pse","")
iif(qsl_rcvd3="F","Tnx","")+iif(qsl_rcvd3="R","Pse","")
The default factory Dymo QSL LABEL works fine here.
Also, make sure the log has either R or F in QSL RCVD. QSL_SENT doesn't affect this.
Let me know if any questions.
Tnx for using LOGic.
73,
Dennis WN4AZY