Report Builder 3.0 Grouping but info in every row

Knuif, MBG (Martin) 41 Reputation points
2021-02-18T19:38:26.053+00:00

I have made a report en made a group (Name, Place, Afk), the result is like the first screenshot. I like to have in the red cels that there was also the data of the cel above, see the green cels in the second screenshot. So I don't have to do anything when exporting to EXCEL. Who can help me? Thanks in advance ![69746-screenshot1.png][1]![69739-screenshot2.png][2] [1]: /api/attachments/69746-screenshot1.png?platform=QnA [2]: /api/attachments/69739-screenshot2.png?platform=QnA

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.
3,063 questions
Microsoft 365 and Office | Excel | For business | Windows
0 comments No comments
{count} votes

Accepted answer
  1. Joyzhao-MSFT 15,636 Reputation points
    2021-02-19T04:52:43.1+00:00

    Hi @Knuif, MBG (Martin) ,
    Assuming [Place] group by [Name], when we create a group, a new column [Name] will be added, delete the [Name] column, and select "Delete column only". Then insert [Name]Details outside the group.
    I did the test locally, you can refer to the following operations:

    1. First I have an original table, and I have messed up the order of name and place. As shown below:
      69873-original-table.jpg
      69925-original-table-02.jpg
    2. Create a group, where I set [Afk] group by [Place], [Place] group by [Name], and then delete only the column of the parent group, as shown in the following gif file:
      69839-02.gif
      69874-delete-column-only.jpg
    3. Export to Excel file for viewing:

    69809-export-to-excel.jpg

    Hope this helps.
    Regards,
    Joy


    If the answer is helpful, please click "Accept Answer" and upvote it.
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.


0 additional answers

Sort by: Most helpful

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.