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
sum of columns on end of each page
Hello,
Please use following expression in text expression of components palced on page footer:
Thank you.
Please use following expression in text expression of components palced on page footer:
Code: Select all
{cSum(DataBand1, expression)}