Steve_Bache
Registered User.
- Local time
- Today, 21:27
- Joined
- Mar 13, 2006
- Messages
- 24
Help please , I have a calculated field in a report that works fine (most of the time) :-
=(100/(Sum([Sum Of Count])-Sum([Expr1])))*Sum([Completed])
but I get a decimal divide (obviously) if dividing 100 by zero. What is the correct syntax for testing and bypassing this ?
Suggestions ( helpful ones !) welcome.
Cheers
Steve
=(100/(Sum([Sum Of Count])-Sum([Expr1])))*Sum([Completed])
but I get a decimal divide (obviously) if dividing 100 by zero. What is the correct syntax for testing and bypassing this ?
Suggestions ( helpful ones !) welcome.
Cheers
Steve