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 |
dachizek
Starting Member
3 Posts |
Posted - 2006-01-09 : 15:27:33
|
I have a report that uses a pie chart to display the percentage of records above a time of 15 vs time below 15 for each Person. There could be different numbers of people. Currently there is 4 but there could be less or more so I cant hard code in 4 pie charts to use their respective data. Right now my pie chart is taking all the information for the 4 people and putting it into one chart. Is there a way to set it off so that it gets the two %'s for a person and then creates a new chart and does the same until done?Thanks,Dan Chizek |
|
|
|
|