I am working in crystal 9. I have a main report with one group, the group header and details section are suppressed. In the group footer I have a sub report. When the sub report has just a few lines of data (i.e.not enough to fill a page) there is a gap of whitespace between the main page group header and group footer section where the sub report resides. How do I get rid of this whitespace? It seems that my sub report that lives in the main report group footer fills in the main page from the bottom up. I would like the reverse to occur...Any help on this one would be greatly appreciated. Here is a summary of the structure of my main report:
main report page header
main report group header (suppressed)
- details section (suppressed)
***Lots of whitespace here when there are only a few lines of data in sub report
main report group footer containing the sub report.
Thanks!