Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
DNF98
Starting Member
12 Posts |
Posted - 2008-03-18 : 08:34:56
|
Can you loop through the records of one dataset and create a chart for each record? |
|
visakh16
Very Important crosS Applying yaK Herder
52326 Posts |
Posted - 2008-03-18 : 08:44:42
|
Chart for each record? DIdnt understand your scenario... |
 |
|
DNF98
Starting Member
12 Posts |
Posted - 2008-03-18 : 08:49:57
|
A simple example would be a dataset that returned 3 columns -- User, ClosedAssignmentCount, and OpenAssignmentCount. If the dataset returns 15 users, can SSRS create a pie chart for each User indicating their ClosedAssignmentCount and OpenAssignmentCount? |
 |
|
|
|
|