Hello,
i can not integrate the "Round" line, the following works:
sum(if[tourney_hand_player_statistics.amt_p_raise_made >= tourney_hand_player_statistics.amt_p_effective_stack and tourney_hand_player_statistics.flg_p_first_raise and tourney_hand_player_statistics.flg_p_open_opp AND (tourney_hand_player_statistics.amt_p_effective_stack / tourney_blinds.amt_bb) BETWEEN 10 AND 20 and tourney_blinds.amt_bb = 50, 1, 0])
but this doesn't:
tourney_hand_histories.id_hand = tourney_hand_player_statistics.id_hand and tourney_hand_histories.history LIKE '%Match Round I,%'
I am having a message saying that "the statement is not valid SQL"
in the same time i am using the statement in reports and it works
Please assist
thanks