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

get rid of 'For' in chart

Status
Not open for further replies.

lyu

Programmer
Feb 8, 2005
26
US
I have a report which is grouped by a column "color". I want to insert a pie chart in group header for each of the group showing how each color's composition, eg. Red contains 30% a, 25% b, 20%c, etc.

The chart I did is good except it has 'For Red' and 'For Yellow' as subtitle on each of the chart. I just want to show 'Red', 'Yellow'. However, it seems difficult to get rid of the 'For', it uses auto-text in chart expert->Text like "For @Color", if I disable auto-text and write "@color", the subtitle just shows "@color", it doesn't dynamically replace the color with red, yellow..

Can anybody help me out? Thanks a lot
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top