Microsoft Report Builder - Full width summary row in a child group

Peter Bishop 181 Reputation points
2025-01-30T13:01:55.2366667+00:00

I have an SSRS report containing a parent and child row group. At present, this displays as:enter image description here

I want to add a summary row to the "Child Group" but have it span the entire row. For example:enter image description here

I also want the data for the "Parent Group" to repeat on every row whereas the data for the "Child Group" only appears once per value.

I'm migrating the report from another source, hence the odd requirements.

Thanks.

SQL Server Reporting Services
SQL Server Reporting Services
A SQL Server technology that supports the creation, management, and delivery of both traditional, paper-oriented reports and interactive, web-based reports.
2,991 questions
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Peter Bishop 181 Reputation points
    2025-01-30T18:26:12.5033333+00:00

    I think I've found a solution:

    1. Delete column associated with "Child Group" but retain the group
    2. Select "Parent Group" column, insert column within group - Right
    3. Set the value of this volume to "Child Group"
    4. Delete column associated with "Parent Group" but retain the group
    5. Select "Child Group" column, insert column within group - Left
    6. Set the value of this volume to "Parent Group"

    This resulted in something similar to:

    Nearly

    Then I:

    1. Selected the "Data 1" cell, selected add total after
    2. Merged all the cells in the row and added my data
    3. For the "Child Group" I selected the "Hide Duplicates" ("Child 1") option
    4. Then set the top and bottom border of the "Child Group" to none

    which gave me:

    enter image description here

    0 comments No comments

  2. ZoeHui-MSFT 40,511 Reputation points
    2025-02-03T01:15:50.75+00:00

    Hi @Peter Bishop,

    Glad to hear that your issue has been resolved, if you have any more questions, you may also post it on Q&A.

    Regards,

    Zoe Hui


    If the answer is helpful, please click "Accept Answer" and upvote it.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.