Hello, I I would like the number of hands for the effective stack 0-8, 7-13, 12-18... for the small blind and big blind. I have already the columns cnt_hands_SB_00_08, cnt_hands_SB_07_13... e.g: with cnt_hands_SB_00_08 = sum(if[tourney_hand_player_statistics.id_hand > 0 AND lookup_positions.flg_sb A...