- Mark as New
- Follow
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report
Hi,
On the text field you have the following script
if (debitamount ne 0) then
$ = debitamount / termnumber
else
$ = 0
endif
if you change that to this does that not do what you want
if (debitamount ne 0) then
$ = Ceil (debitamount / termnumber)
else
$ = 0
endif
Hope this helps.
Malcolm
Views
Replies
0 Likes
Total Likes