hello,
I am using CR v10..
I have some data on the main report that I want to capture
conditionally based on a FR% < 93 into a string array.
I want to pass/share them in my subreport as input values for record selection.
main Report data...
FR%,region,date
94,NA,10/20/2005
92,EDC,10/20/2005
89,NA,10/21/2005
93,EDC,10/21/2005.. etc
concat values with delimitor to pass/share in subreport..
myStrArr[0]:="92:EDC:10/20/2005"
myStrArr[1]:="89:EDC:10/21/2005"... etc
How do I split them back out as individual data for use
in the subreport as input values for record selection.
Any help would be appriciated...Thanks
I am using CR v10..
I have some data on the main report that I want to capture
conditionally based on a FR% < 93 into a string array.
I want to pass/share them in my subreport as input values for record selection.
main Report data...
FR%,region,date
94,NA,10/20/2005
92,EDC,10/20/2005
89,NA,10/21/2005
93,EDC,10/21/2005.. etc
concat values with delimitor to pass/share in subreport..
myStrArr[0]:="92:EDC:10/20/2005"
myStrArr[1]:="89:EDC:10/21/2005"... etc
How do I split them back out as individual data for use
in the subreport as input values for record selection.
Any help would be appriciated...Thanks