How to display a pie chart in a table with a value of 2 columns in SRSS 2008

First, sorry for the title, but I could not come up with a better one.

This is what I want to do.

I have Tablix in SRSS 2008. Lines are employees. In it I have 2 columns:

  • Talktime
  • Holdtime

What are integers and value in seconds.

I want to add a column to Tablix with a pie chart (yes, a little) to graphically show the TalkTime vs. share HoldTime I don’t want any names, legends, etc., but just quickly visually: if the talk time was 750 seconds and the wait time was 250 seconds, it should show 3 quarters and 1 quarter in the pie, blue and red, to say. You understand.

Thanks!!!

+1
reporting-services ssrs-2008 ssrs-tablix
source share
1 answer

This can be done, but not on the Detail line. If you want to add a chart to the detail line, add some grouping to the detail line (so that the report still functions as before).

You can add a chart to a cell in the table, delete the tile and ledgend, add a talk time and hold time to the values ​​in the chart data.

+4
source share

All Articles