GRAPHIC ICONS PROFILES
Posted: Thu Feb 16, 2017 8:48 pm
Aloha!!!
I want to display a icon/badge/graphic to show visually how BB reacts to Steal.
Whats wrong here? Anyone, please?
if( (cnt_steal_def_action_fold / cnt_steal_def_opp) * 100 < 45, '{'+format('IMG:STL/icon-RED.png:55}'),
(cnt_steal_def_action_fold / cnt_steal_def_opp) * 100 < 60, '{'+format('IMG:STL/icon-YELLOW.png:55}'),
(cnt_steal_def_action_fold / cnt_steal_def_opp) * 100 < 75, '{'+format('IMG:STL/icon-RED.png:55}'), 0)
To make it work I have separated in 3 different statistics, but only 2 appears and I think that it should be configured in a single stats (please see attachment):
1) red
if( (cnt_steal_def_action_fold / cnt_steal_def_opp) * 100 < 40, '{'+format('IMG:STL/icon-RED.png:55}'), 0)
2) yellow
if( (cnt_steal_def_action_fold / cnt_steal_def_opp) * 100 >= 40 and (cnt_steal_def_action_fold / cnt_steal_def_opp) * 100 =< 65, '{'+format('IMG:STL/icon-YELLOW.png:55}'), 0) THIS DOES NOT WORK
3) green
if( (cnt_steal_def_action_fold / cnt_steal_def_opp) * 100 > 65, '{'+format('IMG:STL/icon-GREEN.png:55}'), 0)
Thanks anyway!
I want to display a icon/badge/graphic to show visually how BB reacts to Steal.
Whats wrong here? Anyone, please?
if( (cnt_steal_def_action_fold / cnt_steal_def_opp) * 100 < 45, '{'+format('IMG:STL/icon-RED.png:55}'),
(cnt_steal_def_action_fold / cnt_steal_def_opp) * 100 < 60, '{'+format('IMG:STL/icon-YELLOW.png:55}'),
(cnt_steal_def_action_fold / cnt_steal_def_opp) * 100 < 75, '{'+format('IMG:STL/icon-RED.png:55}'), 0)
To make it work I have separated in 3 different statistics, but only 2 appears and I think that it should be configured in a single stats (please see attachment):
1) red
if( (cnt_steal_def_action_fold / cnt_steal_def_opp) * 100 < 40, '{'+format('IMG:STL/icon-RED.png:55}'), 0)
2) yellow
if( (cnt_steal_def_action_fold / cnt_steal_def_opp) * 100 >= 40 and (cnt_steal_def_action_fold / cnt_steal_def_opp) * 100 =< 65, '{'+format('IMG:STL/icon-YELLOW.png:55}'), 0) THIS DOES NOT WORK
3) green
if( (cnt_steal_def_action_fold / cnt_steal_def_opp) * 100 > 65, '{'+format('IMG:STL/icon-GREEN.png:55}'), 0)
Thanks anyway!