Hello,
I have report with 7 or 8 subreports. What I am trying to do makes no sense. I want to calculate a total from a field in 4 of the 7 subreports. Problem is if I 'add' it puts the valus one after the other, the same way the '&' symbol would work, but if I substract that works fine
this works:
=([qreLaborAssembly subreport].Report!total)-([qreLaborMoutingDoors subreport].Report!total)
but this doesn't
=([qreLaborAssembly subreport].Report!total)+([qreLaborMoutingDoors subreport].Report!total)
I have tried putting a 'Sum' in front, but then I get the #error in my text box...
does anyone know why??
this is very puzzuling to me..
thanks
Sylvain
I have report with 7 or 8 subreports. What I am trying to do makes no sense. I want to calculate a total from a field in 4 of the 7 subreports. Problem is if I 'add' it puts the valus one after the other, the same way the '&' symbol would work, but if I substract that works fine
this works:
=([qreLaborAssembly subreport].Report!total)-([qreLaborMoutingDoors subreport].Report!total)
but this doesn't
=([qreLaborAssembly subreport].Report!total)+([qreLaborMoutingDoors subreport].Report!total)
I have tried putting a 'Sum' in front, but then I get the #error in my text box...
does anyone know why??
this is very puzzuling to me..
thanks
Sylvain