The following arrays work for the local report parameter that allows multiple values.
1. //join({?ParameterName},",") //Show list horizontally
2. //join({?ParameterName},', '+ Chr(10)) //Show list vertically
However, these only display the parameter default values (matching the codes retrieved from the stored procedure statement).
Next goal - show the parameter "description" results, with or without the code results. How is this achieved, please?
Thanks in advance for your help.
1. //join({?ParameterName},",") //Show list horizontally
2. //join({?ParameterName},', '+ Chr(10)) //Show list vertically
However, these only display the parameter default values (matching the codes retrieved from the stored procedure statement).
Next goal - show the parameter "description" results, with or without the code results. How is this achieved, please?
Thanks in advance for your help.