Crystal Reports 10
MS SQL Server 2008 R2
This works when presenting array results for parameter default values:
Join ( {?YourCharPrompt} , ', ' )
Is it possible to also include the parameter descriptions along with the default values?
E.g.:
Default Value / Description
A / Andes
B / Bolivia
C / Columbia
Show array result as "A - Andes, B - Bolivia, C - Columbia".
Thank you.
MS SQL Server 2008 R2
This works when presenting array results for parameter default values:
Join ( {?YourCharPrompt} , ', ' )
Is it possible to also include the parameter descriptions along with the default values?
E.g.:
Default Value / Description
A / Andes
B / Bolivia
C / Columbia
Show array result as "A - Andes, B - Bolivia, C - Columbia".
Thank you.