Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Change legend values in Chart

Status
Not open for further replies.

Newbie456

Technical User
Nov 21, 2005
37
US
I have a pie chart based on a yes/no field. The legend reads -1 and 0. How do I change this text to meaningful values?

I'm sure this is a simple answer. Thanks!
 
Base your chart off a query.

Instead of using the Yes/No field directly use something like the following.

FieldYesNo: IIF(Table.FieldYesNo, "TextIfYes","TextIfNo")
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top