Does anyone know of a resource that will tell me the things in CR 8.0 that I can not use in a CR 5.0 preview control in an application. I am having trouble with any type of looping structure and multiple value parameters. The report works fine in CR 8.0 but CR 5.0 gives an error on the formula with a looping structure(FOR or WHILE) and only uses the first value of a multiple value parameter. I am trying to use the looping structure to concantenate the elements of the multi value parameter array into a string so that I can display the Items selected in a text object. This is part of my record selection formula for the muli value parameter :
AND
(if{?Pm-?Priority}="All" then true else Call.PriorityCode}in{?Pm-?Priority}[1 to count({?Pm-?Priority})])
AND
etc...
Thanks for any help offered.
AND
(if{?Pm-?Priority}="All" then true else Call.PriorityCode}in{?Pm-?Priority}[1 to count({?Pm-?Priority})])
AND
etc...
Thanks for any help offered.