Click to See Complete Forum and Search --> : problem with chart in crystal reports


DanielaTm
September 13th, 2006, 08:20 AM
Hi,
I am making a reports that includes a chart, pie - in a c# application.

I have a table with 2 columns:

col1(Int64) col2(string)
-------------------------------
100 aa
5000 bb
500 cc

I want to display in pie the values from col1. But the problem is that the pie looks like all values are equals.In data tab, when adding the chart appears that in ShowValues field I only have the option "Count of col1"...

What am I doing wrong?