Page 1 of 1

Negative Values won't Round off to One Digit?

PostPosted: Wed Jan 16, 2013 11:02 pm
by pt4pt4pt4
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?

Re: Negative Values won't Round off to One Digit?

PostPosted: Thu Jan 17, 2013 1:31 am
by pt4pt4pt4
Same with All-In Adj (BB / 100)

with:


format_number(amt_expected_bb_won / (cnt_hands / 100), 0, true, true)

Re: Negative Values won't Round off to One Digit?

PostPosted: Thu Jan 17, 2013 9:55 am
by kraada
I believe this is a known issue - please create a support ticket so that we can make sure you get notified when a fix is available.

highfalutin