Using CR 8.5. Have a parameter {?Event} which is set up as a number with multiple values allowed. I can choose the multiple values and they display on the report just fine. Now I want to put a text field in the Page Header that will show something like: "Event(s): 18, 20, 20341". How do I do this? I have tried to use a formula with a join that looks like this: "Filtered Event(s): " + join({?Event},", "
But I get an error message: "A string array is required here", with the cursor placed right before the curly brace of the parameter. What am I doing wrong?
Ckesen
But I get an error message: "A string array is required here", with the cursor placed right before the curly brace of the parameter. What am I doing wrong?
Ckesen