I have a field called OfficeName. My Parameter is Office Number and this parameter allows multiple values. When I choose the multiple Office Numbers, I want to display the Office names on the report and not the value of the parameter.
When I use: Join ({SysFile.strOfficeName},", " I get the error message: "A string array is required here"
What am I doing wrong?
Thanks
When I use: Join ({SysFile.strOfficeName},", " I get the error message: "A string array is required here"
What am I doing wrong?
Thanks