Converting a Hand stat to a Players stat?
Posted: Thu Feb 07, 2013 7:31 pm
This is the Players Columns:
amt_expected_won
sum(tourney_hand_player_statistics.amt_expected_won)
This is the hands Columns:
amt_expected_won
tourney_hand_player_statistics.amt_expected_won
This is the Hand Stat that I have that I would like to display in my Players reports and graphs instead of amt_expected_won
(val_allin_equity *amt_bet_p)
if(flg_wtsd AND flg_allin AND val_allin_equity > 0, format('{1}', format_number((val_allin_equity *amt_bet_p), 2, false, false)), ' ')
Is this possible?
amt_expected_won
sum(tourney_hand_player_statistics.amt_expected_won)
This is the hands Columns:
amt_expected_won
tourney_hand_player_statistics.amt_expected_won
This is the Hand Stat that I have that I would like to display in my Players reports and graphs instead of amt_expected_won
(val_allin_equity *amt_bet_p)
if(flg_wtsd AND flg_allin AND val_allin_equity > 0, format('{1}', format_number((val_allin_equity *amt_bet_p), 2, false, false)), ' ')
Is this possible?