E
efandango
I have a comparison chart which measures a column of 'Yes' and 'No's'. When I
run the chart, the Legend shows '0' and '-1' instead of plain text Yes and
No. The underlying data is in real 'Yes' and 'No' format and not "text"
format. I have tried to adjust it in the charts DataSource query grid, but
their is no 'Format' option for that column. I have also treid adjusting it
in the 'datasheet' box on the chart, it accepts the new defintions, but
doesn't save them. Is there a way of changing the names in the SQL text.
My SQL for the chart is:
TRANSFORM Count(*) AS [Count]
SELECT Tbl_Scores_Running_Totals.Run_No
FROM Tbl_Scores_Running_Totals
GROUP BY Tbl_Scores_Running_Totals.Run_No
PIVOT Tbl_Scores_Running_Totals.answer_box;
The Yes and No's relate to the [answer_box] field.
run the chart, the Legend shows '0' and '-1' instead of plain text Yes and
No. The underlying data is in real 'Yes' and 'No' format and not "text"
format. I have tried to adjust it in the charts DataSource query grid, but
their is no 'Format' option for that column. I have also treid adjusting it
in the 'datasheet' box on the chart, it accepts the new defintions, but
doesn't save them. Is there a way of changing the names in the SQL text.
My SQL for the chart is:
TRANSFORM Count(*) AS [Count]
SELECT Tbl_Scores_Running_Totals.Run_No
FROM Tbl_Scores_Running_Totals
GROUP BY Tbl_Scores_Running_Totals.Run_No
PIVOT Tbl_Scores_Running_Totals.answer_box;
The Yes and No's relate to the [answer_box] field.