Using Crystal 8.5 on W2K box, Access 2000 database.
My query is a list of production data for a plant, each day how many widgets planned, produced, and how long it took to produce. (This will also be measured against a standard, but that later.)
For every week I total how many widgets each shift produced and how long it took, and widgets/hour. This is a summary field in a group that is grouped by date field, for every week. This summary data exists in the week footer. (Above the week footer I have the shift footer, that sums widgets produced for the week for each shift.)
Question: how do I show YTD summary in the week footer along with the widgets produced totals? I also want to chart week and YTD data, so it can't be a running total - it doesn't work, already tried it.
So what I want is, for each week:
Shift widgets produced
1 100
2 200
Week Total: 300
YTD Total: 1000 (total up to this week was 700)
My query is a list of production data for a plant, each day how many widgets planned, produced, and how long it took to produce. (This will also be measured against a standard, but that later.)
For every week I total how many widgets each shift produced and how long it took, and widgets/hour. This is a summary field in a group that is grouped by date field, for every week. This summary data exists in the week footer. (Above the week footer I have the shift footer, that sums widgets produced for the week for each shift.)
Question: how do I show YTD summary in the week footer along with the widgets produced totals? I also want to chart week and YTD data, so it can't be a running total - it doesn't work, already tried it.
So what I want is, for each week:
Shift widgets produced
1 100
2 200
Week Total: 300
YTD Total: 1000 (total up to this week was 700)