Chart based returns id-numbers in labels instead of text

S

Sietske

In my main table, there is a normalised column named "Organisation". I have
made a query which calculates how many times each organisation is mentioned
in the main table.

My report contains a pie-chart, based on this query. For some reason, the
labels of the chart return the Id-numbers of the organisations from the
normalised column, instead of the names of the organisations.

What could I have done wrong?
 
D

Duane Hookom

You must include the column containing the organization names in the Row
Source query of the the chart.
 
Top