Pie chart showing percentage complete
#1
Posted 27 July 2012 - 12:43 PM
Not sure if this is possible using BIRT, but if anyone has an idea, I'd really appreciate it. I'm trying to create a simple pie chart report that shows percentage complete. For example, in the following table
Job | Status
-----------------
J1 | Complete
J2 | Complete
J3 |
J4 | Complete
For this chart, I would want to show a pie chart that would show 75% complete and 25% not complete.
Is something like this even possible using BIRT?
Thank you.
#2
Posted 31 July 2012 - 06:39 AM
#3
Posted 31 July 2012 - 09:00 AM
Thanks again!
#4
Posted 31 July 2012 - 10:13 AM
Things to look at:
- Double click on dataSet and see the computed column section for the computed column I made for the chart.
- Double click on the chart, go to the select data tab and click the drop down next to the icon below the value series field. You'll see that the aggregation "count" was selectd.
- Go to the format chart tab, go to the value series section, and click on the labels button. Here you'll see that I added the Percentile Value Data field to the label and removed the Value Data field. This is what will show you the percent of the whole.
Hope this helps. Let me know if you have questions.
Attached File(s)
-
PercentComplete.rptdesign (35.95K)
Number of downloads: 20
#5
Posted 01 August 2012 - 06:18 AM
Thanks again!






MultiQuote





