I am trying to understand expressions but dont know if got it right?
Number of players dealt into the hand or number of players left in the hand? for example in this case 6 max mtt table?
Player position is 0 (where can i find the position for players?) is 0 the button?
player had the opportunity to open in 0 position
effective stack is 40bb+ or the stack of the player is 40bb+?
such player raise or limp preflop?
sum(if[tourney_hand_summary.cnt_players = 6
AND tourney_hand_player_statistics.position = 0
AND tourney_hand_player_statistics.flg_p_open_opp
AND (tourney_hand_player_statistics.amt_p_effective_stack / tourney_blinds.amt_bb >= 40)
AND (tourney_hand_player_statistics.flg_p_first_raise OR tourney_hand_player_statistics.flg_p_limp), 1, 0])
Is this statistic supposed to show me the times 0 position VPIP with 40bbs or more?
