kraada wrote:Since you're looking at flop actions by definition the preflop action can't be all in or there would be no flop actions at all.
The stat I was talking about there was a preflop one. Limp fold to NAI raise but I wanted to make it so the NAI raise wasn't all in so far I have this.
sum(if[tourney_hand_player_statistics.flg_p_limp and tourney_hand_player_statistics.position = 9 AND tourney_hand_summary.cnt_players = 3 AND tourney_hand_player_statistics.flg_p_open_opp AND lookup_actions_p.action = 'CF'
AND tourney_hand_player_statistics.amt_p_raise_facing / tourney_blinds.amt_bb < 6 AND tourney_hand_player_statistics.amt_p_effective_stack / tourney_blinds.amt_bb BETWEEN 20 AND 25, 1, 0])
Need it to be under 6bb but not all in.
Hope I explained that ok.