substitute the (0) with "" when totaling.

F

Frank

The totaling is working fine but I am getting (0) if there is no "First".
How can I substitute the (0) for "".

=Sum(iif(Fields!Shift_Worked.Value="First",1,0))

Thank you for any suggestions offered

Frank
 
M

Marshall Barton

Frank said:
The totaling is working fine but I am getting (0) if there is no "First".
How can I substitute the (0) for "".

=Sum(iif(Fields!Shift_Worked.Value="First",1,0))


If you don't want to display a 0 result, then set the text
box's Format property to something like:
#;;""
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top