Salt PA,
Voici maintenant 5H que je cherche sans relâche à créer une stats “open push” avec un eff. stack compris entre 7 et 14bb…
Je commence à tourner en bourique :blink: :silly: :woohoo:
Alors déjà pour commencer j’ai créé une stats “open push” comme ceci :
Columns :
N°1 : sum( if[tourney_hand_player_statistics.enum_allin=‘P’, 1, 0] )
N°2 : sum(if[tourney_hand_player_statistics.flg_p_open_opp, 1, 0])
Value expression de la stats :
(N°1/N°2) * 100
Donc quand je regarde mes stats et que j’ajoute dans le “report” la stats “open push” que je viens de créer je retrouve toutes mes stats de push de l’UTG à la SB". Normalement y’a bon mais dites moi si je me trompe autant le problème vient de la source.
Maintenant les choses ce complique…
La stats “open push” avec un stack eff. entre 7 et 14bb :
Columns :
N°1 : sum( if[tourney_hand_player_statistics.enum_allin=‘P’ and tourney_hand_player_statistics.amt_p_effective_stack/tourney_hand_player_statistics.amt_blind >= 7 and tourney_hand_player_statistics.amt_p_effective_stack/tourney_hand_player_statistics.amt_blind <= 14, 1, 0] )
N°2 : sum(if[tourney_hand_player_statistics.flg_p_open_opp and tourney_hand_player_statistics.amt_p_effective_stack/tourney_hand_player_statistics.amt_blind >= 7 and tourney_hand_player_statistics.amt_p_effective_stack/tourney_hand_player_statistics.amt_blind <= 14, 1, 0])
Value expression de la stats :
(N°1/N°2) * 100
Et la quand je la met dans mon report dans mes stats, j’obtient que mes stats en SB, pour le reste j’ai du 0/0 partout alors que je joue en SNG DON et à mon avis sur 15KH j’ai eu des situations d’open entre 7 et 14bb quand même…
Enfin voila je cherche encore de mon côté se qui cloche mais si quelqu’un si connait et saurait d’où provient l’erreur je suis preneur
GL au tables