| View previous topic :: View next topic |
| Author |
Message |
Roham Guest
|
Posted: Wed Aug 18, 2004 4:14 am Post subject: Re: A Simple Quick Report Problem.... |
|
|
"Newbie" <glenn (AT) smu (DOT) edu.ph> wrote:
| Quote: | My problem is how can I compute the amount of detail displayed per page and
a grand total at the end of the page.
Illustration:
Page 1
item no--qty--unit---description---unit cost---total cost---
1 1 copy book 100 100
2 1 copy wbook 150 150
-------------------------------------------------------
Sub-total 250
-------------------------------------------------------
Page 2 (Final page)
item no--qty--unit---description---unit cost---total cost---
3 1 copy nbook 100 100
4 1 copy ebook 150 150
-------------------------------------------------------
Sub-total 250
-------------------------------------------------------
Grand Total 500
=====================================
I hope you can help me guys :)
Thanks in advance :)
This is Very Easy only define a pageFooter and put a Expression For Each Column to Have Sum of Those Column. |
|
|
| Back to top |
|
 |
Benny Joseph Guest
|
Posted: Sun Aug 22, 2004 9:41 am Post subject: Re: A Simple Quick Report Problem.... |
|
|
Roham wrote:
| Quote: |
"Newbie" <glenn (AT) smu (DOT) edu.ph> wrote:
My problem is how can I compute the amount of detail displayed per
page and a grand total at the end of the page.
Illustration:
Page 1
item no--qty--unit---description---unit cost---total cost---
1 1 copy book 100 100
2 1 copy wbook 150 150
-------------------------------------------------------
Sub-total 250
-------------------------------------------------------
Page 2 (Final page)
item no--qty--unit---description---unit cost---total cost---
3 1 copy nbook 100 100
4 1 copy ebook 150 150
-------------------------------------------------------
Sub-total
250 -------------------------------------------------------
Grand Total 500
=====================================
I hope you can help me guys :)
Thanks in advance :)
This is Very Easy only define a pageFooter and put a Expression For
Each Column to Have Sum of Those Column.
|
And set ResetAfterPrint of the expression (TQRExpr) to true if you want
total of each page separately.
--
Benny Joseph
Softlogic Technologies
Using Xana News 1.16.1.13
|
|
| Back to top |
|
 |
|