Hi There,
I am trying to build stats for different blind levels and for them to show up in the HUD
Lets say for Level one and two where Big blinds on FT sit and go's are 20 and 40
VPiPL12
(cnt_vpip_l12 / cnt_hands_l12) * 100
cnt_vpip_l12
sum(if[tourney_holdem_hand_player_statistics.flg_vpip and
((tourney_holdem_blinds.amt_bb = 20 and tourney_holdem_blinds.amt_bb = 40)), 1, 0])
cnt_hands_l12
sum(if[tourney_holdem_hand_player_statistics.id_hand and
((tourney_holdem_blinds.amt_bb = 20 and tourney_holdem_blinds.amt_bb = 40)), 1, 0])
Unfortunately cnt_hands_l12 tells me it is not a valid SQL statment
Can you point me in the right direction? or is this not possible?
Cheers,
Thorgal
