P
Pat
Guest
I am trying to get a calculation in a report which was created using the report wizard that included 2 groups with sums. The calculation I need is the TotalEstProjectHrs minus the SumofExpr1 from the GroupFooter1. The problem that I have is that there are 2 SumofExpr1, since there were 2 group sums. I do not know how to add the fact that I need the sum from the GroupFooter1 to do the calculation. I tried the following- I obvoiusly have no idea what I am doing! I keep telling myself I am not a programmer!!
=([TotalEstProjectHrs])-(GroupFooter1([SumOfExpr1]))
=([TotalEstProjectHrs])-(GroupFooter1([SumOfExpr1]))