i want to define a stat for the "General"-tab that presents the average rakeback per hand for the different limit with assumed 27%.
My first try: Section "Holdem Cash Sessions"
Column:
amt_rbh
Expression:
sum( holdem_table_session_summary.amt_mgr / holdem_table_session_summary.cnt_hands ) * 0.27
Statistic:
Rakeback/Hand
Value Expression:
amt_ftrbh
But this didnt work out. As result i get the Total Rakeback and not the Rakeback divided by hands played for the current limit :roll:
Anyone ideas?
