This is a migrated thread and some comments may be shown as answers.

Running total

2 Answers 239 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Daniel Svensson
Top achievements
Rank 1
Daniel Svensson asked on 02 Oct 2009, 01:14 PM
Hi, i have a group that has a sum() calculated on a field.
After all groups have been rendered and their sub-totals are done
i need a sum of these sub-totals in the groups displayed at the bottom
of the report.

How do i setup my sum function in a simple way ?

/Daniel

2 Answers, 1 is accepted

Sort by
0
Steve
Telerik team
answered on 02 Oct 2009, 02:12 PM
Hello Daniel,

Unfortunately this functionality is currently not available in our Reporting offering. However we do have it in our TODO list and when we consider it for implementation, it would be noted in our RoadMap.

Kind regards,
Steve
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
0
Daniel Svensson
Top achievements
Rank 1
answered on 02 Oct 2009, 02:21 PM
Hi,

I kinda fixed it. Say that my datasource have the fields X and Y and an expression field Z based on X * Y.
Think of the scenario as nrofhours*priceunit --> Z.

Then in my group i take SUM(Z) over the detail rows and displays the sub-total for that group.
Then i have an outer group surrounding this group that also takes SUM(Z).

Since i only want to display the footer for this outer group i make the outer group header Visible=false.
So that's how i solved the running total of my sub-groups.

/Daniel




Tags
General Discussions
Asked by
Daniel Svensson
Top achievements
Rank 1
Answers by
Steve
Telerik team
Daniel Svensson
Top achievements
Rank 1
Share this question
or