Where to put summary in 2 column report?

  • Thread starter Thread starter Song
  • Start date Start date
S

Song

I have a 2 column report. I put single line summary information =sum() at
report footer. When report runs, data finished at half page and summary goes
to next page alone.

How to put summary inforamtion where the data finishes?
 
Song said:
I have a 2 column report. I put single line summary information =sum() at
report footer. When report runs, data finished at half page and summary goes
to next page alone.

How to put summary inforamtion where the data finishes?


The easiest way is to use Across then Down column snaking so
the columns are balanced down the page.

If you must use Down then Across snaking, then you need to
create a top level group with footer. set the groups
expression to a constant expression (such as =1 or
="Totals Footer". THen you can move the summary text box to
the group footer.
 
Back
Top