Good Morning,
I have a report with several parameters that prompt on opening, some of which are range values. I'm trying to list the parameter criteria at the top of my report, but the range values are blank.
I've tried the following in the formula field:
JOIN({?parameter},',')
but it will not work. It says that "A String array is required here."
How can I make this work, so that the enduser can view the criteria needed (once the prompt is gone).
I have a report with several parameters that prompt on opening, some of which are range values. I'm trying to list the parameter criteria at the top of my report, but the range values are blank.
I've tried the following in the formula field:
JOIN({?parameter},',')
but it will not work. It says that "A String array is required here."
How can I make this work, so that the enduser can view the criteria needed (once the prompt is gone).