Totals by page
Totals by page
Is it possible to calculate totals not by report, but by page? How?
Totals by page
Yes, it is possible. Please use "c" letter in front of aggregate function name. For example: cSum() instead of Sum(). You can place this functions on Footer band, Header band or at any other place of Page.Alex wrote: Is it possible to calculate totals not by report, but by page? How?
Thanks!