I have many subreports that link to the main report with each subreport in its own detail section.
If there is no data for a given subreport, how can I suppress its associated detail section if no data is found in the subreport? In short, I want to get rid of the blank lines if the subreport returns no matching records.
For example, my main report pulls key common data using unions
The following are optional subreports link to the main report table based on activity in the last week
- Detail section B may/may not contain data from table B
- Detail section C may/may not contain data from table C
- and so forth...
Thanks
If there is no data for a given subreport, how can I suppress its associated detail section if no data is found in the subreport? In short, I want to get rid of the blank lines if the subreport returns no matching records.
For example, my main report pulls key common data using unions
The following are optional subreports link to the main report table based on activity in the last week
- Detail section B may/may not contain data from table B
- Detail section C may/may not contain data from table C
- and so forth...
Thanks