- Mark as New
- Follow
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report
The arithmetic overflow is generated if you calculation contains a zero value.
To control this you should wrap your calculation script in an if expression.
if (devision ne null and devision > 0) then
$ = devision * .60
else
$ = 0
endif