ru_ruu_ru wrote:thanks a lot! Now I have 2 more stats that I want to see in that way but they are like x/x, I tried to replace those values in that expression for example
format('{1}/{2}', format_number(x,0,false,false), format_number(x,0,false,false))
But it didn't worked, how can I do it?
You need to replace 'x' with the column names used in the statistics original value expression. These columns have the values for the sample sizes you want to display. So if for example you were doing this for 'CBet Flop' then you would use
cnt_f_cbet &
cnt_f_cbet_opp.
ru_ruu_ru wrote:There is some library with the expressions to learn about for making customs stats?
This guide covers the basics on custom statistics creation and
this guide goes into more detail. While the latter was written for PokerTracker 3 and the user interface is different the techniques still apply to PokerTracker 4. Format expressions are covered in
this post.