Hi,You can do this without script. Select object and go to the Object >
Field and click Patterns. Then 'Allow Zero' but do not give it a
pattern, like this:Hope that helps,Niall
Try like this..if(Table2.FooterRow.total ne 0)then $.rawValue =
$.rawValue +15;endifI did not understand the previous line in your
code..So I am placing the following with my own assumptions.if
(sum(Table2.row[*].total) >0) then $.rawValue = $.rawValue
+15;endifThanksSrini