janerussel
MIS
I have a report based on a stored procedure from SQL.
In the report I am including a pie chart. The chart key displays what the various colors in the chart represent.
This is what the key displays. I have described the color where in the key it shows a color square.
blue Sum of pr_TransportationMode_Report.Transit
red Sum of pr_TransportationMode_Report.Carpool
green Sum of pr_TransportationMode_Report.Bicycle
orange Sum of pr_TransportationMode_Report.Walk
yellow Sum of pr_TransportationMode_Report.Vanpool
What I want the key to display is this
blue Transit
red Carpool
green Bicycle
orange Walk
yellow Vanpool
You can see that the key is displaying the name of the stored procedure and then the field name.
I can't find anywhere in the chart options where you can customize the labels in the key.
Does anyone know a workaround for this.
Thanks
In the report I am including a pie chart. The chart key displays what the various colors in the chart represent.
This is what the key displays. I have described the color where in the key it shows a color square.
blue Sum of pr_TransportationMode_Report.Transit
red Sum of pr_TransportationMode_Report.Carpool
green Sum of pr_TransportationMode_Report.Bicycle
orange Sum of pr_TransportationMode_Report.Walk
yellow Sum of pr_TransportationMode_Report.Vanpool
What I want the key to display is this
blue Transit
red Carpool
green Bicycle
orange Walk
yellow Vanpool
You can see that the key is displaying the name of the stored procedure and then the field name.
I can't find anywhere in the chart options where you can customize the labels in the key.
Does anyone know a workaround for this.
Thanks