does anyone have more cr savy than I?<br>I'm just trying to do a conditional count:<br>if the PD0130 field is greater than 0 then increment, <br>but it just gives me either 0 or 1.<br><br>numberVar x := 0;<br>if {AccRec.PD0130}>0 then<br> x := x+1;<br>x;