Créer une stat dans PT3

Salut
Je cherche à créer la stat Check Fold dans PT3.
J’ai posté sur leur forum ceci:(checkfold au flop)
Hello
I want to créate the stat checkfold flop.Can you tell me if what i write is ok?
(cnt_f_check_fold / cnt_f_check_fold_opp) * 100

on m’a répondu:
That’s fine, but you will need to define those columns too.

You could use expressions like these:

cnt_f_check_fold =
sum( if[ lookup_actions_f.action = ‘XF’, 1, 0 ] )

cnt_f_check_fold_opp =
sum( if[ lookup_actions_f.action LIKE ‘X_%’, 1, 0 ] )

comment faire? il créer la stat dans statistic et columns en meme temps?

Si vous savez comment faire ou si vous avez un lien vers un tuto ca serai bien cool!

Merci d’avance!
Steak