Sure, edit them away.
Ok, then the permanent column
cnt_sb_steal_call
sum(if[holdem_hand_player_statistics.flg_blind_def_opp AND holdem_hand_player_statistics.flg_blind_s AND lookup_actions_p.action LIKE 'C', 1, 0])
Should be:
cnt_sb_steal_call
sum(if[holdem_hand_player_statistics.flg_blind_def_opp AND holdem_hand_player_statistics.flg_blind_s AND lookup_actions_p.action LIKE 'C%', 1, 0])
So that it counts also those calls from sb that got squeezed from bb right?
Are you able to read my three columns and if so, do they look right?