Hi,
könnt mir jemand auf die Sprünge helfen was im folgenden Ausdruck falsch ist:
sum( if[
tourney_hand_player_statistics.flg_t_bet AND
NOT tourney_hand_player_statistics.flg_p_face_raise AND
tourney_hand_player_statistics.cnt_p_raise = 0 AND
lookup_actions_f.action LIKE 'X' AND
tourney_hand_player_statistics.position = 8
, 1, 0])
Ohne lookup_actions_f.action LIKE 'X' funktioniert es einwandfrei.
Ich will einen stat für folgende Situation erstellen.
HUSNG:
limped pot, player im bb
check check FLOP
player betet Turn (kp ob man das Probe nennen darf)
DANKE für eure HILFE!