I'm having trouble creating this columns. Where is the mistake?
sum(if[cash_hand_player_statistics.cnt_t_donk > 0 AND cash_hand_player_statistics.flg_showdown AND cash_hand_player_statistics.flg_won_hand, 1, 0])
sum(if[cash_hand_player_statistics.cnt_t_donk > 0 AND cash_hand_player_statistics.flg_showdown, 1, 0])
Y also tried
sum(if[cash_hand_player_statistics.flg_t_raise > 0 AND cash_hand_player_statistics.flg_showdown, 1, 0])