I have a String Parameter field set to have discrete, multiple values which I need to display on the header of my report.
I've achieved this with the following formula....
join({?Solver Group},chr(13))
.... and that works fine until many values are selected and the combined lengths of those values start to exceed 255 characters in length. At which point I get an error.
I've tried various ways to fix it but am not having much joy.
I am using CR8.5 and understand the 255 char restriction on string fields is addressed in higher versions, however I'm sure there must be a way around this so any help would be appreciated.
Many Thanks, Matt
I've achieved this with the following formula....
join({?Solver Group},chr(13))
.... and that works fine until many values are selected and the combined lengths of those values start to exceed 255 characters in length. At which point I get an error.
I've tried various ways to fix it but am not having much joy.
I am using CR8.5 and understand the 255 char restriction on string fields is addressed in higher versions, however I'm sure there must be a way around this so any help would be appreciated.
Many Thanks, Matt