Using CR11, I have a report, with a subreport in the same section, GH1b. This works well, and is needed, because the subreport is pulling in data from another db, but it's in the same section so when the report is produced, it looks like the data is all together on the same row.
The main report and subreport are linked by userID, and grouped by userID, however, sometimes the subreport is blank for a user. In these cases, I would like to just supress this user's entire row.
In my selection criteria, I would like to somehow say: Not IsNull(subreport.field) but I don't know if this would work or how to reference a specific field in my subreport.
Any help is appreciated, thanks!
The main report and subreport are linked by userID, and grouped by userID, however, sometimes the subreport is blank for a user. In these cases, I would like to just supress this user's entire row.
In my selection criteria, I would like to somehow say: Not IsNull(subreport.field) but I don't know if this would work or how to reference a specific field in my subreport.
Any help is appreciated, thanks!