Pie Chart Legend Lables

S

slapana

I have a pie chart whose data is based on a yes/no field. The legend displays
"0" and "-1" for yes/no, obviously. Is there a way to change the legend
labels so that they are more meaningful to my end user who won't know what -1
and 0 mean?
 
D

Duane Hookom

Change the SQL of the Row Source property. If you can't figure out how to do
this, come back with your current row source and which field is the yes/no
field.
 
Top