Home > Archive > Clarion > June 2007 > grand total on last page of report
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
grand total on last page of report
|
|
| ikonjevic 2007-05-31, 3:55 am |
| hi, i have litle problem, in my report i always get grand totals on
separate page (after last page of report), how can i get grand totals on
last page of report, i try with dummy variable type byte(1) and create
surrounding break on it an i put grand totals to footer of this break but
same thing, after that i create detail1 and put it grand totals in detail1
band, in report properties i put false on report filter and i put
print(rpt:detail1) in embed point Take close event but i get grand totals
on separate page,
i need help, thanks
ivica
| |
|
|
|
|
| jedrik@att.net 2007-06-13, 9:55 pm |
| On May 31, 1:33 am, "ikonjevic" <ivica.konje...@osijek.crosig.hr>
wrote:
> hi, i have litle problem, in my report i always get grand totals on
> separate page (after last page of report), how can i get grand totals on
> last page of report, i try with dummy variable type byte(1) and create
> surrounding break on it an i put grand totals to footer of this break but
> same thing, after that i create detail1 and put it grand totals in detail1
> band, in report properties i put false on report filter and i put
> print(rpt:detail1) in embed point Take close event but i get grand totals
> on separate page,
> i need help, thanks
>
> ivica
Hi, Ivica
I usually use Tintools Report Viewer and it works inserting your
print(rpt:detail1) embeds Before Report Viewing.
Eddy.
| |
|
|
|
|
|