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!

Displaying Multiple String Parameters in List

Status
Not open for further replies.

jcl5

IS-IT--Management
Dec 6, 2002
89
0
0
GB
Hi

Using Crystal 9 and Oracle 9

I am using the formula:- Join ( {?ModuleRef} , ', ' ) to display parameters selected in a report. This displays as:-
Modules Selected:- BA20207E 20-02-06 11-07-06, BA20207S 20-02-06 13-07-06, BA20207S 23-02-06 13-07-06
However, I would like it displayed in a list form so it looks like:
BA20207E 20-02-06 11-07-06
BA20207S 20-02-06 13-07-06
BA20207S 23-02-06 13-07-06


Is this possible?

Thanks

jcl5
 
Use:

Join({?ModuleRef},chr(13))

Make sure that you turn on CAN GROW for the formula.

-k
 
Wow, that works great, and thanks for really quick response

jcl5
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top