Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

filler

Status
Not open for further replies.

dsea

Technical User
Joined
Jul 15, 2004
Messages
2
Location
US
How can you make a count on a field say zero instead of just leaving it blank?

dsea
 
Depends on how you're building the report.

A quick and dirty way is to create a formula to use to count such as:

If isnull({table.field}) then
0
else
1

Now count the formula.

-k
 
Now SUM the formula. :-)

-LB
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top