Report Format Required in RDLC

Analyst_SQL 3,551 Reputation points
2021-09-14T19:42:40.05+00:00

I have data in below form

132102-image.png

Now i want to convert it into martix Report ,but have limit on columns 4 of Weight

Like below Format

132055-image.png

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,813 questions
0 comments No comments
{count} votes

Accepted answer
  1. Isabellaz-1451 3,616 Reputation points
    2021-09-15T03:20:50.54+00:00

    Hi @Analyst_SQL ,

    Base on my experience,it may not be possible to achieve that with a matrix.

    when you set a matrix report,you will have column group and row group, column group should not depend on row group ,the reverse is also the same, they should be independent. As in your situation,if you set weight as the matrix columns,then every distinct weight will have one column ,and I think it is not what you expected.

    Alternatively,you can use table to achive your goal and it is much simple .

    Here is my test report on you issue. HTH.

    132232-design-report.png

    132242-report-review.png

    Best Regards,
    Isabella


    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