Page 1 of 1
sum of group in each page
Posted: Sun Nov 21, 2010 1:02 am
by gnazanin
hello
i want to have summary of groups in each page ... from start of group down to end of each page.
sum of group in each page
Posted: Sun Nov 21, 2010 7:11 am
by Andrew
Hello,
Could you, please explain your task in detail?
Thank you.
sum of group in each page
Posted: Sun Nov 21, 2010 9:16 am
by gnazanin
thank u for your attention.
i have a report with data grouping, each group envelop 100-150 pages, i want to have sum of one column in bottom of each page that include data from start of group down to each page.
sum of group in each page
Posted: Tue Nov 23, 2010 1:19 am
by Ivan
Hello,
Please check the report sample in attachment.
Thank you.
sum of group in each page
Posted: Tue Nov 23, 2010 3:57 am
by gnazanin
Thank u

it work !
sum of group in each page
Posted: Tue Nov 23, 2010 4:08 am
by Alex K.
Hello,
We are always glad to help you!
Let us know if you need any additional help.
Thank you.
Re: sum of group in each page
Posted: Thu Jul 25, 2013 5:46 pm
by Cesar
Hello. I have a problem.
I have a DataSource and some columns, i'm interested in the column "Payments", i need to sum all the payment for each day, when a day will be different than the past day, i need to display this "The Total Payment of the day is:" and the sum of the payment.
For diffent group of days i need that the past message will display again for each different day.
Re: sum of group in each page
Posted: Mon Jul 29, 2013 5:53 am
by HighAley
Hello.
You should use grouping and Sum() function. You could read more about it in next sections of our Manual:
Thank you.