D
Dani
This seems to be a common problem, when the totals don't calculate
right in a footer. I am trying to make a report that lists the 5
different types of RESOURCE_IDs, the total number of HOURS_WORKED in
each RESOURCE_IDs group and the number of items produced for each group
I have tried a variety of different scenarios this one being the
closest.
RESOURCE_ID Header:
Name: txtStart
Control Source: CALC_START_QTY
Running Sum: Over Group
Report Footer
Name: StartGrandTotal
Control Source: =[txtStart]
Running Sum: No
But my totals in the footer still don't add up right. RESOURCE_ID
Header shows the correct amount for each resource but it doesn't add
right. And for some reason the HOURS_WORKED field works just fine with
no other manipulation. Just your basic:
RESOURCE_ID Header:
Name: sum HOURS_WORKED
Control Source: =Sum([HOURS_WORKED])
Running Sum: No
Report Footer
Name: HOURS_WORKED Grand Total Sum
Control Source: =Sum([HOURS_WORKED])
Running Sum: No
Any thoughts? I really bugs me when I can't figure something out.
Thank you to all who have answered my questions in the past.
Dani
right in a footer. I am trying to make a report that lists the 5
different types of RESOURCE_IDs, the total number of HOURS_WORKED in
each RESOURCE_IDs group and the number of items produced for each group
I have tried a variety of different scenarios this one being the
closest.
RESOURCE_ID Header:
Name: txtStart
Control Source: CALC_START_QTY
Running Sum: Over Group
Report Footer
Name: StartGrandTotal
Control Source: =[txtStart]
Running Sum: No
But my totals in the footer still don't add up right. RESOURCE_ID
Header shows the correct amount for each resource but it doesn't add
right. And for some reason the HOURS_WORKED field works just fine with
no other manipulation. Just your basic:
RESOURCE_ID Header:
Name: sum HOURS_WORKED
Control Source: =Sum([HOURS_WORKED])
Running Sum: No
Report Footer
Name: HOURS_WORKED Grand Total Sum
Control Source: =Sum([HOURS_WORKED])
Running Sum: No
Any thoughts? I really bugs me when I can't figure something out.
Thank you to all who have answered my questions in the past.
Dani