I have a report that has a group section. In that group section I have a textbox called BranchPoints that is an expression to get the points for each branch Here is the expression(=IIf(Sum(Fields.points) > 2500, 2500, Sum(Fields.points) )). In my header section, i need a textbox that will have an expression that needs the sum of the branch points. I cant have a total sum of the report. Is there a way in the header expression that I can call the textbox (branchpoints). So this is what I am looking for in the header textbox
=Sum(BranchPoints)
Is this possible? In crystal you can create a field and use it anywhere else in the report. Can Telerik do this?
I am doing this all through the report interface. I am not doing it programmatically.
=Sum(BranchPoints)
Is this possible? In crystal you can create a field and use it anywhere else in the report. Can Telerik do this?
I am doing this all through the report interface. I am not doing it programmatically.
5 Answers, 1 is accepted
0
Hi Cade Cote,
Since Q2 2008 version of Telerik Reporting you can use DataSource fields in the page header/footer sections. So if you need the grand total of the report to be rendered on each page you can use an appropriate expression with the SUM aggregate function.
If you need some kind of running total for each page (sum based on the rows rendered on the current page) this is not available in the current implementation of our product.
If you still have any issues please write us again or open a support ticket where you can attach a simple report demonstrating your difficulties.
Regards,
Milen
the Telerik team
Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Since Q2 2008 version of Telerik Reporting you can use DataSource fields in the page header/footer sections. So if you need the grand total of the report to be rendered on each page you can use an appropriate expression with the SUM aggregate function.
If you need some kind of running total for each page (sum based on the rows rendered on the current page) this is not available in the current implementation of our product.
If you still have any issues please write us again or open a support ticket where you can attach a simple report demonstrating your difficulties.
Regards,
Milen
the Telerik team
Check out Telerik Trainer, the state of the art learning tool for Telerik products.
0

Fabio Rocha de Pinho
Top achievements
Rank 1
answered on 22 Apr 2009, 02:21 PM
Dear Milen,
is this already possible in Q12009 Version?
Thanks a lot,
Fabio
0
Hi Fabio,
If you're referring to the running total functionality - we have not been able to work on that yet, but it is in our TODO list.
All the best,
Steve
the Telerik team
Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
If you're referring to the running total functionality - we have not been able to work on that yet, but it is in our TODO list.
All the best,
Steve
the Telerik team
Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
0

Simon
Top achievements
Rank 1
answered on 25 Jun 2009, 02:20 PM
This is affecting us too. We are trying to reproduce a government document with carried forward (total) at the bottom of each page, and a brought forward value at the top of each page.
We are likely to abandon Telerik Reporting for this report. This is a serious limitation.
We are likely to abandon Telerik Reporting for this report. This is a serious limitation.
0

John Braga
Top achievements
Rank 1
answered on 07 Oct 2009, 10:44 AM
I am surprised this limitation exists. I hope you will be able to implement it soon?