Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Reports and Array Help!

Status
Not open for further replies.

edove

Programmer
Nov 5, 2001
48
0
0
GB
I am reporting off of a Notes database. I have written a report that looks up to a view and a form. One of the values I want to pull in, is the same for each line item. When I try to pull it in, it is trying to pull in every value and is causing an error. Does anyone know how I can split the field (an array), so that I only get the first value for example?
 
use the Split({fieldname},delimiter) to split out values and then use the first one. Software Support for Sage Mas90, Macola, Crystal Reports, Goldmine and MS Office
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top