We have a column chart of zip codes, with a pie chart of gender. When we select a particular Zip Code from Chart (A), that changes the pie chart (B) to show gender breakdown of that particular Zip Code.
They would like to see the actual value of the Zip Code displayed somewhere in or around the Pie Chart, so that they can see which Zip Code the Pie Chart information is now showing.


Bob Jeffcott Author on
I solved part of the problem by using the data feed to put the Zip code in a text field. It changes anytime the user selects a particular Zip Code on the chart. However, since the initial chart has all the Zip Codes, I would like that field to be blank or have a text of "all".
Any ideas on how to do this?