Dec 5, 2006 #1 Zthomas IS-IT--Management Joined Feb 7, 2006 Messages 9 Location 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 Joined Sep 5, 2002 Messages 7,628 Location 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