I have a group header with monthly amounts of stuff. Above that is a header for the whole collection of stuff that is being reported on by month. In the month grouping, I have a running sum of a calculated field. In the main group footer I need to create a cummulative total of that running sum.
So the running sum is txtrunningsum
Shows data like this:
$5.00
$28.00
$34.00
txtrunningsum is set to running sum over group.
In the footer I need a total that will give me the output of $67.00 but I can't seem to get that. I have tried a hidden field in the month group and then calling it from the main footer, but that doesn't work, if I call the visible field and try to sum it, The report asks for that field like a parameter.
Anyone know off hand what I need to do?
misscrf
It is never too late to become what you could have been ~ George Eliot
So the running sum is txtrunningsum
Shows data like this:
$5.00
$28.00
$34.00
txtrunningsum is set to running sum over group.
In the footer I need a total that will give me the output of $67.00 but I can't seem to get that. I have tried a hidden field in the month group and then calling it from the main footer, but that doesn't work, if I call the visible field and try to sum it, The report asks for that field like a parameter.
Anyone know off hand what I need to do?
misscrf
It is never too late to become what you could have been ~ George Eliot