Help please...Report Graphs and Charts

  • Thread starter Thread starter Adam
  • Start date Start date
A

Adam

I have a few columns of data that i would like to graph for each customer. My
chart is coming up blank. I have a report that alreayd lists date, weight,
waist inches, and a few other items. When i add the date and the other values
(in expectation to see how the values change over time it comes up blank. I'm
trying to have the dates show along the bottom and the weight, waist, etc.
item on the side bar. I'm trying to use a line chart but its not working. Any
suggestions. The original report is based on a quiery that joins my customer
table and my measurements table. Can i just use the measurements table (which
has the customer id in it)?? Or should i use the same query the report is
using. When i just use the query it lists the values by date (by customer
header) fine - but when i introduce the chart/graphs it does give the visual.
 
I like to think of a chart as a subreport. The link master/child properties
of the chart control can be used to filter the records displayed in your
chart. Generally the main report doesn't contain the same level of detail as
a chart or subreport.

If you have trouble with this, come back with more specific information
about your main report record source, the section of the report containing
the chart, the link master/child properties, and the chart Row Source.
 
Back
Top