Chart X Axis = Date - Problem

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Creating a chart within a report.
Charting X-Axis = a date, Y-Axis = a furness temperature.
The dates are not consecutive i.e. only log dates the furness was in use on
the table
The chart shows a column for all possible dates between the earliest and
latest date in the date range and not only the date records on the table.
Is it possible only to chart the dates found on the table ?

regards
 
Modify the Row Source query of the chart to only return records where there
is a furness temperature.
 
Back
Top