Heres my atempt it validates, but shows up as "Expresion invalid operation specified in expression" when I try to use it.
Moderators: WhiteRider, kraada, Flag_Hippo, morny, Moderators
if (( (cnt_vpip / (cnt_hands - cnt_walks)) * 100) > 99.5, '99', (format( '{1}{2}', if (((cnt_vpip / (cnt_hands - cnt_walks)) * 100) < 9.5, '0', ''), format_number( ((cnt_vpip / (cnt_hands - cnt_walks)) * 100), 0, false, false) ) ))
Users browsing this forum: No registered users and 46 guests