Hello, I'm trying to create a stat which counts the number of times a player limped and was holding AA. The definition below doesn't seem to work, what is wrong?
sum(if[holdem_hand_player_statistics.flg_p_limp AND lookup_from_id(id_holecard, 'cardpair') = 'AA', 1, 0])
