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

how to display all values of a Multi value Parameter

Status
Not open for further replies.

njahnavi

Technical User
Dec 29, 2008
136
US
The version of crystal report is crystal XI release 2

I have a parameter for which I have made the Allow Multiple Values to true.The parameter variable name is "names"

I run the report and i include 3 values to names "Name A"
"name B" and "Name c"

Now the issue is I want to see all the values which are present in the paramter.

If i drag the parameter into the report it is showing just one value..Is there are work around for this.

Thanks for any support.



 
Create a formula like this

Code:
join({prompt name}, ', ')

XIR2 on Unix Solaris
Informatica 7.1.3
CRXIR2, Oracle 9i/10g
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top