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 Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Chart group axis labels 1

Status
Not open for further replies.

jchewsmith

Technical User
Nov 20, 2006
161
US
IS there a way to format a group axis label in the chart to display as a text instead of a number?


the label under the bars are years and they display 2,012. I've tried to format selection and I only get font and size not type.
 
Try changing your "on change of" value to:

totext({table.year},"0000")

Or if you using a date field, use:

totext(year({table.date}),"0000")

-LB
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top