No announcements
Found 574571 threads
-
0 Votes
Subtotals from group header, and parent groups
Then to call the code, I added an expression to a textbox in the header of each delivery group.Answered | 3 Replies | 5215 Views | Created by LMcCulloch - Saturday, February 2, 2013 6:53 PM | Last reply by LMcCulloch - Thursday, February 14, 2013 5:28 PM -
2 Votes
Subtotals by Group
To add totals for a group, we can click “Add Total” on the shortcut menu for the group in the Grouping pane.Answered | 2 Replies | 2056 Views | Created by Bonediggler - Friday, October 12, 2012 9:14 PM | Last reply by Bonediggler - Monday, October 15, 2012 7:17 PM -
0 Votes
Average of multiple group subtotals
I would try creating 1. a function in the report.Code section (right click in the report designer and click report properties, then code tab)Every time you call it, it will record ...Answered | 2 Replies | 761 Views | Created by Franco Lopes - Saturday, December 5, 2015 4:38 PM | Last reply by Visakh16 - Sunday, December 6, 2015 6:31 AM -
0 Votes
Hide subtotal for a child group in tablix
Hi Sam, According to your description, it seems that you want to hide the subtotal for Account_Name when the Account_Name group is not ...Answered | 4 Replies | 2809 Views | Created by Sam1980 - Thursday, September 26, 2013 3:43 PM | Last reply by Katherine Xiong - Tuesday, October 1, 2013 4:23 AM -
2 Votes
VBA Multi-level subtotals on “Accounts”, “Accounts group” and accounts class” level
As long as Account Class and Group form a hierarchy, then a single pivot table will do the job.Answered | 4 Replies | 8142 Views | Created by GioPir - Monday, September 10, 2012 6:41 AM | Last reply by GioPir - Thursday, September 13, 2012 9:47 PM -
0 Votes
SubTotals in SSRS
Hi Charlie, Thanks for your reply I have tried it But i am not getting the result as per my requirement.Answered | 10 Replies | 3070 Views | Created by Sanam K M N - Friday, May 3, 2013 11:31 AM | Last reply by Sanam K M N - Tuesday, May 14, 2013 9:24 AM -
1 Votes
How to add column headers in matrix with subtotal?
I was able to drop the rectangle and put textboxes into it so they align with the column headers.Answered | 5 Replies | 4455 Views | Created by ChrisPalko - Wednesday, January 13, 2010 10:07 PM | Last reply by ChrisPalko - Friday, January 15, 2010 3:56 PM -
0 Votes
How to calculate subtotal and show group heading
Hi Frazms, Based on your requirement, we can try to use a group expression to define a group, and then add a subtotal to the report.Answered | 2 Replies | 2899 Views | Created by Frazms - Friday, September 23, 2011 6:57 AM | Last reply by Elvis Long - Monday, September 26, 2011 3:01 AM -
0 Votes
Subtotal per group header
Add Group ->Choose subject ID or Subject Name.Unanswered | 1 Replies | 22 Views | Created by Anonymous - Monday, January 5, 2015 7:44 PM | Last reply by Anonymous - Monday, January 12, 2015 7:11 AM -
0 Votes
Group Header with a Page Header
Check if following works for you: http://social.msdn.microsoft.com/Forums/en-US/sqlreportingservices/thread/ddb0e21d-c25e-4e03-b25c-a32a8265ff2d Please vote for answer if it helps you.Answered | 2 Replies | 7633 Views | Created by GKings1 - Wednesday, April 13, 2011 10:13 PM | Last reply by MSBIProgrammer - Thursday, April 14, 2011 8:17 AM -
2 Votes
subtotal by month
If all the months are in the same year then the formula in thenew column would be =month(a2) you can then subtotal a month ...Answered | 3 Replies | 5335 Views | Created by Mikf - Thursday, July 14, 2011 4:04 PM | Last reply by G North - Thursday, July 14, 2011 4:19 PM -
1 Votes
SSRS Group header and footer
I want the group header to be appeared in each page with corresponding values.Answered | 4 Replies | 4964 Views | Created by ASysSolvers - Thursday, September 27, 2012 8:32 AM | Last reply by Mike Yin - Thursday, October 4, 2012 3:30 AM -
0 Votes
Subtotal in matrix
I need to show subtotals for field 1 but SSRS automatically calculated subtotal for field 2 as well.Answered | 3 Replies | 4126 Views | Created by Sam1980 - Thursday, January 6, 2011 5:01 PM | Last reply by Mohamed Irshad - Saturday, January 8, 2011 7:30 AM -
5 Votes
Matrix/Tablix subtotals
My original SQL for the Total Sales per Month was SUM(Sales.SalesOrderDetail.LineTotal) AS TotalSalesPerMonth I can actually get the totals by dragging ...Answered | 3 Replies | 6106 Views | Created by meridius10 - Friday, December 28, 2012 10:31 AM | Last reply by meridius10 - Friday, December 28, 2012 3:01 PM -
0 Votes
how to add subtotal/grandtotal using case and grouping sets?
I'd like to adapt it to rollup, cube and grouping sets (replace null with subtotal or grand total while not accidentally calling a null ...Answered | 4 Replies | 2085 Views | Created by xxjergerxx - Monday, June 15, 2015 1:01 AM | Last reply by xxjergerxx - Tuesday, June 16, 2015 12:34 AM -
0 Votes
Subtotals In Reporting Services
Suppose the group is grouped by the category, then, in the group footer, set the expression: =sum(Fields!Answered | 5 Replies | 17368 Views | Created by muzzettemm1 - Wednesday, June 10, 2009 7:23 PM | Last reply by Raymond-Lee - Tuesday, June 16, 2009 6:01 AM -
0 Votes
SSRS Multiple Group By Subtotals for Maint, T&M and Proj for multiple levels
Inside Group-Below option.Answered | 1 Replies | 1014 Views | Created by vsla - Wednesday, December 2, 2015 4:24 PM | Last reply by Qiuyun Yu - Thursday, December 3, 2015 3:47 AM -
0 Votes
Adding subtotal to a field in tablix
This is my current matrix, and I want it to subtotal all the markets, just like it does in my data image below.Answered | 4 Replies | 719 Views | Created by Antonio Spano - Tuesday, December 8, 2015 10:27 PM | Last reply by Antonio Spano - Wednesday, December 16, 2015 2:09 PM -
3 Votes
Subtotals - sum of average column
Hi Charles, Subtotals in Power Pivot actually have the same "behavior" as subtotals in normal Pivot tables.Answered | 3 Replies | 3282 Views | Created by Charles__Toray - Tuesday, June 17, 2014 3:44 PM | Last reply by Charles__Toray - Wednesday, June 18, 2014 10:15 AM -
0 Votes
Parent header for column group header
The row in question is a header row, which is already outside the row groupings and the clumn has a column grouping.Answered | 2 Replies | 1504 Views | Created by Mohitgarg79 - Friday, June 28, 2013 10:24 AM | Last reply by Mohitgarg79 - Monday, July 1, 2013 11:06 AM - Items 1 to 20 of 574571 Next ›
No announcements