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 bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

String Array

Status
Not open for further replies.

terenceb

Programmer
Jun 10, 2003
77
US
Hi,

I am running Crystal 8.5, pulling data from a Cache database on WinXP pc. Thus far I have not had to use an Array in Crystal so bare with me. I am selecting Staff Names from a parameter {?Staff name} linked to {Staff Assignment.Staff Name}. I need to store multiple names in an array to be displayed on company form. Any help is appreciated.
 
To show the selected names, create a formula:

join({?Staff name},", ")

-LB
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top