I am working on a SSRS Report where i have to group by the Customer Name.
Dataset will be something like this. Select Column1, Column2,Column2 from Customer Group by
As you have seen, by default a List will repeat for each row in the Dataset.
With a version of your data:
I have created a blank report with a List:
Note the three dotted lines in the List item and the Details group, indicating there is no grouping item. We want to change this to group on Customer
:
After apply this change you can see the List and group have changed:
Now this item will repeat for each Customer
, not each row. We can now add in the text box for Customer
, which will show once per group, and a table, which will display all rows for that Customer
:
Which works as required:
You can add page breaks to the group if required.