Answered by:
Multiple charts in Reporting Services 2005

Question
-
Hi,
I want to create a report with multiple charts. I have data like: [month], [percentage], [department]
I have created one chart based on [month] and [percentage], but I want a different chart for each [department] in the same report.
The number of departments is dynamic, as the user can select one or more departments from a multivalue parameter.
(Surely one could run the report selecting one department at the time, but that is not practical and not the desired way)
How do I go about this?
Thanks in advance.
Thursday, May 13, 2010 1:19 PM
Answers
-
You have to use table control and add a department group. Delete detail row. In the group header row, add a chart control to a table Cell and use Month & Percentage to it.
- Proposed as answer by Kishan1901 Thursday, May 13, 2010 6:04 PM
- Marked as answer by Josje Saturday, May 15, 2010 8:05 AM
Thursday, May 13, 2010 2:21 PM
All replies
-
You have to use table control and add a department group. Delete detail row. In the group header row, add a chart control to a table Cell and use Month & Percentage to it.
- Proposed as answer by Kishan1901 Thursday, May 13, 2010 6:04 PM
- Marked as answer by Josje Saturday, May 15, 2010 8:05 AM
Thursday, May 13, 2010 2:21 PM -
You can also add chart for each department and control their visibility through the parameter. Of course unless you are having too many departments, because it would be a huge overhead in report designing and maintaining.
Ivan Donev MCTS SQL 2005,MCTS SQL Server 2008, MCITP 2008 BI DevelopmentThursday, May 13, 2010 5:17 PM -
Thanks Arun,
I got it to make it work :)
Jos
Saturday, May 15, 2010 8:07 AM