I am fairly experience with SQL, but am somewhat new to using Microsoft Visual Studio. However, it is very similar to other SQL programs I have used a lot before. I have Visual Studio 2008.
For my company, I use Visual Studio in creating BIDS reports that are then uploaded to our Learning Management System (LMS). You can then run the reports within our LMS, and also export them to Excel.
What I am trying to figure out is if you can set the report to create separate tabs (worksheets), broken up at a certain field, when exported to Excel.
For example, say I have a report that displays all people and the trainings they have overdue. Say I want it to create a separate tab for every department. For example, one tab would say "Finance" and would be all the Finance people and the trainings they have overdue. One tab would say "HR" and would be all the HR people and the trainings they have overdue.
The main report is already created, but currently just lists all data, sorted by department. It does have parameters so you can narrow it down to just a certain course or set of courses, just a certain department, etc. Does anybody know if this is possible?