cancel
Showing results for 
Search instead for 
Did you mean: 

crystal reports - How to display multivalue parameter on each page

former_member319241
Participant
0 Kudos

Hi,

I have one crystal report in which I have Warehouse as MultiValue parameter.

I have displayed data for each warehouse on one page using warehouse group and warehouse field from database on page header.

But when I select only one warehouse and run the report and if the there is no data for that warehouse then page header is also blank.

Is there any way so that I can display warehouse value on page header from parameter and not from database?

Thanks.

Accepted Solutions (0)

Answers (1)

Answers (1)

abhilash_kumar
Active Contributor
0 Kudos

Hi Saurabh,

Create a formula with this code:

Join({?Warehouse Prompt}, ", ");

-Abhilash