Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Show number as positive however the number is subtracted in the total?

Status
Not open for further replies.

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?

 
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}

[yinyang] Madawc Williams (East Anglia, UK). Using Windows XP & Crystal 10 [yinyang]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top