cancel
Showing results for 
Search instead for 
Did you mean: 

Show selected value from multi-selected parameter in crystal report

Former Member
0 Kudos

Dear Experts!

     i would like to ask how to catch selected value from multi-selected parameter to show in report header section.

Thanks in advance.

Accepted Solutions (1)

Accepted Solutions (1)

abhilash_kumar
Active Contributor
0 Kudos

Hi Dara,

If this is a string prompt then you could simply create a formula with this code and place it on the report header:

Join({?Prompt name},", ")

-Abhilash

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Mr. Abhilash,

     Thanks you so much for this correct response.