Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

SSRS Report separate data into multiple sheets

I have a stored procedure that produces data for total sales for the month. I want to used the stored procedure to create a ssrs report, that separates each page by sales agents. The ssrs report will produce an excel workbook that with each tab in the book holding data for each rep for that month. How can I do this in SSRS?

like image 725
user2671286 Avatar asked Oct 15 '25 04:10

user2671286


1 Answers

You need to create a grouping on your tablix by sales agent.

Once you have the grouping follow these steps:

  1. Right click on the grouping
  2. Select Group Properties
  3. Select Page Breaks
  4. Check the "Between each instance of a group" option

This will split the workbook into tabs by sales agent. You can then name the tab after the sales agent as well by editing the Page Name in the Group properties pane. You will need to use a variable for this.

like image 106
Kalim Avatar answered Oct 17 '25 10:10

Kalim



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!