Custom Stats not available in HUD
Posted: Thu Mar 24, 2011 5:03 pm
Hi,
some of my custom stats that I have just created are only available for reports but not for the HUD.
Here is what I did:
created new columns in Holdem Tournament player statistics:
[1] cnt_hands_lbp: sum(if[tourney_holdem_hand_player_statistics.id_hand > 0 and tourney_holdem_blinds.amt_bb <=60, 1, 0]) Desc: "Number of hands played in low blind phase."
[2] cnt_vpip_lbp: sum(if[tourney_holdem_hand_player_statistics.flg_vpip and tourney_holdem_blinds.amt_bb <=60, 1, 0]) Desc: "Number of times player voluntarily put money in the pot in low blind phase."
added new statistics:
[A] Hands_LBP: cnt_hands_lbp
[B] VP$IP_LBP: (cnt_vpip_lbp / cnt_hands_lbp) * 100
[A] is available in both report and HUD
[B] is only available in report not in HUD
I cant figure out why. Any ideas?
Yes, I did update cache table. Yes I restarted PT3
Any help is highly appreciated.
some of my custom stats that I have just created are only available for reports but not for the HUD.
Here is what I did:
created new columns in Holdem Tournament player statistics:
[1] cnt_hands_lbp: sum(if[tourney_holdem_hand_player_statistics.id_hand > 0 and tourney_holdem_blinds.amt_bb <=60, 1, 0]) Desc: "Number of hands played in low blind phase."
[2] cnt_vpip_lbp: sum(if[tourney_holdem_hand_player_statistics.flg_vpip and tourney_holdem_blinds.amt_bb <=60, 1, 0]) Desc: "Number of times player voluntarily put money in the pot in low blind phase."
added new statistics:
[A] Hands_LBP: cnt_hands_lbp
[B] VP$IP_LBP: (cnt_vpip_lbp / cnt_hands_lbp) * 100
[A] is available in both report and HUD
[B] is only available in report not in HUD
I cant figure out why. Any ideas?
Yes, I did update cache table. Yes I restarted PT3
Any help is highly appreciated.