Hi All!
I have a gigantic report with tons of subreports in it, because the data is all coming from different queries. It’s a really big summary report, where the queries are generally queries of queries. There is a user interface that allows the user to select which region to display on the summary report. When you select All regions, I have no isses with the report. But when a single region is displayed, it’s possible for a region to not have any of a particular type of sale, and therefore no data to report for that sale.
The problem I am having is when one of the subreports has no data. If the subreport has no data, then not even a placeholder shows for that subreport.
There are two separate problems. The first is a regular select query, where it might show type of sale, number of sales, then dollar amount of sales. The second type generally ends up being a crosstab query, where the fields of National and Regional can be hardcoded in the query properties, but if there is no data, then nothing displays (in other words, I can hardcode the columns but not the rows).
Has anyone been able to create a query that always has a set of standard rows, possibly displaying 0’s when there are no values? If I could do this, then my subreports would show the basic information. Any ideas on where to look to do this?
TIA!