WhiteRider wrote:I can't think of a way of doing the last X hands off the top of my head, but you could add a check for hands played since a date, for instance, using database field:
holdem_hand_summary.date_played
But we can use time and add some code to columns for recieving Stats margin with Last X Minutes... something like that
"if( ... AND (holdem_hand_summary.date_played.time + 15 minutes > current.time), ...) "
But how to write this part of Expression correctly?
