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 Westi 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
Jul 15, 2004
2
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
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top