I'm using Crystal Reports 2008 and I want to create a pie chart from an sql server stored procedure that returns 1 row with the following 4 fields.
Material
Labor
Overhead
Other
I want to show material, labor, overhead and 'other' as slices of the pie.
When I try to use the chart expert, it wants data for "OnChange of" and a field to summarize.
How do I create a pie chart if my data is already summarized and I just want to plug in the fields for the data for the pie slices.