I have imported a custom stat with that name, his description: Preflop 3Bet Percentage in Either Blind Position
and value expression: (cnt_p_3bet_blinds / cnt_p_3bet_opp_blinds) * 100
My question is: When i add it into the HUD, it also shows me the times it happened (for example 1/12). Is there a way to remove this explanation? I only want to leave the number of the 3bets from the blinds.
Also another stat BB fold to SB (How often the BB folded to a SB blind steal.):
if( cnt_p_BB_fold_to_SB_opp > 0, (cnt_p_BB_fold_to_SB / cnt_p_BB_fold_to_SB_opp) * 100, 0 )
when i put the cursor on it at the replayer, it doesnt show any description. Can it be added somehow?
