Using CR XI attached to MS SQL Svr and this is the first time I'm trying to incorporate a subreport.
Report LOS1abc.rpt Includes the following sections:
RH, PH, GH1, GH2, D, GF2, GF1, RFa, RFb, RFc, RFd, PF
RFb and c contain cross tabs
I created a separate report called LOS1abcd.rpt and inserted this report into LOS1abc.rpt in the RFd section by clicking on insert of the tool bar, choosing the existing report (LOS1abcd.rpt), didn't set a link so I think it grabbed the first command field.
It is set to grow, keep object together, close border on pagebreak.
I Formatted subreport under Border to have a white border (I want invisible), Background is Blue and background box is unchecked and entered formula beside it, NoColor following Ken Hammady's recommendation of viewing subreports in design mode to be a different color than the rest of the report to easily identify subreports while not displaying this color in the preview mode. However, my background is white no matter which view I'm using. Why?
The subreport is formatted to re-import when opening.
Aside from the background issue, my problem is that the subreport doesn't display details. It shows the header and footer.
After poking around a bit on subreports I thought perhaps there is an issue with the link. I don't exactly understand how the links work. The main report uses a parameter and just so happens to be the same used in the subreport. I changed the link from clientid to
?1_Startdate and ?2_Enddate, but the result is the same, no details.
Both queries of the reports are similar but displaying different views. The main report shows admission info while the subreport shows units authorized and used for those admissions of clients with the same parameter.
Can someone please take the time give me a quick education on how this works?
If and when I'm able to view the subreport in it's entirety, I may want to suppress the details and just show the RH, RFa which includes some summaries, RFb which includes a cross tab and the RFc. Is this possible???
Your feedback is greatly appreciated. Thank you.