Dec 5, 2006 #1 Zthomas IS-IT--Management Feb 7, 2006 9 US Hi I am trying to show a number as positive but have it be subtracted in the total?
Dec 6, 2006 #2 Madawc Programmer Sep 5, 2002 7,628 GB Is the number held on the database as positive or negative? If so, total it as such. Display using a formula fields: Code: if {value} < 0 then {value} * -1 else {value} Madawc Williams (East Anglia, UK). Using Windows XP & Crystal 10 Upvote 0 Downvote
Is the number held on the database as positive or negative? If so, total it as such. Display using a formula fields: Code: if {value} < 0 then {value} * -1 else {value} Madawc Williams (East Anglia, UK). Using Windows XP & Crystal 10