I am adding a subreport that will print a list if there are any records found. But, if there is nothing to print I would like the subreport to complete suppress. Is there a way to do that?
In CR 8.5 I am passing the subreport an Oracle table field, {Lab Case}. The subreport will list items with "Open Assignments", if any. If no open assignments are found, I do not want the subreport to do anything. Or it could just print "No Open Assignments".
BTW, I am attempting to pass the table string value from the parent report to a parameter field in the subreport. It looks like it can be done, but I have not been able to test it yet, as I am awaiting a table to be populated before I can test the report. Are there any "gotcha's" in passing a table value to a parameter in a subreport??
In CR 8.5 I am passing the subreport an Oracle table field, {Lab Case}. The subreport will list items with "Open Assignments", if any. If no open assignments are found, I do not want the subreport to do anything. Or it could just print "No Open Assignments".
BTW, I am attempting to pass the table string value from the parent report to a parameter field in the subreport. It looks like it can be done, but I have not been able to test it yet, as I am awaiting a table to be populated before I can test the report. Are there any "gotcha's" in passing a table value to a parameter in a subreport??