- Mark as New
- Follow
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report
You are not testing your divisor has a value and is not zero
// check for divisor having a value and not zero
if
(HasValue(Table1.FooterRow.DTOT) and Table1.FooterRow.DTOT <> 0) then// perform division
Table1.FooterRow.INTOT
/ Table1.FooterRow.DTOTelse
// display nothing
""
endif
Views
Replies
0 Likes
Total Likes