If I understand steal_def_opp correctly then a blind_def_opp allways implies also a 3bet_opp
correct?
Why then I get slightly different results for example with
sum( if[tourney_holdem_hand_player_statistics.flg_blind_def_opp AND tourney_holdem_hand_player_statistics.flg_blind_b, 1, 0])
sum( if[tourney_holdem_hand_player_statistics.flg_blind_def_opp AND tourney_holdem_hand_player_statistics.flg_blind_b AND tourney_holdem_hand_player_statistics.flg_p_3bet_opp, 1, 0])
What I'm missing?
