I just tried to change the cnt_p_5bet_def_opp_after_4b coloum to:
sum(if[char_length(cash_hand_summary.str_aggressors_p) >= 5 and cash_hand_player_statistics.position = substring(cash_hand_summary.str_aggressors_p from 4 for 1)::int, 1, 0])
But still without any success i get allways just 0/0 spots
Someone any ideas?