I am trying to create a chart in Access off of a table.
The table has four fields
PostID
JobID
DaysOnJob
CumDailyCost
The table has multiple JobID's, with DaysOnJob from 1 to X for each JobID, with a corresponding CumDailyCost for each DaysOnJob. I want to plot the DaysOnJob versus the CumDailyCost using an X-Y scatter type chart, but I want to group the plot lines by JobID.
I can get it to plot, but the trace is one solid line that returns to day 1 for each new job.
Any help is appreciated.
Thanks in advance.
BusMgr
The table has four fields
PostID
JobID
DaysOnJob
CumDailyCost
The table has multiple JobID's, with DaysOnJob from 1 to X for each JobID, with a corresponding CumDailyCost for each DaysOnJob. I want to plot the DaysOnJob versus the CumDailyCost using an X-Y scatter type chart, but I want to group the plot lines by JobID.
I can get it to plot, but the trace is one solid line that returns to day 1 for each new job.
Any help is appreciated.
Thanks in advance.
BusMgr