spacetanker
New member
- Local time
- Today, 14:16
- Joined
- Apr 21, 2011
- Messages
- 3
Hello:
I have an Access database that contains readiness metrics for my Army Reserve battalion. I have created a number of reports, but am currently stymied in the creation of a chart on a report that displays historical information.
I have attached the table containing the source data. New records are appended to this table each week through a query that does all the aggregate functions to build the data for each week (I have simply copied the same data to cover three weeks for testing the chart). I am trying to develop a report that displays a chart (or two) for each UIC (Unit Identification Code).
Each chart will have the date along the X axis, and % along the Y axis, with series data from the seven "percent" fields: fldSTR, fldNMOSQPCT, fldEVALPCT, fldFCPPCT, fldAPFTPCT, fldWQPCT, and fldNPPCT. As previously alluded to, the series may be split into two separate charts if needed.
I have designed many reports in my day, but this is the first one that has required a chart and I am having much difficulty with what seems a pretty straight-forward problem. Since this is intended for historical data display, running the chart from the non-aggregated data will exclude the previous historical data, or at the least create an overly complex query!
Any assistance in making this behave will be appreciated.
Thanks all.
I have an Access database that contains readiness metrics for my Army Reserve battalion. I have created a number of reports, but am currently stymied in the creation of a chart on a report that displays historical information.
I have attached the table containing the source data. New records are appended to this table each week through a query that does all the aggregate functions to build the data for each week (I have simply copied the same data to cover three weeks for testing the chart). I am trying to develop a report that displays a chart (or two) for each UIC (Unit Identification Code).
Each chart will have the date along the X axis, and % along the Y axis, with series data from the seven "percent" fields: fldSTR, fldNMOSQPCT, fldEVALPCT, fldFCPPCT, fldAPFTPCT, fldWQPCT, and fldNPPCT. As previously alluded to, the series may be split into two separate charts if needed.
I have designed many reports in my day, but this is the first one that has required a chart and I am having much difficulty with what seems a pretty straight-forward problem. Since this is intended for historical data display, running the chart from the non-aggregated data will exclude the previous historical data, or at the least create an overly complex query!
Any assistance in making this behave will be appreciated.
Thanks all.