Post Author: auddog
CA Forum: General
I have the following formula:
If IsNull({CONTACT.TITLE}) or {CONTACT.TITLE} = " "then Trim({CONTACT.PHONE_NUMBER}) + " " + {CONTACT.EMAIL}else Trim ({CONTACT.TITLE} + " " + {CONTACT.PHONE_NUMBER}) + " " + {CONTACT.EMAIL}
this produces a one line comment inside my report. I would like to make it a three line comment (each item on it's own line). What is the correct formula for this. I can't find any information on this. Thanks for your help in advance.
A