Page 1 of 1

Duplicate stats to show only HU Pots

PostPosted: Thu Apr 11, 2024 7:37 am
by blom90
Hi guys,

How do we duplicate a stat and change it to only show HU pots? Like pots where we are HU on the flop?

Like here is a stat for Bet River. What do I need to add to this one and other stat to only show pots where we are 2 players on the flop?

(cnt_r_bet / (cnt_r_bet + cnt_r_check)) * 100

Re: Duplicate stats to show only HU Pots

PostPosted: Thu Apr 11, 2024 1:45 pm
by Flag_Hippo
You first need to duplicate and edit the expressions for the three custom columns referred to in that statistic - see this guide for the basics on custom statistics creation. Your new custom column expressions will need to have cash_hand_summary.cnt_players_f = 2 added to them to specify that two players were on the flop and in the Download Warehouse there is a custom statistic called 'CBet Flop Heads Up' which will provide you with an example. When you have added the custom columns you can then create a new statistic using the new custom columns.