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 derfloh 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
Joined
Oct 4, 2012
Messages
4
Location
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