My Crystal Reports 9 report returns results that look like this:
31909 (group header - rows below are the details section grouped by the number 31909)
07/25/2012 31909 8/19-SR-GO 08/19/2012 533211
07/25/2012 31909 8/19-SR-GO 08/19/2012 533212
07/25/2012 31909 8/19-SR-GO 08/19/2012 533213
07/25/2012 31909 8/19-SR-GO 08/19/2012 533214
07/25/2012 31909 8/19-SR-GO 08/19/2012 533215
07/25/2012 31909 8/19-SR-GO 08/19/2012 533216
What I want to do is get a some of the rows in the details section, and have the grouped section display in this fashion:
07/25/2012 31909 8/19-SR-GO 6 (the number of rows in the details section) 08/19/2012
It seems like I need to sum and suppress the details section to get the total number of rows per group, but the also include more details in the grouping header, vs the way it works right now where it only displays the grouped field value. Is there a way to accomplish this in Crystal?
31909 (group header - rows below are the details section grouped by the number 31909)
07/25/2012 31909 8/19-SR-GO 08/19/2012 533211
07/25/2012 31909 8/19-SR-GO 08/19/2012 533212
07/25/2012 31909 8/19-SR-GO 08/19/2012 533213
07/25/2012 31909 8/19-SR-GO 08/19/2012 533214
07/25/2012 31909 8/19-SR-GO 08/19/2012 533215
07/25/2012 31909 8/19-SR-GO 08/19/2012 533216
What I want to do is get a some of the rows in the details section, and have the grouped section display in this fashion:
07/25/2012 31909 8/19-SR-GO 6 (the number of rows in the details section) 08/19/2012
It seems like I need to sum and suppress the details section to get the total number of rows per group, but the also include more details in the grouping header, vs the way it works right now where it only displays the grouped field value. Is there a way to accomplish this in Crystal?