Ranganathan E
Top achievements
Rank 1
Ranganathan E
asked on 12 May 2010, 12:16 PM
Hi, i have a group that has a sum() calculated on a field. The one group data takes two page i want display page total in each page.
How do i setup my sum function in a simple way ?
4 Answers, 1 is accepted
0
Hello Ranganathan E,
Header and Footer sections are not related to the report itself, but are relative to the paper or screen. Since the paging of a report strongly depends on the format it is rendered to, the header and footer sections and its items are processed by the corresponding rendering extension after the report data has been processed. Thus currently you can't sum with a page scope.
For more information on the topic check out the following help articles:
Understanding Report Sections
Report Life Cycle
Best wishes,
Peter
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
Header and Footer sections are not related to the report itself, but are relative to the paper or screen. Since the paging of a report strongly depends on the format it is rendered to, the header and footer sections and its items are processed by the corresponding rendering extension after the report data has been processed. Thus currently you can't sum with a page scope.
For more information on the topic check out the following help articles:
Understanding Report Sections
Report Life Cycle
Best wishes,
Peter
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
0
Sac
Top achievements
Rank 1
answered on 24 Jan 2013, 06:45 AM
Is it means that we can't find page wise total ????
Is there no function through which we can find total of any databound items of the current page???
Is there no function through which we can find total of any databound items of the current page???
0
Hi Sac,
Our previous reply is from 17-May-2010 i.e. it is long time outdated. Since then we have implemented PageExec function which allows you to execute specified aggregate function in a given scope. For more information refer to Data Functions help article.
Regards,
Steve
the Telerik team
Our previous reply is from 17-May-2010 i.e. it is long time outdated. Since then we have implemented PageExec function which allows you to execute specified aggregate function in a given scope. For more information refer to Data Functions help article.
Regards,
Steve
the Telerik team
HAPPY WITH REPORTING? Do you feel that it is fantastic? Or easy to use? Or better than Crystal Reports? Tell the world, and help fellow developers! Write a short review about Telerik Reporting and Telerik Report Designer in Visual Studio Gallery today!
0
Sac
Top achievements
Rank 1
answered on 24 Jan 2013, 09:37 AM
Ok Thanks.
I got it.
I can do PageWise Total by
Thanks again to all Telerik Team for quick reply.
I got it.
I can do PageWise Total by
= PageExec('TotalST1', Sum(Fields.DaySTHours))
Thanks again to all Telerik Team for quick reply.