问题
First, sorry for the title, but I couldn't think of a better one.
This is what I want to do.
I have a Tablix in SRSS 2008. The rows are employees. In it I have 2 columns:
- TalkTime
- HoldTime
Which are integers, and the value is in seconds.
I want to add a column in the Tablix with a Pie Chart (yes, little) in order to graphically show the proportion of TalkTime vs. HoldTime. I don't want any titles, legends, etc., but just a quick visual: if the talk time was 750 seconds and the hold time was 250 seconds it should show 3 quarters and 1 quarter in the pie, in blue and red, say. You get the point.
Thanks!!!
回答1:
This can be done, but not in the Detail line. If you want to add the chart to the detail line, add some grouping to the detail line (in such a way that the report still functions as before).
You can add the chart to a cell in the table, delete the tile and ledgend,add Talk time and hold time to the Values in chart data.
来源:https://stackoverflow.com/questions/13531567/how-to-display-a-pie-chart-in-a-table-with-the-value-of-2-columns-in-srss-2008