chevyimpala
Programmer
I would like to know if this is possible. I have a sum box in my account footer that has the following code:
=iif(sum([size])<>0,0,Sum([net]))
now can the following statment work in a sum box in my currency footer:
iif(sum([net])<>0,Sum([net]))
What I want this box to do is only add together the numbers that are showing in the report sums in the account footer so if it shows a 0 then is should not add it. Can anyone help!!
Thx.
=iif(sum([size])<>0,0,Sum([net]))
now can the following statment work in a sum box in my currency footer:
iif(sum([net])<>0,Sum([net]))
What I want this box to do is only add together the numbers that are showing in the report sums in the account footer so if it shows a 0 then is should not add it. Can anyone help!!
Thx.