AndyShuter
Registered User.
- Local time
- Today, 19:20
- Joined
- Mar 3, 2003
- Messages
- 151
In the design grid of my query I have a calculation that possibly could return a minus figure.
What I would like to do is set a condition that would automatically return the value as zero, should the result be negative. I know I can do this in code, but need to do it on the design grid of the query - is this possible?
My calc is
CapOffRedFactor: ([Rate]-[CapOffRate])*([Term]/12)
Many Thanks in Advance
What I would like to do is set a condition that would automatically return the value as zero, should the result be negative. I know I can do this in code, but need to do it on the design grid of the query - is this possible?
My calc is
CapOffRedFactor: ([Rate]-[CapOffRate])*([Term]/12)
Many Thanks in Advance