I have a parameter driven report that has two group footers (which display sub-totals). The group footers get supressed if the appropriate parameter is set. For instance, I don't want a sub-total per day if the report covers only one day.
What is happening is when I have the parameters set to display all the records, I can see certain records on the report. When I change the parameters to show only particular records (and thus supressing the footers), I get 'report contains no data' even
though based on the SELECT and WHERE clauses there should be data.
What exactly does the report generator check to determine if a report has no data?