Is it possible to create groups and have the data you are reporting on reside in more than one group. For example a report which details "new", "ongoing", and "closed" cases over the period of a month. A new case opened in the given month is either closed or still onging at the end of the time period. So that case would be in at least 2 groups, new, and either ongoing or closed.
I have created formulas which determine if a case has been created, closed on still ongoing during the given time period. I then assigned the following values to each formula (assigned a 0 if false):
new true = 4
closed true = 2
ongoing true = 1
Then added these numbers together which formed unique combinations (6 = new and closed, 5=new and ongoing, etc.)
Next I created a new group sorted on the value of all these numbers added together and sorted it in "specified order" in which the groups had multiple values( new = 4, 5, or 6; closed = 2 or 6, etc)But Crystal reports still appeard to only sort each case into only one group, even though the values the case have should place it in multiple groups. For example a new case closed in the give month has a value of 6, which should place it in both the new and closed groups, by the definations of each group.
I was hoping to avoid sub-reports. Is this possible?
Thanks in advance,
I have created formulas which determine if a case has been created, closed on still ongoing during the given time period. I then assigned the following values to each formula (assigned a 0 if false):
new true = 4
closed true = 2
ongoing true = 1
Then added these numbers together which formed unique combinations (6 = new and closed, 5=new and ongoing, etc.)
Next I created a new group sorted on the value of all these numbers added together and sorted it in "specified order" in which the groups had multiple values( new = 4, 5, or 6; closed = 2 or 6, etc)But Crystal reports still appeard to only sort each case into only one group, even though the values the case have should place it in multiple groups. For example a new case closed in the give month has a value of 6, which should place it in both the new and closed groups, by the definations of each group.
I was hoping to avoid sub-reports. Is this possible?
Thanks in advance,