Crystal Version : Crystal Reports Version 10
I have a report in which the parameter value is passed from front end.
One of the parameter is a check box. There are four check boxes.
The user has to select at least one check box to run the report.
The format in which this value is passed to the report is 1,2,3,4.
ie., if the first check box is selected then the parameter passed is 1
if first and second are selected, then 1,2 ; if all are selected, then 1,2,3,4.
I need to group the data in the report based on these parameter values.
For example if 1,2 are selected, then the data should be grouped by '1' and
then by '2'. Else if the parameter is 1,2,3,4 then the groups should be 1 , 2 , 3 and 4
How can this be achieved ?
kutoose@yahoo.com
I have a report in which the parameter value is passed from front end.
One of the parameter is a check box. There are four check boxes.
The user has to select at least one check box to run the report.
The format in which this value is passed to the report is 1,2,3,4.
ie., if the first check box is selected then the parameter passed is 1
if first and second are selected, then 1,2 ; if all are selected, then 1,2,3,4.
I need to group the data in the report based on these parameter values.
For example if 1,2 are selected, then the data should be grouped by '1' and
then by '2'. Else if the parameter is 1,2,3,4 then the groups should be 1 , 2 , 3 and 4
How can this be achieved ?
kutoose@yahoo.com