Negative Values won't Round off to One Digit?
Posted: Wed Jan 16, 2013 11:02 pm
I duplicated and divided the stat that takes ChipsWon Total and reduces the display value to one digit for my custom font. Positive values it works but negative I always get at leat two digits.
Value Expression:
amt_chips_won / 1000
Format Type: Expression
format_number((amt_chips_won / 1000), 0, false, false)
Summary Type: Same as Format
What's wrong here?
Value Expression:
amt_chips_won / 1000
Format Type: Expression
format_number((amt_chips_won / 1000), 0, false, false)
Summary Type: Same as Format
What's wrong here?