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

Display All Values From Range Parameter 1

Status
Not open for further replies.

bigmerf

MIS
Oct 4, 2002
247
US
Hello!

I have a report created in Crystal 9.0 and on this report, I have a parameter for which the user can enter in multiple values. If the user does in fact select more than one string value for the parameter, I would like to display all of the values accordingly. Is there a way to do this? I tried using the "Unbound()" array function for that only COUNTED the number of values within the parameter.

Is there another function that I should be using to display all of the values from the parameter? Any help would be great!

Thanks!
 
If indeed the parameter is a string, then you should be able to use the Split function on the parameter.
 
Could you give me an example? When using the following:

Split ({?Description})

I get an error message stating "This array must be subscripted".

Do I need to declare an array first then reference the parameter specifically? I'm not sure I understand the reference.

Please advise.

Thanks again for the help!
 
I knew you were going to ask that. I have done it in a report, but I forget which one. I will look around and see what I can find.
 
VERY NICE!!! That works great. Thanks for the link I appreciate it!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top