I want to create a single-page report for each Vehicle in our fleet, which will include three scatter charts, each chart from its own dataset, with one line.
Datasets include:
Vehicle#, Year, Maintenance Costs
Vehicle#, Date, Hour Meter
Vehicle#, Date, Odometer
I can create three different charts, but each includes all Vehicle#s, instead of a new chart (series of charts) for each vehicle.
In short, I need three charts tied to one Vehicle#, page break, next Vehicle#, page break, etc.
Thanks