Trying to build a BvB Resteal shove vs HERO stat and even tho i got a valid statement i got a message saying this column cannot be cached, this is what i got...
cnt_resteal_shove_att_bb_vs_hero
- Code: Select all
sum(if[tourney_hand_player_statistics.flg_p_3bet AND tourney_hand_player_statistics.enum_allin SIMILAR TO '(p|P)' AND lookup_actions_p.action = 'R' and tourney_hand_player_statistics.flg_blind_def_opp and exists
(select 1 from tourney_hand_player_statistics hero where hero.id_hand = tourney_hand_player_statistics.id_hand and hero.flg_hero and hero.position = 9), 1, 0])
Same for the opp expresion...
cnt_resteal_opp_shove_att_bb_vs_hero
- Code: Select all
sum(if[tourney_hand_player_statistics.flg_p_3bet AND tourney_hand_player_statistics.enum_allin SIMILAR TO '(p|P)' AND lookup_actions_p.action = 'R' and tourney_hand_player_statistics.flg_blind_def_opp and exists
(select 1 from tourney_hand_player_statistics hero where hero.id_hand = tourney_hand_player_statistics.id_hand and hero.flg_hero and hero.position = 9), 1, 0])