Page 1 of 1

Adding salutation with title

Posted: Tue Nov 07, 2006 2:07 pm
by markus
I would like to add custom salutation (with title) my mailing.
[Salutation] [Title] [Firstname] [Lastname]
e.g. Dear Mr. Dr. John Doe
In my case I'll need a custom german salutation. "Sehr geehrter Herr Dr. John Doe!"

There are the predefined fields form the recipient table (customer_1_tbl).
The "Agnitas Tags", mentioned in Appendix A.
agnTITLE agnFIRSTNAME agnLASTNAME

I could use these tags to build a custom salutation.
But are there any operators to check/compare the values?
IF agnTITLE is not empty THEN use it.
IF agnGENDER equals 0 THEN "Dear Mr." ELSE "Dear Mrs".

Thanks for any hints

Markus

Posted: Wed Nov 08, 2006 11:49 am
by markus
Is there no possibility to insert the title in the salutation if this field isn't empty?