mager -
Were you aware that we will be adding "hands in k" in an upcoming beta release? If your willing to hang tight, this will be added pretty soon.
Moderators: WhiteRider, kraada, Flag_Hippo, morny, Moderators
if ( (this) > 99.5, '99', (format( '{1}{2}', if ( (this) < 9.5, ' ', ''), format_number( (this), 0, false, false) ) ))
WhiteRider wrote:It works fine for me:
BTW, I did use "this" to set this up, but it has been expanded as I closed and re-opened the window.
You cannot use /%.2f if you're using the above format expression - they are different ways of formatting and you need to use one or the other.
If you're still having problems getting this working please attach your stat to a ticket, if you didn't already.
To display different text when there are no opportunities use another IF statement, like:
if( (cnt_hands - cnt_walks) = 0, 'NA', normal formatting expression )
if ( (this) > 99.5, '99', (format( '{1}{2}', if ( (this) < 9.5, ' ', ''), format_number( (this), 0, false, false) ) )), if( cnt_p_open_opp = 0, '--', format_number((this), 0, false, false) )
(if ( (this) > 99.5, '99', (format( '{1}{2}', if ( (this) < 9.5, ' ', ''), format_number( (this), 0, false, false) ) ))) OR (if( cnt_p_open_opp = 0, '--') format_number((this), 0, false, false) ))
Users browsing this forum: Amazonbot and 31 guests