Page 1 of 1

sum of columns on end of each page

Posted: Sat Oct 16, 2010 4:13 am
by albloshi
Greetings dear,

I av a dataset table which has following columns
ClientName, Clearing fees, Clearing Expense, clearing income

I am using databand to show these columns.

I want to have the totals at the end of each page

for example
. . . .
Client xyx 350 50 300
client abc 400 60 340
-----------------------------
Page total 750 110 640

and I don't know how much data can be on each page....

reply urgently

thanks in advance

sum of columns on end of each page

Posted: Mon Oct 18, 2010 2:26 am
by Jan
Hello,

Please use following expression in text expression of components palced on page footer:

Code: Select all

{cSum(DataBand1, expression)}
Thank you.