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

multiple parameter

Status
Not open for further replies.

937989

Programmer
Oct 4, 2012
4
US
Hello everyone,

I am multiple values in one parateer field. I want these values to be displayed in new lines in report.
for example-

parameter- Parameter1
parameter2
parameter3 etc.

How can I do this ?
 


join({?YourParameter},chr(13))

chr(13) is the ASCII code for carriage return.

Make sure you allow the field to grow vertically.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top