Hello L’ers,
I have a report in the AP.CHECK dpm that contains a computed field to display the ap.contact.email.address field values. The problem is that the field has multiple lines and I only want the email address of the 1st line to appear. Here is my field as it exists now. How do I adjust the VAL statement to include the email address of the 1st line only?
Computed field name: xx.email.address
Field attributes:
DAT=FREE
JFY=L
LEN=69
VAL=IF{@vendor^MIS.VEN.number,""^MIS.VEN.ap.contact^LINE,
VAL=DO{@Next(MIS.VEN.ap.contact) ""^MIS.VEN.ap.contact.email.seq,
VAL=DO{@Next(MIS.VEN.ap.contact.email.seq) .,
VAL=LINE_" "_...@MIS.VEN.ap.contact.email.address^LINE}},LINE%0}
Brian Roberts
Financial Applications Specialist
Information Technology Dept
Cambridge Memorial Hospital
Cambridge, Ontario
N1R 3G2
Email address: brob...@cmh.org
Phone number: 519-621-2333 ext. 1491