To eliminate the rows from the report entirely, so that you don't have to suppress, in the record selection formula (Report->Edit Selection Formula->Record) place something like:
(
{Table.Field1value} <> 0
and
{Table.Field2value} <> 0
and
{Table.Field3value} <> 0
)
This says that if all 3 of these fields have a value of 0, then don't retrieve them.
Right click the field and in the common tab, double click the right side button of the suppress and write the formula Your field name =0 then the fields with zeros are suppressed.
If it is a numeric zero, simply format the field and put a check in the box that says "supress if zero" Rod Oatis
Venturi Technology Partners
Crystal Decisions Certified
Trainer/Consultant/Developer/Implementor
Rod_Oatis@hotmail.com
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.