Ok, I know that it is "IMPOSSIBLE" to have a subreport nested within another. But let me tell you what I need to do, and maybe you can figure out a way to make it work.
I have a report with its primary record set = a grouped detailed dump of data. In its header I have a subreport that returns a summarized grouping of information (similar data, dissimilar recordset). The subreport right now, just lists a header record (Issue description), and site status (open or closed) for each site under that issue.
I have been tasked with making that subreport look as follows:
repeating
[
Issue: Blah blah blah Blah blah
Site1: open Site9: closed
Site3: open Site7: closed
Site4: open Site2: closed
]
they want all the open sites on the left, and closed ones on the right. they also want the whole OPEN site side of things to be with a red background color and the closed sites side to be a greenish bg color.
I could easily do this with 2 subreports inside the detail section of the "issue" group (one claused with "open" the other "closed), but since this is a subreport itself in the main report, I dont have that capability.
I need some way to format the record set, such that i can display all open's on the left, and closed on the right and color each side accordingly.
I have a report with its primary record set = a grouped detailed dump of data. In its header I have a subreport that returns a summarized grouping of information (similar data, dissimilar recordset). The subreport right now, just lists a header record (Issue description), and site status (open or closed) for each site under that issue.
I have been tasked with making that subreport look as follows:
repeating
[
Issue: Blah blah blah Blah blah
Site1: open Site9: closed
Site3: open Site7: closed
Site4: open Site2: closed
]
they want all the open sites on the left, and closed ones on the right. they also want the whole OPEN site side of things to be with a red background color and the closed sites side to be a greenish bg color.
I could easily do this with 2 subreports inside the detail section of the "issue" group (one claused with "open" the other "closed), but since this is a subreport itself in the main report, I dont have that capability.
I need some way to format the record set, such that i can display all open's on the left, and closed on the right and color each side accordingly.