Create a chart using multiple queries

  • Thread starter Thread starter Ashley
  • Start date Start date
A

Ashley

I have 3 queries (3 different sets of data). I want to
create a line chart which graphs 3 different lines, each
line represents each set of data. X-axis is date. Y-axis
is percentage.
So far I am only able to do 1 query on each chart.
Any ideas how to accomplish this.
Thanks
 
Agraph is always based on one query. Any reason you can
not combine the results of your 3 queries in one query?
Or possibly in a Union query.
Hope this helps.
Fons
 
Back
Top